1. d7ccea8 Remove duplicate check for shutting_down by Juanli Shen · 7 years ago
  2. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  3. f3b73e5 Merge pull request #13579 from sreecha/rq-fix by Sree Kuchibhotla · 7 years ago
  4. f7a8eb7 Merge pull request #13554 from danzh2010/asyncio by Yang Gao · 7 years ago
  5. 9a43437 Merge branch 'master' into rq-fix by Sree Kuchibhotla · 7 years ago
  6. 4ca3563 fix connectivity test failure by Sree Kuchibhotla · 7 years ago
  7. c3b1e55 Merge pull request #13576 from vjpai/qps_killer by Vijay Pai · 7 years ago
  8. c6587ca Reintroduce lambdas by Vijay Pai · 7 years ago
  9. a37437d Merge pull request #12126 from dutor/fix-accept-queue-init by Craig Tiller · 7 years ago
  10. f230ffd clang-format by Vijay Pai · 7 years ago
  11. 083b9be Make all-streams op about cleanup only and replace a lambda with a virtual by Vijay Pai · 7 years ago
  12. 6a019e7 Merge pull request #13329 from dwittmer/dwittmer_runserver by Yang Gao · 7 years ago
  13. c1b64d9 Merge pull request #13598 from yashykt/tlsremoveassert by Yash Tibrewal · 7 years ago
  14. 2c619be generate_projects.sh by Mark D. Roth · 7 years ago
  15. a92428b Move chttp2 cleanup code into close_transport_locked(). by Mark D. Roth · 7 years ago
  16. 6ce01dd Merge pull request #13401 from jtattermusch/windows_cmake_distrib_tests by Jan Tattermusch · 7 years ago
  17. c8dd4c5 Remove some unneeded and spammy logs by Vijay Pai · 7 years ago
  18. 6389457 Adjust stream cancellation point and fix races in sync client by Vijay Pai · 7 years ago
  19. f20b30f Merge branch 'master' into tlsremoveassert by yashkt · 7 years ago
  20. d194578 Merge pull request #13599 from kpayson64/fix_flow_control_bug_local by kpayson64 · 7 years ago
  21. f66cfed Merge pull request #13051 from ctiller/bazel-pollers by Craig Tiller · 7 years ago
  22. 3227571 Merge pull request #13596 from markdroth/lb_policy_name_case_insensitive by Mark D. Roth · 7 years ago
  23. df86101 Initialize last sent ping time by Ken Payson · 7 years ago
  24. e37104c Delete outdated comments by Sree Kuchibhotla · 7 years ago
  25. 45abfe1 Merge pull request #10 from markdroth/http_proxy_patch by Sree Kuchibhotla · 7 years ago
  26. 1af674a Provide a cleaner API for proxy_connection_failed(). by Mark D. Roth · 7 years ago
  27. ba95146 fix comment format by Dan Zhang · 7 years ago
  28. e1e7db0 Remove asserts from tls_gcc.h by Yash Tibrewal · 7 years ago
  29. 26024c8 Merge branch 'master' into asyncio by Dan Zhang · 7 years ago
  30. ec8a59e read once by Dan Zhang · 7 years ago
  31. 0a6329c Merge pull request #13595 from grpc/lyuxuan-patch-1 by lyuxuan · 7 years ago
  32. dd01db3 Make comparison of LB policy name case-insensitive. by Mark D. Roth · 7 years ago
  33. 7cb1f18 Make load balancing policy name case insensitive by lyuxuan · 7 years ago
  34. 906adfd No need to explicitly zero initialize since we are doing zalloc. Some misc formatting changes by Sree Kuchibhotla · 7 years ago
  35. f0b9528 Merge pull request #13442 from adelez/foundry_integration by adelez · 7 years ago
  36. 19bb7e4 Merge pull request #13584 from adelez/interop_matrix2 by adelez · 7 years ago
  37. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  38. 44c143c Merge pull request #13570 from jtattermusch/concurrent_connectivity_fail_early by Jan Tattermusch · 7 years ago
  39. f0620a3 fix linux distrib tests by Jan Tattermusch · 7 years ago
  40. b839d8c add distribtest target by Jan Tattermusch · 7 years ago
  41. a5f05c7 avoid picking up ProtoC by Jan Tattermusch · 7 years ago
  42. 27d254a installing gflags not necessary by Jan Tattermusch · 7 years ago
  43. ce7a23b make runnable on kokoro by Jan Tattermusch · 7 years ago
  44. 06251f8 make helloworld CMakeLists compile on windows by Jan Tattermusch · 7 years ago
  45. 3c93a19 working cmake install on windows by Jan Tattermusch · 7 years ago
  46. c05f024 fix nit by Jan Tattermusch · 7 years ago
  47. bb85af6 Merge pull request #13568 from jtattermusch/csharp_benchmark_timing_info by Jan Tattermusch · 7 years ago
  48. 764ef8c Merge pull request #13575 from vjpai/dehist by Vijay Pai · 7 years ago
  49. 5b7cdef Rename port_hermetic to port_isolated_runtime_environment by Adele Zhou · 7 years ago
  50. c62a836 remove redundant python versions. by Adele Zhou · 7 years ago
  51. e5df91f Use select to decide the test is hermetic or not by Adele Zhou · 7 years ago
  52. c8bf2da Enabling hermetic testing for running tests on Foundry. by Adele Zhou · 7 years ago
  53. 379105d Update toolchain version. by Adele Zhou · 7 years ago
  54. 0384127 Copy key data by Adele Zhou · 7 years ago
  55. 020603d Use canary bazel by Adele Zhou · 7 years ago
  56. 6c38fbe Experimental build script to use Foundry. by Adele Zhou · 7 years ago
  57. b9cb337 Add bazel_toolchains by Adele Zhou · 7 years ago
  58. 74a53c2 Merge pull request #13538 from matt-kwong/kokoro-multi-vm by Matt Kwong · 7 years ago
  59. 445c566 Add special cases and some comments by Sree Kuchibhotla · 7 years ago
  60. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  61. 02df4ab Change ep_state from gpr_atm to int since all callbacks execute under a combiner and hence conn object is thread safe by Sree Kuchibhotla · 7 years ago
  62. a6bdf45 Properly preserve sponge_log.xml between performance tests by Matt Kwong · 7 years ago
  63. 360712f Start to get Bazel running different pollers by Craig Tiller · 7 years ago
  64. c3cc971 properly shutdown endpoints in h2_http_proxy by Sree Kuchibhotla · 7 years ago
  65. af8470f Merge pull request #13574 from vjpai/bazel_fix by Vijay Pai · 7 years ago
  66. ccd3503 Merge pull request #13573 from apolcyn/optional_pthread_atfork by Noah Eisen · 7 years ago
  67. 9a7c736 Merge pull request #13432 from ncteisen/no-more-extern-c by Noah Eisen · 7 years ago
  68. 4efc604 Merge pull request #13571 from muxi/verbose-objc-tests by Muxi Yan · 7 years ago
  69. 1decec1 Merge pull request #13565 from muxi/port-13564 by Muxi Yan · 7 years ago
  70. 36481f5 Somehow fork.h got omitted from BUILD by Vijay Pai · 7 years ago
  71. d4a3bb8 Allow compiling grpc without use of pthread_atfork by Alexander Polcyn · 7 years ago
  72. 01bc32c Fine tune test output better by Muxi Yan · 7 years ago
  73. 4b947d3 Verbose log of start of each test suite by Muxi Yan · 7 years ago
  74. 4f25daa dont let server shutdown run forever by Jan Tattermusch · 7 years ago
  75. 64d588f fix compile error by Dan Zhang · 7 years ago
  76. 5f66253 Merge pull request #13357 from markdroth/reference_counted by Mark D. Roth · 7 years ago
  77. 926b09a Merge pull request #13548 from jtattermusch/improve_win_build_docs by Jan Tattermusch · 7 years ago
  78. cf6c2ed address comments by Jan Tattermusch · 7 years ago
  79. 3267108 C# benchmarks provide userTime and systemTime info by Jan Tattermusch · 7 years ago
  80. ba89ad4 Merge pull request #13476 from jtattermusch/csharp_batchcontext_pooling by Jan Tattermusch · 7 years ago
  81. b75db42 Add multi-vm performance tests to Kokoro by Matt Kwong · 7 years ago
  82. e641196 Fix in one more file by Muxi Yan · 7 years ago
  83. 81f8be3 Upgrade protobuf version in podspec by Muxi Yan · 7 years ago
  84. 78683f7 Fix ObjC++ build error by Muxi Yan · 7 years ago
  85. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  86. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  87. 17a1431 Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 by Nicolas Noble · 7 years ago
  88. c49b24a Merge pull request #13549 from ncteisen/test-error-string-api by Noah Eisen · 7 years ago
  89. bf51c97 Merge pull request #13529 from ctiller/api-cleanup by Craig Tiller · 7 years ago
  90. 8a2a831 Merge pull request #13551 from ctiller/bazelsan by Craig Tiller · 7 years ago
  91. 0f7bc57 Modify udp_server to do asynchronous read and write and only re-arm by Dan Zhang · 7 years ago
  92. 9b6283a Make API comment more specific: by ncteisen · 7 years ago
  93. c7d1f93 Fix windows by ncteisen · 7 years ago
  94. 7f252fa Merge pull request #13542 from Kunde21/cla-link by Mehrdad Afshari · 7 years ago
  95. 6ab0ba8 clang fmt by ncteisen · 7 years ago
  96. c99a3ca Merge pull request #13550 from vjpai/supersane by Vijay Pai · 7 years ago
  97. 85b383a Merge pull request #13552 from ncteisen/semi by Noah Eisen · 7 years ago
  98. 9aea257 clang-format by Mark D. Roth · 7 years ago
  99. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  100. ca014e4 Clean up semantics of test code. by Mark D. Roth · 7 years ago