1. 2b036e6 fix resolver crash when DNS server unreachable by Jan Tattermusch · 6 years ago
  2. dac7133 fix cares resolution with default authority by Jan Tattermusch · 6 years ago
  3. 12420cc Regenerate projects by Mehrdad Afshari · 6 years ago
  4. df35fbb Regenerate projects by Mehrdad Afshari · 7 years ago
  5. 3cf470d fix race whereby we can call watch_connectivity_state on a destroyed channel by Alexander Polcyn · 7 years ago
  6. ac768b5 Merge branch 'fix_uv_addrinfo_free' of github.com:jtattermusch/grpc into backport-14929 by Nicolas "Pixel" Noble · 7 years ago
  7. 10acefc Never throw CallErrors for failed bidi reads or writes by Alexander Polcyn · 7 years ago
  8. 10d1b1e Regenerate projects by Mehrdad Afshari · 7 years ago
  9. 14c0da7 use uv_freeaddrinfo by Jan Tattermusch · 7 years ago
  10. eab30cd Using libuv's inet_ntop for portability. by Nicolas "Pixel" Noble · 7 years ago
  11. d03bef8 fix memory_profile_test on libuv iomgr by Jan Tattermusch · 7 years ago
  12. 93e67ca Update tcp_uv.cc by Michael Lumish · 7 years ago
  13. 18042de Formatting... by Nicolas "Pixel" Noble · 7 years ago
  14. 7d6d2e8 Removing setsockopt completely actually. by Nicolas "Pixel" Noble · 7 years ago
  15. 5426183 Taking care of gevent. by Nicolas "Pixel" Noble · 7 years ago
  16. 00531b3 Making tcp_custom's setsockopt a more generic thing. by Nicolas "Pixel" Noble · 7 years ago
  17. cb078e5 Merge pull request #14906 from yashykt/lockfreeeventdoc by Yash Tibrewal · 7 years ago
  18. a324bd5 Add documentation for lockfree_event.h by Yash Tibrewal · 7 years ago
  19. b00a925 PHP: don't destruct persistent channel at the end of php-fpm request by ZhouyihaiDing · 7 years ago
  20. 51d7102 Fix gevent test flakes by kpayson64 · 7 years ago
  21. 6a1bf82 Merge pull request #14893 from muxi/runtime-plugin-enable by Muxi Yan · 7 years ago
  22. dfbf607 Introduce channel arg to disable authority filter by Muxi Yan · 7 years ago
  23. 834aeca Revert "Let cronet use grpc_cronet_registry_plugin" by Muxi Yan · 7 years ago
  24. 9ff64a6 drop unnecessary/invalid asserts by Eric Gribkoff · 7 years ago
  25. 69d876f Merge pull request #14874 from grpc/retain-self-late by Muxi Yan · 7 years ago
  26. a9d16cc Merge pull request #13634 from hassox/ruby-module-name by apolcyn · 7 years ago
  27. bb10d2a Release self retain only after all clean-up done by Muxi Yan · 7 years ago
  28. 64fdf0a Return errors in lieu of aborting by David Garcia Quintas · 7 years ago
  29. d3ace6c Fix authority fuzzing failures by David Garcia Quintas · 7 years ago
  30. fa7cbb5 Merge pull request #14858 from jiangtaoli2016/root_cert_once by Jiangtao Li · 7 years ago
  31. 7f25d20 Merge pull request #14734 from markdroth/c++_retry_throttle by Mark D. Roth · 7 years ago
  32. c504053 Merge pull request #14809 from Everysick/memsize-unavailable by apolcyn · 7 years ago
  33. 4fe2cd2 Init default root certs store once by jiangtaoli2016 · 7 years ago
  34. 53f0b8d Merge pull request #14781 from muxi/objc-keep-alive by Muxi Yan · 7 years ago
  35. bae00e0 Add test for verifying to get memory usage in client request by everysick · 7 years ago
  36. 07e75a0 Merge pull request #14615 from dgquintas/authority_header by David G. Quintas · 7 years ago
  37. 4c0872d Disable test for Cronet (unsupported) by Muxi Yan · 7 years ago
  38. c394965 Merge pull request #14561 from kpayson64/gevent_2 by kpayson64 · 7 years ago
  39. a99dd83 Merge pull request #14813 from grpc/vjpai-patch-1 by kpayson64 · 7 years ago
  40. 9db86fc Convert retry throttle code to C++ and add tests. by Mark D. Roth · 7 years ago
  41. 818cf05 Merge pull request #14683 from kkm000/package-grpc-tools-nits by Jan Tattermusch · 7 years ago
  42. 1bfff8e Initial gevent support by kpayson64 · 7 years ago
  43. 0bb2fe9 Explicitly stop servers in unit tests. by kpayson64 · 7 years ago
  44. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  45. 16248a0 Test nit fixes by Muxi Yan · 7 years ago
  46. 46511cd malloc to stack by David Garcia Quintas · 7 years ago
  47. 6fc54b3 Merge pull request #14810 from muxi/cronet-plugin-registry-followup by Muxi Yan · 7 years ago
  48. d5d36d7 fix wrong include by David Garcia Quintas · 7 years ago
  49. 9a2cea0 fix include guard by David Garcia Quintas · 7 years ago
  50. 49f625f more comments by David Garcia Quintas · 7 years ago
  51. 2920457 Fix objc macos build by ncteisen · 7 years ago
  52. a6ffad9 Polish comments for setKeepaliveWithInterval by Muxi Yan · 7 years ago
  53. 6e17041 Fix flow control bug by ncteisen · 7 years ago
  54. e44efe0 rest of pr comments by David Garcia Quintas · 7 years ago
  55. 8b7007a Updates the ruby generator RubyAsType to correctly account for underscores in packages by Daniel Neighman · 7 years ago
  56. 861363d added call_host_override test by David Garcia Quintas · 7 years ago
  57. bd6bdf9 Merge pull request #13290 from apolcyn/cares_address_sorting_master_c by apolcyn · 7 years ago
  58. 6d855c5 Allow gRPC ObjC user to set keepalive options by Muxi Yan · 7 years ago
  59. ad9ec9e Fix an ifdef comment by Vijay Pai · 7 years ago
  60. c7c779f Merge pull request #14722 from jiangtaoli2016/ssl_load_root_certs by Jiangtao Li · 7 years ago
  61. dfc9515 Use GRPC_RB_MEMSIZE_UNAVAILABLE in grpc_rb_md_ary_data_type by everysick · 7 years ago
  62. 811169d Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  63. 0287924 Added host override info to test fixture config by David Garcia Quintas · 7 years ago
  64. 93e2d92 Add more plugins to be used by grpc_cronet by Muxi Yan · 7 years ago
  65. 9cb8be6 Merge pull request #14705 from xambroz/ruby_format_strings by apolcyn · 7 years ago
  66. fa460dc Factor out grpc_add_default_authority_if_not_present by David Garcia Quintas · 7 years ago
  67. d043fa0 PR comments by David Garcia Quintas · 7 years ago
  68. 51332ab Merge pull request #14733 from markdroth/resolver_wait_for_ready by Mark D. Roth · 7 years ago
  69. 144f555 cache default SSL root cert store by jiangtaoli2016 · 7 years ago
  70. b8b976f Merge pull request #14787 from yang-g/tooo_many_pings by Yang Gao · 7 years ago
  71. 9e4d954 Merge pull request #14780 from muxi/fix-keepalive by Muxi Yan · 7 years ago
  72. 90af934 Merge pull request #14801 from fengli79/master by Feng Li · 7 years ago
  73. e9bd89c Merge pull request #14792 from vjpai/desneak2 by Vijay Pai · 7 years ago
  74. 7b2f5775 Release the GIL when calling grpc_call_start_batch. by Feng Li · 7 years ago
  75. e63e06d Fall calls with wait_for_ready=false on transient resolver failure. by Mark D. Roth · 7 years ago
  76. a435ca1 Merge pull request #14776 from jtattermusch/fix_metadata_credentials_flake by Jan Tattermusch · 7 years ago
  77. 4b31e36 Fixed tests call host by David Garcia Quintas · 7 years ago
  78. a4da2d2 Eliminate existence of SneakyCallOpSet, some server cleanup by Vijay Pai · 7 years ago
  79. 2cbdd85 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  80. 3163f5b Merge pull request #14784 from yang-g/mockssssss by Yang Gao · 7 years ago
  81. 0c29f6a Added comment by David Garcia Quintas · 7 years ago
  82. 8824a13 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  83. e21c7bf Merge pull request #14765 from grpc/revert-14687-early-ok by Noah Eisen · 7 years ago
  84. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  85. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 7 years ago
  86. 502ba74 Rename generate_mock to generate_mocks by yang-g · 7 years ago
  87. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  88. 69e1532 Properly reset pings_before_data_required by yang-g · 7 years ago
  89. 92d11e3 Merge pull request #14783 from yashykt/tcpposixfix by Yash Tibrewal · 7 years ago
  90. 1ead89f Merge pull request #14758 from muxi/cronet-plugin-registry by Muxi Yan · 7 years ago
  91. e70199b Merge pull request #14720 from yang-g/timer by Yang Gao · 7 years ago
  92. 14f1c35 Remove unnecessary assert on size check of address length after conversion to socklen_t by Yash Tibrewal · 7 years ago
  93. 31e9576 Moved assertion for GRPC_ARG_DEFAULT_AUTHORITY into the authority filter by David Garcia Quintas · 7 years ago
  94. cc1bb34 Fix wrong timeout value of keepalive watchdog by Muxi Yan · 7 years ago
  95. f6909b2 fix a test by Jan Tattermusch · 7 years ago
  96. 9b9807a fix C# connectivity watcher shutdown race by Jan Tattermusch · 7 years ago
  97. 77f64f7 Put address_sorting's public header under its own directory. Also add by Alex Polcyn · 7 years ago
  98. 690dde6 Add address sorting submodule for use in c-ares wrapper by Alexander Polcyn · 7 years ago
  99. 356d491 Merge pull request #14483 from euroelessar/ticket-client by Jiangtao Li · 7 years ago
  100. d2bc0c2 Revert "Verify early OK behavior" by Noah Eisen · 7 years ago