1. 6f2b899 merge by Alistair Veitch · 9 years ago
  2. 89d8ed1 Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  3. 75d5c0f post merge by Alistair Veitch · 9 years ago
  4. 4bef7ce Use old memcpy for wrappers by Craig Tiller · 9 years ago
  5. f09fb7e Merge pull request #4979 from nicolasnoble/win32_subprocess by Craig Tiller · 9 years ago
  6. cbc4629 Merge pull request #4978 from nicolasnoble/alarming by Craig Tiller · 9 years ago
  7. cf37cb9 Merge branch 'census-placeholders' into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  8. fa132c2 Actually moving this to the proper place. by Nicolas "Pixel" Noble · 9 years ago
  9. 78825ca Merge branch 'win32_subprocess' into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  10. 4fba286 Adding windows support for gpr subprocesses. by Nicolas "Pixel" Noble · 9 years ago
  11. bf192ef Merge branch 'alarming' into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  12. d5d83aa Fixing, using and testing alarm code. by Nicolas "Pixel" Noble · 9 years ago
  13. 0912179 Removing gpr as a separated library. by Nicolas "Pixel" Noble · 9 years ago
  14. 5441c22 Merge pull request #4959 from grpc/release-0_12 by Michael Lumish · 9 years ago
  15. b523c73 async_stream.h done. Compiles by David Garcia Quintas · 9 years ago
  16. 2425bbb Further work. Compiles. WIP by David Garcia Quintas · 9 years ago
  17. 83f746b Upgrade BoringSSL podspec to v2.0 by Jorge Canizales · 9 years ago
  18. 541db25 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  19. ddcb53a made codegen targets in build.yaml by David Garcia Quintas · 9 years ago
  20. 898588b added missing codegen deps for grp by David Garcia Quintas · 9 years ago
  21. 08a0a33 Made "codedgen" directories closed over #includes by David Garcia Quintas · 9 years ago
  22. 0923126 Merge branch 'master' into tag_set by Alistair Veitch · 9 years ago
  23. 0f69072 Move encode/decode API into census.h by Alistair Veitch · 9 years ago
  24. bb30d25 initial commit by Alistair Veitch · 9 years ago
  25. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  26. c3910ca Expose core metadata validation functions in public headers by murgatroid99 · 9 years ago
  27. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  28. d5bd3b6 Merge branch 'connected-subchannel' into ping-ping-ping-ping-ping-ping-ping-ping-ping by Craig Tiller · 9 years ago
  29. 95eeed7 Kill noop_filter.c by Craig Tiller · 9 years ago
  30. bbb73b6 Nuke unused files by Craig Tiller · 9 years ago
  31. 6c1aa8a Merge branch 'connected-subchannel' into ping-ping-ping-ping-ping-ping-ping-ping-ping by Craig Tiller · 9 years ago
  32. 26dab31 Start of ping sketch by Craig Tiller · 9 years ago
  33. 944c074 Merge release-0.12 into master by Jorge Canizales · 9 years ago
  34. 6fce197 Merge pull request #4188 from ctiller/no-transport-metadata by Sree Kuchibhotla · 9 years ago
  35. 0d718cd Point gRPC.podspec to pushed BoringSSL version by Jorge Canizales · 9 years ago
  36. 2285186 Point spec to BoringSSL by Jorge Canizales · 9 years ago
  37. f9c58f3 Merge branch 'release-0_12' by Nicolas "Pixel" Noble · 9 years ago
  38. e3d9db2 Adjust version requirements through samples and tests. by Jorge Canizales · 9 years ago
  39. d1908b1 Move podspec version to 0.12 by Jorge Canizales · 9 years ago
  40. de83121 Merge github.com:grpc/grpc into no-transport-metadata by Craig Tiller · 9 years ago
  41. d9f6101 merge with head by yang-g · 9 years ago
  42. fba79f2 AVL: creation, destroy, add by Craig Tiller · 9 years ago
  43. ebdef9d Remove metadata context from the channel stack by Craig Tiller · 9 years ago
  44. 2e7687c Static metadata declarations by Craig Tiller · 9 years ago
  45. 71b9626 merge with head by yang-g · 9 years ago
  46. a612412 first part, secure channel only by yang-g · 9 years ago
  47. ca1593a stream_op cleanup: build system changes by Craig Tiller · 9 years ago
  48. 10622a8 Prevent XCode 7 from showing spurious warnings by Jorge Canizales · 9 years ago
  49. b5ab8a2 Merge branch 'master' of github.com:grpc/grpc into microchannels by David Garcia Quintas · 9 years ago
  50. e2a1bf4 Merge pull request #3726 from dgquintas/iomgr_executor by Craig Tiller · 9 years ago
  51. 951875f Refer to https://github.com/CocoaPods/CocoaPods/issues/4386 regarding hack. by Jorge Canizales · 9 years ago
  52. 0c8a3d8 Undo moving include/ one dir up, to ease testing workflow. by Jorge Canizales · 9 years ago
  53. aff5664 Undo Cocoapods’ bug workaround by Jorge Canizales · 9 years ago
  54. b65e421 fixed faulty merge by David Garcia Quintas · 9 years ago
  55. 0fe7242 Merge branch 'master' of github.com:grpc/grpc into microchannels by David Garcia Quintas · 9 years ago
  56. e945cd8 Merge branch 'master' of github.com:grpc/grpc into iomgr_executor by David Garcia Quintas · 9 years ago
  57. 2b15f1e Merge github.com:grpc/grpc into latent-see by Craig Tiller · 9 years ago
  58. 0ba432d Move profiling system to gpr by Craig Tiller · 9 years ago
  59. 0c33188 Hid test-only functions from surface/call.h by David Garcia Quintas · 9 years ago
  60. 504ed59 Get basic profiler working again by Craig Tiller · 9 years ago
  61. 4bc3463 Introducing grpc_executor, for all your threading needs by David Garcia Quintas · 9 years ago
  62. 7b1bd2c μChannels implementation. by David Garcia Quintas · 9 years ago
  63. 2a548d0 Merge pull request #3006 from soltanmm/sketchbook by Craig Tiller · 9 years ago
  64. cff6469 Making template agree with clang-format. by Nicolas "Pixel" Noble · 9 years ago
  65. 9229810 Update build files by Masood Malekghassemi · 9 years ago
  66. fe1093c Update build tools by Masood Malekghassemi · 9 years ago
  67. 2506141 Merge pull request #3602 from grpc/release-0_11 by Tim Emiola · 9 years ago
  68. c825f42 Update versions in Podspec to 0.11.1 by Jorge Canizales · 9 years ago
  69. b09a875 Merge pull request #3476 from vjpai/block_annotate by Yang Gao · 9 years ago
  70. 9839d28 Move block_annotate from iomgr to support since it's used in other by vjpai · 9 years ago
  71. 3dd3ba1 Rebuild all project files with new header included by Vijay Pai · 9 years ago
  72. 8af4c33 Final patches for rename by Craig Tiller · 9 years ago
  73. 298751c Split closures from iomgr.h by Craig Tiller · 9 years ago
  74. 10ee274 Merge github.com:grpc/grpc into we-are-one by Craig Tiller · 9 years ago
  75. 7865221 Merge pull request #3027 from jboeuf/security_connector_refactoring by Craig Tiller · 9 years ago
  76. ba49645 Fixes by Craig Tiller · 9 years ago
  77. 2921cf0 regenerated projects by David Garcia Quintas · 9 years ago
  78. 5600a6a Changing build.yaml: s/secure_tranport_setup/handshake by Julien Boeuf · 9 years ago
  79. e9961d2 Merge branch 'master' of github.com:grpc/grpc into security_connector_refactoring by Julien Boeuf · 9 years ago
  80. 1701b09 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  81. 73b6606 Workqueue: interface, test, and posix implementation by Craig Tiller · 9 years ago
  82. 7f51a04 Restrict deployment targets to the protobuf requirement. by Jorge Canizales · 9 years ago
  83. 0bee681 Bump version of gRPC.podspec to 0.11 by Jorge Canizales · 9 years ago
  84. 4fb049b Added round robin LB policy. by David Garcia Quintas · 9 years ago
  85. 5c4543d Introduced a registry for LB policies. by David Garcia Quintas · 9 years ago
  86. 1c09acc change aggregation_ops to internal type by Alistair Veitch · 9 years ago
  87. c47621f merge by Alistair Veitch · 9 years ago
  88. bff9cf5 Merge branch 'master' into tracing_api by Alistair Veitch · 9 years ago
  89. ae7bbfc merge to head by Alistair Veitch · 9 years ago
  90. 9a09982 view and aggregation API by Alistair Veitch · 9 years ago
  91. beb580b More merge conflict fix by Hongyu Chen · 9 years ago
  92. a4e8847 merge to head by Alistair Veitch · 9 years ago
  93. 011ea49 Merge remote-tracking branch 'upstream/master' into timespec by Hongyu Chen · 9 years ago
  94. 31ff8bc add missing headers from 2495 by yang-g · 9 years ago
  95. a0f149e Move core/profiling/timers_preciseclock.h to core/support/ such that we by Hongyu Chen · 9 years ago
  96. 87047d7 Security connector is now responsible for the handshake. by Julien Boeuf · 9 years ago
  97. e09dc78 rename census_filter.{c,h} to grpc_filter.{c,h} by Hongyu Chen · 9 years ago
  98. c389bd2 Merge remote-tracking branch 'upstream/master' by Hongyu Chen · 9 years ago
  99. fdc1dc7 Move census_filters from .../channel to .../census by Hongyu Chen · 9 years ago
  100. 3544fd2 Merge remote-tracking branch 'upstream/master' into add_udp_server_2 by Robbie Shade · 9 years ago