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