1. 2fe68c8 Merge pull request #15021 from apolcyn/fix_gcov_ruby by apolcyn · 7 years ago
  2. e8bced7 Fix codegen test under gcov config by Alexander Polcyn · 7 years ago
  3. b0db704 Merge pull request #14942 from muxi/fix-objc-status by Muxi Yan · 7 years ago
  4. eda865b Merge pull request #14920 from yashykt/socklentcleanup by Yash Tibrewal · 7 years ago
  5. 09d6e8c Merge pull request #14890 from yashykt/execctx_cleanup by Yash Tibrewal · 7 years ago
  6. 6b3db74 Don't create exec_ctx on the stack if it's already there by Yash Tibrewal · 7 years ago
  7. 427adb2 Merge pull request #14986 from ncteisen/trace by Noah Eisen · 7 years ago
  8. 09386db Merge pull request #14959 from yashykt/pollcvfix by Yash Tibrewal · 7 years ago
  9. 03f01fd Merge pull request #14845 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  10. c307805 Merge pull request #14971 from ncteisen/byte-buffer by Noah Eisen · 7 years ago
  11. 9d0c246 Add clarifying comment, stylistic consistency by ncteisen · 7 years ago
  12. 3910659 fix spammy log on empty GRPC_TRACE var by ncteisen · 7 years ago
  13. a9c6ad9 No dump error for unknown value in accept-encoding by Muxi Yan · 7 years ago
  14. 52d4c7c Ensure lib is initialize for ByteBuffer use by Noah Eisen · 7 years ago
  15. cc4fe1b Merge pull request #14943 from grpc/revert-14688-revert_pr by Juanli Shen · 7 years ago
  16. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 7 years ago
  17. 0c4c9d7 poll-cv fix for zero timeout by Yash Tibrewal · 7 years ago
  18. b221685 Merge pull request #14953 from apolcyn/fix_ruby_race by apolcyn · 7 years ago
  19. d359498 fix race whereby we can call watch_connectivity_state on a destroyed channel by Alexander Polcyn · 7 years ago
  20. 2872cf0 Merge pull request #14877 from ara-ayvazyan/fix_missing_mu_destroy by Jan Tattermusch · 7 years ago
  21. 22c6387 Add TODO by Juanli Shen · 7 years ago
  22. 33b2256 Merge pull request #14922 from apolcyn/ruby_bidi_error by apolcyn · 7 years ago
  23. 586704b Merge pull request #14939 from mehrdada/bump-version-to-112 by Mehrdad Afshari · 7 years ago
  24. 109bb09 Surface return status from core by Muxi Yan · 7 years ago
  25. cbfc531 Revert "Revert "Use heuristic to determine how many events to handle per iter…" by Juanli Shen · 7 years ago
  26. 761d16e Merge pull request #14837 from nallohki/master by Muxi Yan · 7 years ago
  27. 98c1017 Merge pull request #14929 from jtattermusch/fix_uv_addrinfo_free by Michael Lumish · 7 years ago
  28. 90cfc8e Regenerate projects by Mehrdad Afshari · 7 years ago
  29. 14c0da7 use uv_freeaddrinfo by Jan Tattermusch · 7 years ago
  30. 19ca19b Fix indent by Muxi Yan · 7 years ago
  31. eab30cd Using libuv's inet_ntop for portability. by Nicolas "Pixel" Noble · 7 years ago
  32. d03bef8 fix memory_profile_test on libuv iomgr by Jan Tattermusch · 7 years ago
  33. ae937d3 Never throw CallErrors for failed bidi reads or writes by Alexander Polcyn · 7 years ago
  34. 93e67ca Update tcp_uv.cc by Michael Lumish · 7 years ago
  35. 18042de Formatting... by Nicolas "Pixel" Noble · 7 years ago
  36. 7d6d2e8 Removing setsockopt completely actually. by Nicolas "Pixel" Noble · 7 years ago
  37. 5426183 Taking care of gevent. by Nicolas "Pixel" Noble · 7 years ago
  38. 00531b3 Making tcp_custom's setsockopt a more generic thing. by Nicolas "Pixel" Noble · 7 years ago
  39. f3651a6 Cleanup from socklen_t changes by Yash Tibrewal · 7 years ago
  40. 3b33409 clang format by Muxi Yan · 7 years ago
  41. 7f5dcc9 Add missing '+' by Muxi Yan · 7 years ago
  42. cb078e5 Merge pull request #14906 from yashykt/lockfreeeventdoc by Yash Tibrewal · 7 years ago
  43. a324bd5 Add documentation for lockfree_event.h by Yash Tibrewal · 7 years ago
  44. b00a925 PHP: don't destruct persistent channel at the end of php-fpm request by ZhouyihaiDing · 7 years ago
  45. 51d7102 Fix gevent test flakes by kpayson64 · 7 years ago
  46. 6a1bf82 Merge pull request #14893 from muxi/runtime-plugin-enable by Muxi Yan · 7 years ago
  47. dfbf607 Introduce channel arg to disable authority filter by Muxi Yan · 7 years ago
  48. 834aeca Revert "Let cronet use grpc_cronet_registry_plugin" by Muxi Yan · 7 years ago
  49. 5dc577b Remove exec_ctx from slice and slice buffer by Yash Tibrewal · 7 years ago
  50. 9ff64a6 drop unnecessary/invalid asserts by Eric Gribkoff · 7 years ago
  51. 69d876f Merge pull request #14874 from grpc/retain-self-late by Muxi Yan · 7 years ago
  52. a9d16cc Merge pull request #13634 from hassox/ruby-module-name by apolcyn · 7 years ago
  53. 1a956bc Fix missing mutex destruction by Ara Ayvazyan · 7 years ago
  54. bb10d2a Release self retain only after all clean-up done by Muxi Yan · 7 years ago
  55. 64fdf0a Return errors in lieu of aborting by David Garcia Quintas · 7 years ago
  56. d3ace6c Fix authority fuzzing failures by David Garcia Quintas · 7 years ago
  57. fa7cbb5 Merge pull request #14858 from jiangtaoli2016/root_cert_once by Jiangtao Li · 7 years ago
  58. 7f25d20 Merge pull request #14734 from markdroth/c++_retry_throttle by Mark D. Roth · 7 years ago
  59. c504053 Merge pull request #14809 from Everysick/memsize-unavailable by apolcyn · 7 years ago
  60. 4fe2cd2 Init default root certs store once by jiangtaoli2016 · 7 years ago
  61. 53f0b8d Merge pull request #14781 from muxi/objc-keep-alive by Muxi Yan · 7 years ago
  62. bae00e0 Add test for verifying to get memory usage in client request by everysick · 7 years ago
  63. 07e75a0 Merge pull request #14615 from dgquintas/authority_header by David G. Quintas · 7 years ago
  64. 4c0872d Disable test for Cronet (unsupported) by Muxi Yan · 7 years ago
  65. efcd45b Fix asan failures. by Mark D. Roth · 7 years ago
  66. 5885b53 Simplify capacity growth calculation. by Mark D. Roth · 7 years ago
  67. c394965 Merge pull request #14561 from kpayson64/gevent_2 by kpayson64 · 7 years ago
  68. a99dd83 Merge pull request #14813 from grpc/vjpai-patch-1 by kpayson64 · 7 years ago
  69. 62d2ca7 Change InlinedVector to keep elements stored contiguously. by Mark D. Roth · 7 years ago
  70. 9db86fc Convert retry throttle code to C++ and add tests. by Mark D. Roth · 7 years ago
  71. 818cf05 Merge pull request #14683 from kkm000/package-grpc-tools-nits by Jan Tattermusch · 7 years ago
  72. 1bfff8e Initial gevent support by kpayson64 · 7 years ago
  73. 0bb2fe9 Explicitly stop servers in unit tests. by kpayson64 · 7 years ago
  74. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  75. 16248a0 Test nit fixes by Muxi Yan · 7 years ago
  76. 46511cd malloc to stack by David Garcia Quintas · 7 years ago
  77. 6fc54b3 Merge pull request #14810 from muxi/cronet-plugin-registry-followup by Muxi Yan · 7 years ago
  78. d5d36d7 fix wrong include by David Garcia Quintas · 7 years ago
  79. 9a2cea0 fix include guard by David Garcia Quintas · 7 years ago
  80. 49f625f more comments by David Garcia Quintas · 7 years ago
  81. 2920457 Fix objc macos build by ncteisen · 7 years ago
  82. a6ffad9 Polish comments for setKeepaliveWithInterval by Muxi Yan · 7 years ago
  83. 6e17041 Fix flow control bug by ncteisen · 7 years ago
  84. e44efe0 rest of pr comments by David Garcia Quintas · 7 years ago
  85. 8b7007a Updates the ruby generator RubyAsType to correctly account for underscores in packages by Daniel Neighman · 7 years ago
  86. 861363d added call_host_override test by David Garcia Quintas · 7 years ago
  87. bd6bdf9 Merge pull request #13290 from apolcyn/cares_address_sorting_master_c by apolcyn · 7 years ago
  88. 6d855c5 Allow gRPC ObjC user to set keepalive options by Muxi Yan · 7 years ago
  89. ad9ec9e Fix an ifdef comment by Vijay Pai · 7 years ago
  90. c7c779f Merge pull request #14722 from jiangtaoli2016/ssl_load_root_certs by Jiangtao Li · 7 years ago
  91. dfc9515 Use GRPC_RB_MEMSIZE_UNAVAILABLE in grpc_rb_md_ary_data_type by everysick · 7 years ago
  92. 811169d Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  93. 0287924 Added host override info to test fixture config by David Garcia Quintas · 7 years ago
  94. 93e2d92 Add more plugins to be used by grpc_cronet by Muxi Yan · 7 years ago
  95. 9cb8be6 Merge pull request #14705 from xambroz/ruby_format_strings by apolcyn · 7 years ago
  96. fa460dc Factor out grpc_add_default_authority_if_not_present by David Garcia Quintas · 7 years ago
  97. d043fa0 PR comments by David Garcia Quintas · 7 years ago
  98. 51332ab Merge pull request #14733 from markdroth/resolver_wait_for_ready by Mark D. Roth · 7 years ago
  99. 144f555 cache default SSL root cert store by jiangtaoli2016 · 7 years ago
  100. b8b976f Merge pull request #14787 from yang-g/tooo_many_pings by Yang Gao · 7 years ago