1. 0382bfa Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref by Julien Boeuf · 9 years ago
  2. 8fd915a Adding grpc::string_ref class. by Julien Boeuf · 9 years ago
  3. 3e4bd95 merge with head by yang-g · 9 years ago
  4. 99d3761 Merge pull request #3015 from grpc/docsdocsdocs by Craig Tiller · 9 years ago
  5. 1359a12 Added some clarification by Craig Tiller · 9 years ago
  6. 0660eac Merge branch 'master' into fray by Vijay Pai · 9 years ago
  7. ddb0b8c Merge pull request #3019 from dgquintas/channel_args_compression by Yang Gao · 9 years ago
  8. d2ea031 Merge pull request #2818 from ctiller/y12kdm3 by Vijay Pai · 9 years ago
  9. e180766 Merge pull request #3007 from jboeuf/core_md_processor_fixes by Craig Tiller · 9 years ago
  10. e8a7e30 Eliminate public thread-pool interface by Vijay Pai · 9 years ago
  11. b7e22b9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  12. 9fb35a5 split stream.h into sync_stream.h and async_stream.h by yang-g · 9 years ago
  13. 9e2f90c headers reorg by yang-g · 9 years ago
  14. a4c4f02 Added C API functions for compression args handling (w/ tests) by David Garcia Quintas · 9 years ago
  15. b2a1c59 Update grpc.h by David G. Quintas · 9 years ago
  16. 025632a Expanded grpc_server_request_call's docstring by David G. Quintas · 9 years ago
  17. 961eeb0 Merge remote-tracking branch 'upstream/master' into docs by yang-g · 9 years ago
  18. c317f07 Make Channel ctor private by yang-g · 9 years ago
  19. ef00308 remove internal_stub by yang-g · 9 years ago
  20. c2bd8a6 Fix server side and generic stub by yang-g · 9 years ago
  21. 431f8c2 make registermethod private by yang-g · 9 years ago
  22. fc5dd15 Merge pull request #2978 from hongweiwang/remove-unregister-all-plugins by David G. Quintas · 9 years ago
  23. f0ee18d Merge pull request #3005 from dgquintas/head_vs_tails by Yang Gao · 9 years ago
  24. ee3dbb0 Have a richer interface for auth metadata processors. by Julien Boeuf · 9 years ago
  25. bdfc7ad Fixed wrong creation of metadata in compression. by David Garcia Quintas · 9 years ago
  26. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  27. 9374ce8 Add comments, fix a subtle bug by Craig Tiller · 9 years ago
  28. 4d90b21 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  29. f2aa90a Merge github.com:grpc/grpc into shutdown-c++ by Craig Tiller · 9 years ago
  30. b9b9d6e add a README for include/grpc++/impl by yang-g · 9 years ago
  31. 128f4a9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  32. 5c6e627 Merge github.com:grpc/grpc into shutdown-c++ by Craig Tiller · 9 years ago
  33. e50e5cb Add a timeout to shutdown to forcefully end calls by Craig Tiller · 9 years ago
  34. 2773d5f Remove grpc_unregister_all_plugins in grpc.h by Hongwei Wang · 9 years ago
  35. d6c98df clang-format all source by Craig Tiller · 9 years ago
  36. bb1c795 Merge pull request #2965 from yang-g/lame_client_error_message by Craig Tiller · 9 years ago
  37. 935c171 Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  38. c31cd86 Let lame_client accept error status by yang-g · 9 years ago
  39. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  40. bd0d1bd Merge pull request #2549 from hongweiwang/zookeeper by David G. Quintas · 9 years ago
  41. 85ad685 Address comments and update grpc plugins by Hongwei Wang · 9 years ago
  42. 5c45b94 Merge remote-tracking branch 'upstream/master' into add_udp_server_2 by Robbie Shade · 9 years ago
  43. a294487 Add Apple specific #define for IPV6_RECVPKTINFO by Robbie Shade · 9 years ago
  44. 8c0389d Merge pull request #2921 from yang-g/unknown_service by Vijay Pai · 9 years ago
  45. 1665059 Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  46. f123443 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  47. bb3aed0 Removing gpr_cancelable. by Nicolas "Pixel" Noble · 9 years ago
  48. 74f4f0b Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  49. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  50. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  51. edb1d61 Merge pull request #2890 from yang-g/client_context by David G. Quintas · 9 years ago
  52. 8d428f1 Merge pull request #2694 from a-veitch/tag_api by Hongyu Chen · 9 years ago
  53. ff6097a Fix zookeeper resolver plugin bugs by Hongwei Wang · 9 years ago
  54. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  55. 0c034a0 client code clean up by yang-g · 9 years ago
  56. abfa427 Merge pull request #2830 from ctiller/document-some-things by Michael Lumish · 9 years ago
  57. ac133bd Merge branch 'master' of https://github.com/grpc/grpc into zookeeper by Hongwei Wang · 9 years ago
  58. 801bbeb Merge pull request #2856 from vjpai/limes by Yang Gao · 9 years ago
  59. ffc8a6b move auth property iterator declaration into auth_context.h by yang-g · 9 years ago
  60. 49a5130 Merge branch 'compression-accept-encoding' into compression-interop by David Garcia Quintas · 9 years ago
  61. 10494fc Merge branch 'master' into compression-accept-encoding by David Garcia Quintas · 9 years ago
  62. 9b2c25e Bounds checking for ops in call batch by vjpai · 9 years ago
  63. ad5c897 Merge branch 'master' of https://github.com/grpc/grpc into zookeeper by Hongwei Wang · 9 years ago
  64. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  65. 37f24de Merge pull request #2777 from jboeuf/server_creds_auth_md_processor by Craig Tiller · 9 years ago
  66. 87e133e merge with head by yang-g · 9 years ago
  67. c8abca8 Resolve comments by yang-g · 9 years ago
  68. f3128e6 Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  69. 8e5de39 Document finish by Craig Tiller · 9 years ago
  70. da1db02 Document op completion by Craig Tiller · 9 years ago
  71. a83d1b3 Merge branch 'master' of https://github.com/grpc/grpc into zookeeper by Hongwei Wang · 9 years ago
  72. aa7a75a Merge pull request #2813 from ctiller/every-day-i-propagate by Yang Gao · 9 years ago
  73. e5b0459 Merge pull request #2750 from ctiller/propagate by Yang Gao · 9 years ago
  74. 44912d7 Explicitly spell out cancellation in default propagation mask by Craig Tiller · 9 years ago
  75. d3368e4 Merge branch 'master' of github.com:grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  76. 77a7b87 Fixing API (thanks Craig for the comments) and associated tests. by Julien Boeuf · 9 years ago
  77. 2c3be1d Add tests for C++ propagation by Craig Tiller · 9 years ago
  78. 8708dd7 Add WaitForState by yang-g · 9 years ago
  79. 9804924 Merge pull request #2781 from yang-g/stuboptions by Abhishek Kumar · 9 years ago
  80. e40f964 Merge branch 'propagate' into every-day-i-propagate by Craig Tiller · 9 years ago
  81. fdbd728 Rename constants by Craig Tiller · 9 years ago
  82. bb53614 C++ context propagation by Craig Tiller · 9 years ago
  83. a73dc1c specialize deadline type and implementation by yang-g · 9 years ago
  84. c0f3279 remove new state ptr by yang-g · 9 years ago
  85. 88d772c sync api needs last_observed state too by yang-g · 9 years ago
  86. 1ae0afc api by yang-g · 9 years ago
  87. bc7405c Merge branch 'master' of https://github.com/grpc/grpc into zookeeper by Hongwei Wang · 9 years ago
  88. 22de7b6 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  89. 8158c6c Merge pull request #2713 from ctiller/plucking-hell by Vijay Pai · 9 years ago
  90. 4346e53 Merge branch 'master' of https://github.com/grpc/grpc into zookeeper by Hongwei Wang · 9 years ago
  91. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  92. 402acf6 Fix proxy, finalize API by Craig Tiller · 9 years ago
  93. 183c9f7 Merge pull request #2767 from ctiller/no-poop-on-pizza by Abhishek Kumar · 9 years ago
  94. 18541a1 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  95. d45a26e allow null tag by yang-g · 9 years ago
  96. b335256 Add AsyncNotifyWhenDone by yang-g · 9 years ago
  97. a9c643f Merge github.com:grpc/grpc into plucking-hell by Craig Tiller · 9 years ago
  98. 17effab Add proxy tests to end2end suite by Craig Tiller · 9 years ago
  99. 297a25b Add StubOptions by yang-g · 9 years ago
  100. 324b4b1 Merge branch 'auth_md_processor' into server_creds_auth_md_processor by Julien Boeuf · 9 years ago