1. dc4d01f Add tracer for handshakers. by Mark D. Roth · 7 years ago
  2. 40991ee Add build path to ALTS test BUILD files by Juanli Shen · 7 years ago
  3. fe2fa0c Add C++ experimental API extensions for ALTS C stack by Yihua Zhang · 7 years ago
  4. 7e37a42 Merge pull request #15020 from danzh2010/multisockets by Sree Kuchibhotla · 7 years ago
  5. 8bd2395 use renamed function in test for cheking so_reuseport by Dan Zhang · 7 years ago
  6. 8c23140 Allow udp_server to create multiple listeners for each port via SO_REUSEPORT by Dan Zhang · 7 years ago
  7. 749f923 Merge pull request #14945 from ara-ayvazyan/improve_log_perf by Jan Tattermusch · 7 years ago
  8. 3f322e1 Fix a memory leak by Adele Zhou · 7 years ago
  9. c7c35c5 Disable SO_REUSEPORT disabled test for uv tests by kpayson64 · 7 years ago
  10. 03f01fd Merge pull request #14845 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  11. 3095e35 regenerate projects using tools/buildgen/generate_projects.sh by Jan Tattermusch · 7 years ago
  12. d3ace6c Fix authority fuzzing failures by David Garcia Quintas · 7 years ago
  13. 7f25d20 Merge pull request #14734 from markdroth/c++_retry_throttle by Mark D. Roth · 7 years ago
  14. 07e75a0 Merge pull request #14615 from dgquintas/authority_header by David G. Quintas · 7 years ago
  15. 62d2ca7 Change InlinedVector to keep elements stored contiguously. by Mark D. Roth · 7 years ago
  16. 9db86fc Convert retry throttle code to C++ and add tests. by Mark D. Roth · 7 years ago
  17. b08e6a2 fix generate_tests.bzl by David Garcia Quintas · 7 years ago
  18. c2a89cb Merge pull request #14769 from yashykt/sslcerttestfix by Yash Tibrewal · 7 years ago
  19. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  20. 49f625f more comments by David Garcia Quintas · 7 years ago
  21. 861363d added call_host_override test by David Garcia Quintas · 7 years ago
  22. bc7e096 Merge pull request #14788 from adelez/foundry_integration by adelez · 7 years ago
  23. 8a6453d localhost or 127.0.0.1 by David Garcia Quintas · 7 years ago
  24. c7c779f Merge pull request #14722 from jiangtaoli2016/ssl_load_root_certs by Jiangtao Li · 7 years ago
  25. 27d48da fixed bad_ping test after merge by David Garcia Quintas · 7 years ago
  26. 811169d Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  27. 0287924 Added host override info to test fixture config by David Garcia Quintas · 7 years ago
  28. aadbd18 Also add size by Adele Zhou · 7 years ago
  29. d043fa0 PR comments by David Garcia Quintas · 7 years ago
  30. 51332ab Merge pull request #14733 from markdroth/resolver_wait_for_ready by Mark D. Roth · 7 years ago
  31. 144f555 cache default SSL root cert store by jiangtaoli2016 · 7 years ago
  32. b8b976f Merge pull request #14787 from yang-g/tooo_many_pings by Yang Gao · 7 years ago
  33. 9e4d954 Merge pull request #14780 from muxi/fix-keepalive by Muxi Yan · 7 years ago
  34. 7bc84a2 Use timeout instead of size by Adele Zhou · 7 years ago
  35. 8f7bdec Set default size large for fuzzer tests, and enormous for api_fuzzer by Adele Zhou · 7 years ago
  36. ad5be3e Add size param to grpc_cc_test and set it to enormous for fuzzer tests. by Adele Zhou · 7 years ago
  37. e63e06d Fall calls with wait_for_ready=false on transient resolver failure. by Mark D. Roth · 7 years ago
  38. 4b31e36 Fixed tests call host by David Garcia Quintas · 7 years ago
  39. 2cbdd85 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  40. e7ef1e5 Combine cq draining and server destroy for h2_ssl_cert_test by Yash Tibrewal · 7 years ago
  41. caa2605 Don't capture unnecessary or unused variables by David Garcia Quintas · 7 years ago
  42. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  43. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 7 years ago
  44. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  45. 69e1532 Properly reset pings_before_data_required by yang-g · 7 years ago
  46. 236bec5 Improve keepalive_timeout test to capture the bug by Muxi Yan · 7 years ago
  47. 7ed7bee Remove unnecessary comment by Yash Tibrewal · 7 years ago
  48. 717fff3 Use same queue for batch ops and for shutdown in h2_ssl_cert_test by Yash Tibrewal · 7 years ago
  49. 99d0cee regenerate projects by Ruslan Nigmatullin · 7 years ago
  50. 7ae3733 [grpc] Add SSL session client cache support by Ruslan Nigmatullin · 7 years ago
  51. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 7 years ago
  52. 9bef139 Merge pull request #14746 from grpc/revert-13883-channel-tracing by Noah Eisen · 7 years ago
  53. bce37d2 Merge pull request #14464 from yashykt/socklent by Yash Tibrewal · 7 years ago
  54. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 7 years ago
  55. 0e2c645 Merge master into yashykt:socklent by Yash Tibrewal · 7 years ago
  56. 613d632 Add more validation tests to channel_trace_test by ncteisen · 7 years ago
  57. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  58. 44a1588 Merge master into yashykt:socklent by Yash Tibrewal · 7 years ago
  59. a22e16a Merge master into yashykt:execctxcleanup by Yash Tibrewal · 7 years ago
  60. c0cd82f Remove unnecessary includes of exec_ctx.h by Yash Tibrewal · 7 years ago
  61. f73e76d Fix check in channel.cc and tweak direct channel tests by David Garcia Quintas · 7 years ago
  62. 431aea5 Merge pull request #14700 from yashykt/httpsclitestlog by Yash Tibrewal · 7 years ago
  63. b162897 Add logging for helping debug httpcli tests by Yash Tibrewal · 7 years ago
  64. 0dee3d9 Merge branch 'master' into socklent by Yash Tibrewal · 7 years ago
  65. 539f506 Abstract libuv implementation by kpayson64 · 7 years ago
  66. 44fd655 Merge pull request #14676 from muxi/fix-inttypes-include by Vijay Pai · 7 years ago
  67. 337373b9 More explicit static casts for size_t to socklen_t by Yash Tibrewal · 7 years ago
  68. 2c6aee9 Merge pull request #14591 from vjpai/framesize by Vijay Pai · 7 years ago
  69. 4b37fb0 Stop including inttypes.h in gRPC core public header in Apple platforms by Muxi Yan · 7 years ago
  70. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 7 years ago
  71. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 7 years ago
  72. 3287ceb Merge pull request #14638 from yihuazhang/hook_alts_again by yihuaz · 7 years ago
  73. ef3fb66 Merge pull request #14560 from jtattermusch/fix_windows_shutdown_shutdown_finishes_calls by Jan Tattermusch · 7 years ago
  74. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 7 years ago
  75. 632ddf7 Merge pull request #14616 from yang-g/strikke by Yang Gao · 7 years ago
  76. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 7 years ago
  77. 4a15f40 Fix test by yang-g · 7 years ago
  78. 8b875ac Merge pull request #14544 from danzh2010/udpinterface by Yang Gao · 7 years ago
  79. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  80. d2365d6 Reviewer comments by ncteisen · 7 years ago
  81. 09703ea Add severity by ncteisen · 7 years ago
  82. bec1a61 Reviewer feedback by ncteisen · 7 years ago
  83. 97a3dbe Move C++ to util, call it from core test by ncteisen · 7 years ago
  84. 568a95e Make test work by ncteisen · 7 years ago
  85. 503099b Redoing render, about to take things away by ncteisen · 7 years ago
  86. 07ed039 Add JsonProtoTest by ncteisen · 7 years ago
  87. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 7 years ago
  88. 9efb177 Review feedback, gTest by ncteisen · 7 years ago
  89. b50f74f Reviewer comments by ncteisen · 7 years ago
  90. e9587db Move status util by ncteisen · 7 years ago
  91. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 7 years ago
  92. 1d6072c Merge branch 'master' into udpinterface by danzh · 7 years ago
  93. 31c05ba reviewer feedback, rename by ncteisen · 7 years ago
  94. 7d90d54 Reviewer feedback by ncteisen · 7 years ago
  95. 6684230 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  96. 2f4161c Use stack frame size limits for consistency with internal builds by Vijay Pai · 7 years ago
  97. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  98. aa7fa51 Merge pull request #14582 from markdroth/fake_resolver_test_fix by Mark D. Roth · 7 years ago
  99. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  100. 6eae794 Merge pull request #14459 from vjpai/2phase_thd by Vijay Pai · 7 years ago