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