1. 6b8e844 Merge pull request #10325 from y-zeng/keepalive_fixes by Yuchen Zeng · 7 years ago
  2. 0e9d1f4 Merge pull request #9964 from lyuxuan/stream_corked_pr by lyuxuan · 7 years ago
  3. d7e5862 Merge pull request #9247 from muxi/packet-coalescing-objc by Muxi Yan · 7 years ago
  4. 5a821bf Fix formatting issues, move g_disable_ping_ack check to the PING responder by Yuchen Zeng · 7 years ago
  5. 44264d5 Add client_ prefix for keepalive args by Yuchen Zeng · 7 years ago
  6. 8fd581e Merge branch 'master' into stream_corked_pr by Yuxuan Li · 7 years ago
  7. 978c34f Merge branch 'master' into stream_corked_pr by Yuxuan Li · 7 years ago
  8. 29a912d Add more comments by Muxi Yan · 7 years ago
  9. e5ddd4b change EnsureInitialMetadataSent to use template by Yuxuan Li · 7 years ago
  10. 3d43da7 Change keepalive arguments, add grpc_set_disable_ping_ack by Yuchen Zeng · 7 years ago
  11. da4cf9d Merge pull request #10244 from muxi/more-test-information by Muxi Yan · 7 years ago
  12. c4478a1 Merge pull request #10222 from makdharma/caching_with_uri by makdharma · 7 years ago
  13. 2b7a4ed Merge pull request #10278 from muxi/fix-timeout by Muxi Yan · 7 years ago
  14. f466ae1 Merge pull request #7771 from y-zeng/cares_buildin by Yuchen Zeng · 7 years ago
  15. 7e6b7df Merge pull request #10275 from ctiller/memory by Craig Tiller · 7 years ago
  16. ac4a728 Merge pull request #10262 from y-zeng/set_user_agent by Yuchen Zeng · 7 years ago
  17. b6512cf Merge pull request #10245 from sreecha/cq_factory_api by Sree Kuchibhotla · 7 years ago
  18. 2524a37 Merge pull request #10292 from yang-g/udp_server by Yang Gao · 7 years ago
  19. e525aa1 Merge pull request #10271 from yang-g/error_msg by Yang Gao · 7 years ago
  20. 04f28d9 review feedback and one bugfix by Makarand Dharmapurikar · 7 years ago
  21. a128b7a Merge branch 'master' of https://github.com/grpc/grpc into caching_with_uri by Makarand Dharmapurikar · 7 years ago
  22. d99975b Merge pull request #10239 from rltvty/fix_php_service_comments by Stanley Cheung · 7 years ago
  23. 12b4b27 Merge pull request #10268 from y-zeng/fix_tcp by Yuchen Zeng · 7 years ago
  24. af61d0b Merge pull request #10293 from nicolasnoble/upmerge-1.2.0 by Nicolas Noble · 7 years ago
  25. d34f2a4 Better strategy by Muxi Yan · 7 years ago
  26. c46b3eb Add socket factory support to udp_server.c by Michael Warres · 7 years ago
  27. e44a50f Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 by Nicolas "Pixel" Noble · 7 years ago
  28. 8fc385a Prevent cleaning up the fd twice. by yang-g · 7 years ago
  29. 1cef41f Fix testInternalError that caused Jenkins hang for a long time by Muxi Yan · 7 years ago
  30. b64d652 Spam cleanup by Craig Tiller · 7 years ago
  31. 878a7c2 Memory usage tweaks by Craig Tiller · 7 years ago
  32. ce0fd97 fix a fuzzer detected corner case by Makarand Dharmapurikar · 7 years ago
  33. 0e8bc45 Update with the new error interface by Yuchen Zeng · 7 years ago
  34. 7b02dd6 yet another ref fix by Makarand Dharmapurikar · 7 years ago
  35. a8a5690 Use 7-bit prefix in manually created header. by yang-g · 7 years ago
  36. 604abf4 add generated imports header to be able to build on mingw by Alexander Polcyn · 7 years ago
  37. 0572560 fixed yet another referencing issue by Makarand Dharmapurikar · 7 years ago
  38. d336084 Merge remote-tracking branch 'upstream/master' into cares_rebase by Yuchen Zeng · 7 years ago
  39. 6f1e443 Merge pull request #10216 from mehrdada/python-service-reflection by Mehrdad Afshari · 7 years ago
  40. 1a0cc16 Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1 by apolcyn · 7 years ago
  41. b129095 Fix tcp_server_utils_posix_common by Yuchen Zeng · 7 years ago
  42. 50cea01 fixed asan memory leak ref issue by Makarand Dharmapurikar · 7 years ago
  43. 0273594 Add pylint comment to justify unused import by Mehrdad Afshari · 7 years ago
  44. b0f3f55 Merge pull request #9986 from apolcyn/fix_connectivity by apolcyn · 7 years ago
  45. 626efa6 Temporarily disable testFileContainingExtension by Mehrdad Afshari · 7 years ago
  46. 7472e13 Sort service_names returned by python reflection by Mehrdad Afshari · 7 years ago
  47. 7be69fc Add helper function for enabling python reflection by Mehrdad Afshari · 7 years ago
  48. 9ca61fd Add all_extension_numbers_of_type in py reflection by Mehrdad Afshari · 7 years ago
  49. 03d9500 Test all_extension_numbers_of_type by Mehrdad Afshari · 7 years ago
  50. 8be4e03 Add ReflectionServicer._file_containing_extension by Mehrdad Afshari · 7 years ago
  51. a0cbe8c Fix and un-skip testFileContainingExtension by Mehrdad Afshari · 7 years ago
  52. 209c41a Merge pull request #10255 from nathanielmanistaatgoogle/_pb2_grpc-unnecessary-imports by Nathaniel Manista · 7 years ago
  53. 5583756 Merge pull request #10109 from ncteisen/error-slice-optimization by Noah Eisen · 7 years ago
  54. f5b6b5b Replace existing string in SetUserAgentPrefix by Yuchen Zeng · 7 years ago
  55. 3a4562b addressed review feedback. by Makarand Dharmapurikar · 7 years ago
  56. e0b6aaa More granularity in objc tests by Muxi Yan · 7 years ago
  57. ce7b947 free the allocated slice to fix asan failure by Makarand Dharmapurikar · 7 years ago
  58. 02d131b fix mac crash on abruptly ended server thread by Alexander Polcyn · 7 years ago
  59. 3d194ad Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization by Noah Eisen · 7 years ago
  60. c2e53b5 Addressed the comments by Muxi Yan · 7 years ago
  61. 48fda55 Merge pull request #10189 from ctiller/call_cases by Craig Tiller · 7 years ago
  62. 3f90a95 Merge pull request #10252 from jboeuf/no_creds_assert_in_server_auth_filter by Robbie Shade · 7 years ago
  63. 937302b Merge remote-tracking branch 'upstream/master' into cares_rebase by Yuchen Zeng · 7 years ago
  64. 226098c added b64.c to the sources neede for grpc_base by Makarand Dharmapurikar · 7 years ago
  65. be0dba1 Merge pull request #10247 from y-zeng/fix_lb_subchannel by Yuchen Zeng · 7 years ago
  66. 513070c get rid of time check increment in watch connectivity state loop by Alexander Polcyn · 7 years ago
  67. 2f390db Drop unnecessary imports from _pb2_grpc.py files by Nathaniel Manista · 7 years ago
  68. 8f0fd82 Removing credentials assert in server_auth_filter. by Julien Boeuf · 7 years ago
  69. eeb3b24 Merge pull request #10238 from ctiller/bm_chttp2_top by Craig Tiller · 7 years ago
  70. 02ee91b Merge pull request #10203 from ncteisen/error-ownership-semantics by Noah Eisen · 7 years ago
  71. 5c42af6 Merge pull request #9655 from markdroth/remove_initial_connect_string by Mark D. Roth · 7 years ago
  72. 995ed1c Fix bug by Sree Kuchibhotla · 7 years ago
  73. 1855710 Merge pull request #10210 from muxi/enable-cronet-compression by Muxi Yan · 7 years ago
  74. 06d4edd fix setting of time_check_increment in watch conn state loop by Alexander Polcyn · 7 years ago
  75. 031cfeb Line breaks and doc reffing by ncteisen · 7 years ago
  76. 5b88146 make fewer lock/unlock calls and loop on cv_wait in watch conn state by Alexander Polcyn · 7 years ago
  77. 098110d Merge branch 'master' into cq_factory_api by Sree Kuchibhotla · 7 years ago
  78. add6962 Add version macro by Sree Kuchibhotla · 7 years ago
  79. 3431996 Fix subchannel creation in pick_first and round_robin by Yuchen Zeng · 7 years ago
  80. b05fc32 xcpretty for examples too by Muxi Yan · 7 years ago
  81. bf18428 Introduce grpc_completion_queue_factory API by Sree Kuchibhotla · 7 years ago
  82. 31041c9 Merge github.com:grpc/grpc into call_cases by Craig Tiller · 7 years ago
  83. b18d54f Use xcpretty to provide better test information by Muxi Yan · 7 years ago
  84. ac433cf Assert on thread creation by Ken Payson · 7 years ago
  85. d4143f2 Merge pull request #10208 from muxi/fix-trailer-only by Muxi Yan · 7 years ago
  86. 12b44ae Merge remote-tracking branch 'upstream/master' into enable-cronet-compression by Muxi Yan · 7 years ago
  87. 62d1dd9 Merge pull request #9850 from markdroth/retry_throttle by Mark D. Roth · 7 years ago
  88. 14ef5d8 Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string by Mark D. Roth · 7 years ago
  89. eb799b7 Fix shutdown process on macos by Yuchen Zeng · 7 years ago
  90. 94f3ddd clang-format by Muxi Yan · 7 years ago
  91. e718647 fix the namespacing for php docs on clients by Eric Pinzur · 7 years ago
  92. 18f09a0 Add benchmark suite for chttp2 by Craig Tiller · 7 years ago
  93. ea282e9 add passing test that kills a process while there are active watch chan state calls by Alexander Polcyn · 7 years ago
  94. b4478ff Comment by Muxi Yan · 7 years ago
  95. 7c050ea Merge pull request #10102 from ctiller/fuzzing-long by Craig Tiller · 7 years ago
  96. 3e30832 bump v1.2.x branch to 1.2.1-pre1 by Alexander Polcyn · 7 years ago
  97. 513aa6c Use _locked functions in dns_ares_resolver_vtable by Yuchen Zeng · 7 years ago
  98. eb6f201 Improvement on reading compression byt by Muxi Yan · 7 years ago
  99. b239da9 removed multiple allocs, refactored b64 encoder by Makarand Dharmapurikar · 7 years ago
  100. 69e5a28 Going for 1.2.0 by David Garcia Quintas · 7 years ago