1. 47f1f9e Merge pull request #9034 from igorpeshansky/patch-1 by Michael Lumish · 8 years ago
  2. b4c27c1 Merge pull request #9120 from soltanmm-google/if-you-run-away-from-things-it-just-means-you're-going-to-see-them-again-when-you-wrap-around-the-universe by Masood Malekghassemi · 8 years ago
  3. f290686 Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanup by Mark D. Roth · 8 years ago
  4. 5904a95 Merge pull request #8795 from markdroth/client_channel_init_cleanup by Mark D. Roth · 8 years ago
  5. ed6e578 Merge pull request #9098 from y-zeng/grpc_context_traffic by Yuchen Zeng · 8 years ago
  6. 4682bf3 Diagnose AttrErr as too-old setuptools by Masood Malekghassemi · 8 years ago
  7. 870c4cd Merge pull request #9095 from soltanmm-google/rushing-is-not-always-a-good-idea by Masood Malekghassemi · 8 years ago
  8. 13f3574 clang-format by Mark D. Roth · 8 years ago
  9. d118da9 Merge branch 'client_channel_init_cleanup' into cpp_filter_api_cleanup by Mark D. Roth · 8 years ago
  10. f843914 clang-format by Mark D. Roth · 8 years ago
  11. f1cdf59 Patch overlooked strings from Python un-namespacing by Masood Malekghassemi · 8 years ago
  12. 9885013 Merge branch 'client_channel_init_cleanup' into cpp_filter_api_cleanup by Mark D. Roth · 8 years ago
  13. d574c19 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  14. 9addf90 Merge pull request #9061 from jtattermusch/csharp_generated_arg_comments by Jan Tattermusch · 8 years ago
  15. 83ed007 Merge pull request #9060 from jtattermusch/csharp_protoc_leading_space by Jan Tattermusch · 8 years ago
  16. 3fd9dc0 Merge pull request #9089 from dgquintas/short_deadlines_sans_tests by David G. Quintas · 8 years ago
  17. 78246df Add GRPC_CONTEXT_TRAFFIC in grpc_context_index by Yuchen Zeng · 8 years ago
  18. 665ec81 Merge pull request #9006 from kpayson64/revert_bizarre_api by kpayson64 · 8 years ago
  19. 68a9e38 Short deadlines: set Status on deadline by David Garcia Quintas · 8 years ago
  20. 00f6636 Generate param comments in C# proto plugin by Jan Tattermusch · 8 years ago
  21. 726f40f remove leading space in C# comments by Jan Tattermusch · 8 years ago
  22. 727f887 remove leading space in C# comments by Jan Tattermusch · 8 years ago
  23. 53f6d09 Recover 'namespace'd Python distribution packages by Masood Malekghassemi · 8 years ago
  24. fb261bf Un-namespace Python packages by Masood Malekghassemi · 8 years ago
  25. 42663fb Fix bug. by Mark D. Roth · 8 years ago
  26. aa1cd14 Clean up C++ filter API. by Mark D. Roth · 8 years ago
  27. be5e3ca Move internal channel arg definitions out of public headers. by Mark D. Roth · 8 years ago
  28. b14ed41 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  29. 201db7d Eliminate redundant places where server name was stored. by Mark D. Roth · 8 years ago
  30. f75d269 Fix grpclb code. by Mark D. Roth · 8 years ago
  31. 4603a1c Merge pull request #9062 from grpc/revert-9019-short_deadlines by Craig Tiller · 8 years ago
  32. 30268a9 Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" by Craig Tiller · 8 years ago
  33. 70a85ad Revert "Handle (and test) short call deadlines" by Craig Tiller · 8 years ago
  34. 92f059e Merge pull request #9028 from jtattermusch/remove_releasesigned_config by Jan Tattermusch · 8 years ago
  35. 48b1558 Merge pull request #8797 from sreecha/pss_pi by David G. Quintas · 8 years ago
  36. 8cbaeb8 Merge pull request #9019 from dgquintas/short_deadlines by David G. Quintas · 8 years ago
  37. 65feb6a Add ServiceRpcHandler to exported names by Ken Payson · 8 years ago
  38. c217e49 Add function to create channel arg for client channel factory. by Mark D. Roth · 8 years ago
  39. 9460166 Short deadlines: set Status on deadline by David Garcia Quintas · 8 years ago
  40. 389f272 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  41. be37dff Merge pull request #8979 from markdroth/handshaker_cleanup by Mark D. Roth · 8 years ago
  42. d03dfcc Merge pull request #8951 from grpc/revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  43. aa6f24b Merge pull request #8980 from markdroth/handshaker_early_exit by Mark D. Roth · 8 years ago
  44. 5431135 Merge pull request #8742 from kpayson64/service_names_hint by kpayson64 · 8 years ago
  45. a98778f Merge pull request #8745 from kpayson64/sigpipe_handle by kpayson64 · 8 years ago
  46. 39b1f91 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  47. 32f35f8 Merge remote-tracking branch 'upstream/master' into revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  48. 0ee1dbb Catch the case where we were shutdown after a handoff. by Mark D. Roth · 8 years ago
  49. 96ba68d Fix more allocation bugs. by Mark D. Roth · 8 years ago
  50. 6c07bf8 Fix allocation bug. by Mark D. Roth · 8 years ago
  51. e51e72d Use snake_case names for default rpc method implementations by igorpeshansky · 8 years ago
  52. c7df4cf get rid of unused ReleaseSigned config by Jan Tattermusch · 8 years ago
  53. a44d314 Allow handlers to hint at the services they export by kpayson64 · 8 years ago
  54. 3c1cd53 Merge remote-tracking branch 'upstream/master' into handshaker_early_exit by Mark D. Roth · 8 years ago
  55. eed3815 Pass ownership of grpc_tcp_server_acceptor to connector. by Mark D. Roth · 8 years ago
  56. e6f516e Remove PO_DEBUG from build.yaml and move it to ev_epoll_linux.c by Sree Kuchibhotla · 8 years ago
  57. 83decd6 Revert "Add configurable exit grace periods and shutdown handlers" by Ken Payson · 8 years ago
  58. d36e806 Merge branch 'master' into pss_pi by Sree Kuchibhotla · 8 years ago
  59. 5b850b2 clang-format by Mark D. Roth · 8 years ago
  60. c898417 Fix race condition on shutdown. by Mark D. Roth · 8 years ago
  61. ef17501 Merge pull request #8898 from rjshade/fix_tsan by Craig Tiller · 8 years ago
  62. 17ebccf Merge pull request #8344 from muxi/cronet-stream-read by Muxi Yan · 8 years ago
  63. ec7ba39 PR comments by David Garcia Quintas · 8 years ago
  64. 3da4188 Fix handling of streams waiting for concurrency by David Garcia Quintas · 8 years ago
  65. 5f5f470 Merge pull request #8930 from ctiller/fixit19 by Craig Tiller · 8 years ago
  66. 58d68f0 Turn off Cronet logging by Muxi Yan · 8 years ago
  67. e7825ea Merge pull request #8986 from dgquintas/rename_gbench_2 by David G. Quintas · 8 years ago
  68. 7d74b66 Redo change accidentally reverted in previous commit. by Mark D. Roth · 8 years ago
  69. 887e218 Make grpc_handshaker vtable wrapper functions public. by Mark D. Roth · 8 years ago
  70. cc8487e clang-format by Mark D. Roth · 8 years ago
  71. d095340 Allow creating security handshaker without adding it to handshake manager. by Mark D. Roth · 8 years ago
  72. 3059828 Make handshakers that exit early responsible for cleaning up all args. by Mark D. Roth · 8 years ago
  73. ff31121 Renamed google_benchmark submodule to benchmark by David Garcia Quintas · 8 years ago
  74. 200ef28 Perform quit operations in a useful order in Node perf tests by murgatroid99 · 8 years ago
  75. 170a073 clang-format by Mark D. Roth · 8 years ago
  76. cc527cf Provide a way to exit handshaking early without an error. by Mark D. Roth · 8 years ago
  77. 7c9076a Merge pull request #8960 from muxi/test-timeout-flakiness by Muxi Yan · 8 years ago
  78. d9ef283 clang-format by Mark D. Roth · 8 years ago
  79. 71daef7 Clarify comment. by Mark D. Roth · 8 years ago
  80. 65b79c8 Rename *_create_handshakers() to *_add_handshakers(). by Mark D. Roth · 8 years ago
  81. b1341a3 Use unified test timeouts by Muxi Yan · 8 years ago
  82. 4ee9bb0 Fix race if connector is shutdown while connecting by Craig Tiller · 8 years ago
  83. 749ccd9 Merge branch 'track_cq_finalize' of github.com:vjpai/grpc into fixit29 by Craig Tiller · 8 years ago
  84. 9c5318a Fix shutdown problems with sync server by Craig Tiller · 8 years ago
  85. 7e499aa Bring back gli initializer summoning by Vijay Pai · 8 years ago
  86. 9493091 Increase test timeout of testMetadata to 8s to alleviate flakiness under overloaded Jenkins mac machine by Muxi Yan · 8 years ago
  87. 6510d47 gpr_atm isn't automatically initialized to 0. Thanks Obama. by Vijay Pai · 8 years ago
  88. bf24dd9 clang-format by Vijay Pai · 8 years ago
  89. cbe1599 Track requests that could cause other requests to be created, and don't do by Vijay Pai · 8 years ago
  90. 1d3ad2b Merge pull request #8938 from ctiller/fixit23 by Craig Tiller · 8 years ago
  91. b23c86b Merge pull request #8790 from pquerna/objc_fix_leak_of_buffer by Jorge Canizales · 8 years ago
  92. 73c4f8f Readability improvements by Craig Tiller · 8 years ago
  93. 504ae43 Add parens by Craig Tiller · 8 years ago
  94. d907370 GPR Buffers need to be destroyed, not directly freed, otherwise it leaks reference counted backing slices. by Paul Querna · 8 years ago
  95. 9099350 Get idle edge reliably by Craig Tiller · 8 years ago
  96. e9c75e3 Merge github.com:grpc/grpc into fixit23 by Craig Tiller · 8 years ago
  97. 73122ba clang-format by Craig Tiller · 8 years ago
  98. 2d317fb Revert "Revert "Remove redundant includes from string.h and tmpfile.h"" by Mark D. Roth · 8 years ago
  99. f7a7546 Merge pull request #8949 from grpc/revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  100. d101e14 Revert "Renamed google_benchmark submodule to benchmark" by Mark D. Roth · 8 years ago