1. 13b9a9a Remove resource users from reclaimer lists when shutting down by Craig Tiller · 8 years ago
  2. db25f08 Make TCP error messages more descriptive by Craig Tiller · 8 years ago
  3. a0bcfbb Fix Windows build problem. by Mark D. Roth · 8 years ago
  4. 3e9ba86 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  5. 8aa2f70 Code review changes. by Mark D. Roth · 8 years ago
  6. 7140382 Use the same server code for both secure and insecure servers. by Mark D. Roth · 8 years ago
  7. bd913a8 Fix asan failures. by Mark D. Roth · 8 years ago
  8. 058f555 make CallFlags internal, expose WaitForReady by Jan Tattermusch · 8 years ago
  9. 43416da wire passing of C# CallFlags to C core by Jan Tattermusch · 8 years ago
  10. 0faf80c add C# call flags API by Jan Tattermusch · 8 years ago
  11. b79af5b Merge pull request #8775 from ctiller/hansel by Craig Tiller · 8 years ago
  12. f4b1bbf Merge branch 'master' into slice_cleanup by Sree Kuchibhotla · 8 years ago
  13. 94298fb Merge pull request #8923 from kpayson64/php_unit_test_cleanup by kpayson64 · 8 years ago
  14. d0c27df Merge pull request #8707 from kpayson64/upstream_changes by kpayson64 · 8 years ago
  15. 02d2807 Fixes 2 issues: by Ken Payson · 8 years ago
  16. 3045a37 Add configurable exit grace periods and shutdown handlers by Ken Payson · 8 years ago
  17. a561785 clang-format by Mark D. Roth · 8 years ago
  18. 9b3f1b7 Fix httpcli cleanup code. by Mark D. Roth · 8 years ago
  19. 412e6ac Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  20. 53bd693 Code review changes. by Mark D. Roth · 8 years ago
  21. 6c870f6 Remove redundant includes by Sree Kuchibhotla · 8 years ago
  22. 2388b95 Remove redundant includes by Sree Kuchibhotla · 8 years ago
  23. d17c7c9 Merge pull request #8884 from jtattermusch/csharp_cleanup_nuspec by Jan Tattermusch · 8 years ago
  24. b1c4e61 Merge pull request #8849 from pmarks-net/master by Paul Marks · 8 years ago
  25. 9832b9b Merge pull request #8902 from muxi/fix-cocoapods-fail by Muxi Yan · 8 years ago
  26. 0d7b043 Merge remote-tracking branch 'upstream/master' into security_handshaker1 by Mark D. Roth · 8 years ago
  27. a91298c Update post_install condition and comments by Muxi Yan · 8 years ago
  28. 4b06406 Merge github.com:grpc/grpc into hansel by Craig Tiller · 8 years ago
  29. 86a893d Merge remote-tracking branch 'upstream/master' into security_handshaker2 by Mark D. Roth · 8 years ago
  30. 65832fb Merge pull request #8880 from dgquintas/json_localhost_carnage by David G. Quintas · 8 years ago
  31. f1926c0 Add a TODO comment. by Mark D. Roth · 8 years ago
  32. 72f8e14 More clang-format by Garrett Casto · 8 years ago
  33. 6facd26 Merge pull request #8903 from ctiller/tcp_shutdown by Craig Tiller · 8 years ago
  34. 9fbb338 Review feedback by Craig Tiller · 8 years ago
  35. e6e1c9e Fix link problem for insecure target. by Mark D. Roth · 8 years ago
  36. 296984b Break infinite connection retry loop by Craig Tiller · 8 years ago
  37. b62f364 Fix shutdown semantics for client and server code. by Mark D. Roth · 8 years ago
  38. 75d0c42 Fix shutdown semantics for security handshaker. by Mark D. Roth · 8 years ago
  39. c6e1e69 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  40. b8f97a4 Allow handshaking to be retried. by Mark D. Roth · 8 years ago
  41. c584d99 Eliminate some code duplication. by Mark D. Roth · 8 years ago
  42. a9bd943 Fix unref-while-lock-held bug. Only shut down handshaker if in progress. by Mark D. Roth · 8 years ago
  43. e068361 clang-format by Craig Tiller · 8 years ago
  44. f6fe888 Merge branch 'tcp_shutdown' of github.com:ctiller/grpc into tcp_shutdown by Craig Tiller · 8 years ago
  45. d112ed9 Further safety fixes for TCP on Windows by Craig Tiller · 8 years ago
  46. a4945df get rid of the obsolete C# package builder by Jan Tattermusch · 8 years ago
  47. 69299c7 generate reflection package as well by Jan Tattermusch · 8 years ago
  48. d890b25 generate package build script from a template by Jan Tattermusch · 8 years ago
  49. 90e46ff Merge pull request #8857 from jtattermusch/csharp_reflection by Jan Tattermusch · 8 years ago
  50. a0a3c41 Merge branch 'master' of github.com:grpc/grpc into json_localhost_carnage by David Garcia Quintas · 8 years ago
  51. 6c3d040 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  52. 0610434 Always shut down endpoints before destroying them. by Mark D. Roth · 8 years ago
  53. 30f698f Make handshaker responsible for destroying endpoint on shutdown or failure. by Mark D. Roth · 8 years ago
  54. fdc17aa clang-format by Craig Tiller · 8 years ago
  55. cbafdd1 Fix races on tcp server shutdown on Windows by Craig Tiller · 8 years ago
  56. bb4e501 Merge github.com:grpc/grpc into tcp_shutdown by Craig Tiller · 8 years ago
  57. 4475694 Eliminate the user_data overloading hack in handshake_manager. by Mark D. Roth · 8 years ago
  58. 47564de Capture name change of CocoaPods generated target by Muxi Yan · 8 years ago
  59. 4cdcd12 Fix locking bug in HTTP CONNECT handshaker. by Mark D. Roth · 8 years ago
  60. 99080d1 Fix TSAN failure when running DEBUG mode. by Robbie Shade · 8 years ago
  61. 09ee8d0 Merge remote-tracking branch 'upstream/master' into security_handshaker1 by Mark D. Roth · 8 years ago
  62. 33fdafb clang-format by Garrett Casto · 8 years ago
  63. 95fcb58 Remove redundant fields for endpoints. by Mark D. Roth · 8 years ago
  64. 3beb6c5 Add locking in security handshaker. by Mark D. Roth · 8 years ago
  65. 3b04e7e Merge pull request #8894 from ctiller/fixit14 by Craig Tiller · 8 years ago
  66. 30f4b81 Merge pull request #8876 from ctiller/iomgr_shutdown by Craig Tiller · 8 years ago
  67. b123643 remove one more publicSign by Jan Tattermusch · 8 years ago
  68. c0c0dbc Fix TSAN race on adding a reclaimer by Craig Tiller · 8 years ago
  69. 72e4096 clang-format by Muxi Yan · 8 years ago
  70. 0d8c9cf Merge pull request #8868 from markdroth/fixit_qps by Mark D. Roth · 8 years ago
  71. 091057a fix proto import paths for C# where possible by Jan Tattermusch · 8 years ago
  72. 0201776 add C# server reflection by Jan Tattermusch · 8 years ago
  73. a05909f Added pid logging to subprocess by David Garcia Quintas · 8 years ago
  74. fdbca15 Mark unsupported tests by Muxi Yan · 8 years ago
  75. a6b88df Change behavior of RECV_MESSAGE by Muxi Yan · 8 years ago
  76. ea0d61f Return correct status on cancel by Muxi Yan · 8 years ago
  77. 83b6e8e Run clang-format on udp_server.c by Paul Marks · 8 years ago
  78. da81d1a Flush platform stuff after timer events by Craig Tiller · 8 years ago
  79. d50a068 Merge branch 'master' into pss_pi by Sree Kuchibhotla · 8 years ago
  80. 22ea6b8 Merge remote-tracking branch 'upstream/master' into cronet-stream-read-dev by Muxi Yan · 8 years ago
  81. a540848 Fixed http_client race by David Garcia Quintas · 8 years ago
  82. f493651 Merge branch 'master' of github.com:grpc/grpc into backoff by David Garcia Quintas · 8 years ago
  83. 491d975 Fix subprocess code to avoid redundant calls to waitpid(). by Mark D. Roth · 8 years ago
  84. 0c2fb6a Fix CoreCronetEnd2EndTests by Garrett Casto · 8 years ago
  85. a0ed373 Change interface by Garrett Casto · 8 years ago
  86. 1fa9ddb Fix clang-format by Craig Tiller · 8 years ago
  87. b4b8e1e Fix mac build by Craig Tiller · 8 years ago
  88. 1edfb95 Updated backoff to spec. by David Garcia Quintas · 8 years ago
  89. 7d03df3 Renamed google_benchmark submodule to benchmark by David Garcia Quintas · 8 years ago
  90. cb09e70 Fix a memory leak in grpc_udp_server_add_port() by Paul Marks · 8 years ago
  91. 6ff81e9 Merge pull request #8825 from jtattermusch/manual_upmerge_101 by Jan Tattermusch · 8 years ago
  92. 09ba2d6 fix formatting by Jan Tattermusch · 8 years ago
  93. 4bbbb73 Merge pull request #8847 from yang-g/clang-format by David G. Quintas · 8 years ago
  94. d255a72 Clang-format by yang-g · 8 years ago
  95. f75459d Merge pull request #8827 from jtattermusch/ur_does_not_reference_tcp by Jan Tattermusch · 8 years ago
  96. 4fb8155 Merge branch 'master' into pss_pi by Sree Kuchibhotla · 8 years ago
  97. 543d3a3 Merge pull request #8650 from kpayson64/poll_cv_improvement by kpayson64 · 8 years ago
  98. 74ce594 Merge pull request #8815 from yang-g/http_trace by Yang Gao · 8 years ago
  99. ff3da88 regenerate C# protos by Jan Tattermusch · 8 years ago
  100. cdd4203 use thread pool from v1.0.x but keep server call life cycle in master by Alexander Polcyn · 8 years ago