1. a0a3c41 Merge branch 'master' of github.com:grpc/grpc into json_localhost_carnage by David Garcia Quintas · 8 years ago
  2. d6936b6 PR comments by David Garcia Quintas · 8 years ago
  3. 2502afb Fixed build.yaml and ran generate_projects.sh. by Mark D. Roth · 8 years ago
  4. 6c3d040 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  5. 0610434 Always shut down endpoints before destroying them. by Mark D. Roth · 8 years ago
  6. 30f698f Make handshaker responsible for destroying endpoint on shutdown or failure. by Mark D. Roth · 8 years ago
  7. fdc17aa clang-format by Craig Tiller · 8 years ago
  8. cbafdd1 Fix races on tcp server shutdown on Windows by Craig Tiller · 8 years ago
  9. bb4e501 Merge github.com:grpc/grpc into tcp_shutdown by Craig Tiller · 8 years ago
  10. 4475694 Eliminate the user_data overloading hack in handshake_manager. by Mark D. Roth · 8 years ago
  11. 47564de Capture name change of CocoaPods generated target by Muxi Yan · 8 years ago
  12. 4cdcd12 Fix locking bug in HTTP CONNECT handshaker. by Mark D. Roth · 8 years ago
  13. 63f84be Merge pull request #8901 from grpc/revert-8838-test_credentials by Yang Gao · 8 years ago
  14. 3b45b8d Revert "Test credentials provider update" by Craig Tiller · 8 years ago
  15. 09ee8d0 Merge remote-tracking branch 'upstream/master' into security_handshaker1 by Mark D. Roth · 8 years ago
  16. 95fcb58 Remove redundant fields for endpoints. by Mark D. Roth · 8 years ago
  17. 3beb6c5 Add locking in security handshaker. by Mark D. Roth · 8 years ago
  18. 3b04e7e Merge pull request #8894 from ctiller/fixit14 by Craig Tiller · 8 years ago
  19. fbc598a Merge pull request #8838 from yang-g/test_credentials by Yang Gao · 8 years ago
  20. 9178ba2 Merge pull request #8867 from ctiller/fixit6 by Craig Tiller · 8 years ago
  21. 30f4b81 Merge pull request #8876 from ctiller/iomgr_shutdown by Craig Tiller · 8 years ago
  22. eadbe86 Merge pull request #8890 from ctiller/fixit12 by Craig Tiller · 8 years ago
  23. b123643 remove one more publicSign by Jan Tattermusch · 8 years ago
  24. c0c0dbc Fix TSAN race on adding a reclaimer by Craig Tiller · 8 years ago
  25. 0d8c9cf Merge pull request #8868 from markdroth/fixit_qps by Mark D. Roth · 8 years ago
  26. 54c607d Merge pull request #8892 from ctiller/fixit13 by Craig Tiller · 8 years ago
  27. 9f07b4f Increase timeout for now: seems this can take longer under some configurations by Craig Tiller · 8 years ago
  28. b37e5ce Merge pull request #8878 from ctiller/fixit9 by Craig Tiller · 8 years ago
  29. 9564cf9 Take into account all the configs by Craig Tiller · 8 years ago
  30. d04c822 Unique-ify uds address between concurrent bm_fullstack runs by Craig Tiller · 8 years ago
  31. 08d2d97 Merge pull request #8888 from ctiller/fixit10 by Craig Tiller · 8 years ago
  32. e89e54f clang-format code by Craig Tiller · 8 years ago
  33. c56d3eb Improve logging. by Mark D. Roth · 8 years ago
  34. 091057a fix proto import paths for C# where possible by Jan Tattermusch · 8 years ago
  35. 0201776 add C# server reflection by Jan Tattermusch · 8 years ago
  36. f9ed9d9 Merge pull request #8875 from dgquintas/fixit_race_httpclient by David G. Quintas · 8 years ago
  37. a05909f Added pid logging to subprocess by David Garcia Quintas · 8 years ago
  38. 6deadf5 Propagate termination signals to subprocesses by David Garcia Quintas · 8 years ago
  39. c991e80 Limit outstanding rpc count for synchronous {client,server} tsan tests by Craig Tiller · 8 years ago
  40. 1af41af Merge pull request #8877 from dgquintas/bm_fullstack_dtor by David G. Quintas · 8 years ago
  41. d449003 Shutdown grpc for fullstack benchmark by David Garcia Quintas · 8 years ago
  42. 83b6e8e Run clang-format on udp_server.c by Paul Marks · 8 years ago
  43. b1ef2d4 Merge pull request #8874 from dgquintas/fixit_increase_tsan_1byte_timeout by David G. Quintas · 8 years ago
  44. 34e6ce6 Merge pull request #8872 from ctiller/fixit7 by Craig Tiller · 8 years ago
  45. da81d1a Flush platform stuff after timer events by Craig Tiller · 8 years ago
  46. ca75ca6 Merge pull request #8873 from muxi/fix-test-config by Muxi Yan · 8 years ago
  47. a540848 Fixed http_client race by David Garcia Quintas · 8 years ago
  48. cf6eaa7 Add <string.h> to test_config.c by Muxi Yan · 8 years ago
  49. 3535869 Increase deadline for 1byte fixture by David Garcia Quintas · 8 years ago
  50. ab34b12 Make a better educated guess about CPU costs of a benchmark by Craig Tiller · 8 years ago
  51. f739c05 Make a better educated guess about CPU costs of a benchmark by Craig Tiller · 8 years ago
  52. 389c595 Merge pull request #8869 from ncteisen/mac_buildfix by Noah Eisen · 8 years ago
  53. f493651 Merge branch 'master' of github.com:grpc/grpc into backoff by David Garcia Quintas · 8 years ago
  54. 3770ac9 Run tools/buildgen/generate_projects.sh by ncteisen · 8 years ago
  55. 86cda50 Update build.yaml to fix MacOS build by ncteisen · 8 years ago
  56. d960c8b Merge pull request #8850 from ncteisen/gitignore_change by Noah Eisen · 8 years ago
  57. 37d5f9b Add debug logging for process termination state. by Mark D. Roth · 8 years ago
  58. 491d975 Fix subprocess code to avoid redundant calls to waitpid(). by Mark D. Roth · 8 years ago
  59. c02cee8 Merge pull request #8866 from ctiller/fixit5 by Craig Tiller · 8 years ago
  60. 38bfa15 Merge pull request #8865 from ctiller/fixit3 by Craig Tiller · 8 years ago
  61. 6d74225 Reduce pre-generated key count by Craig Tiller · 8 years ago
  62. 797bc83 Fix comment by Craig Tiller · 8 years ago
  63. a45a5e4 Rephrase comment by Craig Tiller · 8 years ago
  64. 96583a3 Remove file dependency to simplify build graph by Craig Tiller · 8 years ago
  65. 25dba29 Move test block, refine conditions by Craig Tiller · 8 years ago
  66. cb13465 Merge pull request #8863 from ctiller/fixit2 by Craig Tiller · 8 years ago
  67. f2876ea Up timeouts for poll-cv polling strategy, seems to make things more stable by Craig Tiller · 8 years ago
  68. ea7136b Merge pull request #8864 from ctiller/fixit4 by Craig Tiller · 8 years ago
  69. 1fa9ddb Fix clang-format by Craig Tiller · 8 years ago
  70. 87ce813 Merge pull request #8862 from ctiller/fixit1 by Craig Tiller · 8 years ago
  71. 8a4539e Up retry count to try and counter flakiness by Craig Tiller · 8 years ago
  72. b4b8e1e Fix mac build by Craig Tiller · 8 years ago
  73. 4c8172e Merge pull request #8852 from dgquintas/portposix_clangformat by David G. Quintas · 8 years ago
  74. 1edfb95 Updated backoff to spec. by David Garcia Quintas · 8 years ago
  75. 8fe2a42 clang-format by David Garcia Quintas · 8 years ago
  76. 7d03df3 Renamed google_benchmark submodule to benchmark by David Garcia Quintas · 8 years ago
  77. 5ac82e2 Merge pull request #8846 from ncteisen/go_advanced_interop by Noah Eisen · 8 years ago
  78. 3439520 Untracked generated node_modules directory by ncteisen · 8 years ago
  79. cb09e70 Fix a memory leak in grpc_udp_server_add_port() by Paul Marks · 8 years ago
  80. f2764bf Merge branch 'master' of https://github.com/grpc/grpc into go_advanced_interop by Noah Eisen · 8 years ago
  81. 6ff81e9 Merge pull request #8825 from jtattermusch/manual_upmerge_101 by Jan Tattermusch · 8 years ago
  82. 09ba2d6 fix formatting by Jan Tattermusch · 8 years ago
  83. b056804 Merge pull request #8835 from pmarks-net/master by Paul Marks · 8 years ago
  84. 4bbbb73 Merge pull request #8847 from yang-g/clang-format by David G. Quintas · 8 years ago
  85. b9d57ed ! by yang-g · 8 years ago
  86. d255a72 Clang-format by yang-g · 8 years ago
  87. bae24c7 Merge pull request #8845 from ncteisen/fix_docker_go by Noah Eisen · 8 years ago
  88. f75459d Merge pull request #8827 from jtattermusch/ur_does_not_reference_tcp by Jan Tattermusch · 8 years ago
  89. 7a60cfc Fix docker go by Noah Eisen · 8 years ago
  90. a7ef49b Support custom credential type in interop by yang-g · 8 years ago
  91. 84ffe74 Merge pull request #6 from apolcyn/remove_concurrent_ruby_dep_in_template by Jan Tattermusch · 8 years ago
  92. 543d3a3 Merge pull request #8650 from kpayson64/poll_cv_improvement by kpayson64 · 8 years ago
  93. 74ce594 Merge pull request #8815 from yang-g/http_trace by Yang Gao · 8 years ago
  94. 71b275b resolve dependency by yang-g · 8 years ago
  95. e829c68 remove concurrent ruby dep from gemspec template by Alexander Polcyn · 8 years ago
  96. ff3da88 regenerate C# protos by Jan Tattermusch · 8 years ago
  97. cdd4203 use thread pool from v1.0.x but keep server call life cycle in master by Alexander Polcyn · 8 years ago
  98. 8e9fc9b Test credentials provider update by yang-g · 8 years ago
  99. 366a051 port_posix: use IPv4+IPv6 sockets to check for a free port. by Paul Marks · 8 years ago
  100. 01eda53 Merge pull request #8829 from dgquintas/grpclb_right_target by David G. Quintas · 8 years ago