1. 906adfd No need to explicitly zero initialize since we are doing zalloc. Some misc formatting changes by Sree Kuchibhotla · 7 years ago
  2. f0b9528 Merge pull request #13442 from adelez/foundry_integration by adelez · 7 years ago
  3. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  4. 44c143c Merge pull request #13570 from jtattermusch/concurrent_connectivity_fail_early by Jan Tattermusch · 7 years ago
  5. a5f05c7 avoid picking up ProtoC by Jan Tattermusch · 7 years ago
  6. 27d254a installing gflags not necessary by Jan Tattermusch · 7 years ago
  7. ce7a23b make runnable on kokoro by Jan Tattermusch · 7 years ago
  8. 06251f8 make helloworld CMakeLists compile on windows by Jan Tattermusch · 7 years ago
  9. 3c93a19 working cmake install on windows by Jan Tattermusch · 7 years ago
  10. c05f024 fix nit by Jan Tattermusch · 7 years ago
  11. 764ef8c Merge pull request #13575 from vjpai/dehist by Vijay Pai · 7 years ago
  12. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  13. 5b7cdef Rename port_hermetic to port_isolated_runtime_environment by Adele Zhou · 7 years ago
  14. e5df91f Use select to decide the test is hermetic or not by Adele Zhou · 7 years ago
  15. c8bf2da Enabling hermetic testing for running tests on Foundry. by Adele Zhou · 7 years ago
  16. 445c566 Add special cases and some comments by Sree Kuchibhotla · 7 years ago
  17. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  18. 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
  19. 360712f Start to get Bazel running different pollers by Craig Tiller · 7 years ago
  20. c3cc971 properly shutdown endpoints in h2_http_proxy by Sree Kuchibhotla · 7 years ago
  21. da341bc Fix up review comments by Dave MacLachlan · 7 years ago
  22. 9a7c736 Merge pull request #13432 from ncteisen/no-more-extern-c by Noah Eisen · 7 years ago
  23. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  24. 4f25daa dont let server shutdown run forever by Jan Tattermusch · 7 years ago
  25. 64d588f fix compile error by Dan Zhang · 7 years ago
  26. 5f66253 Merge pull request #13357 from markdroth/reference_counted by Mark D. Roth · 7 years ago
  27. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  28. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  29. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  30. af5c54d Add thread naming support on platforms that support it. by Dave MacLachlan · 7 years ago
  31. 17a1431 Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 by Nicolas Noble · 7 years ago
  32. 0f7bc57 Modify udp_server to do asynchronous read and write and only re-arm by Dan Zhang · 7 years ago
  33. c7d1f93 Fix windows by ncteisen · 7 years ago
  34. 2258cd7 Converted backoff_test to use gunit by David Garcia Quintas · 7 years ago
  35. 6ab0ba8 clang fmt by ncteisen · 7 years ago
  36. 9aea257 clang-format by Mark D. Roth · 7 years ago
  37. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  38. 26e9342 Fix race conditions and more grpc_inits required. csharp tests will be fixed in a different PR by Yash Tibrewal · 7 years ago
  39. ca014e4 Clean up semantics of test code. by Mark D. Roth · 7 years ago
  40. b337de9 Merge remote-tracking branch 'upstream/master' into reference_counted by Mark D. Roth · 7 years ago
  41. bf816d3 Shorted "reference" to "ref". by Mark D. Roth · 7 years ago
  42. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  43. 65dbb9d Add test for RecvStatus error_string API by ncteisen · 7 years ago
  44. 853fff8 Split tracing code into its own class. by Mark D. Roth · 7 years ago
  45. 1fece54 Add all tests to test/cpp/util bazel BUILD file by Vijay Pai · 7 years ago
  46. 03412ee Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests by Yash Tibrewal · 7 years ago
  47. 2e19123 Add tests for tracing versions of Ref() and Unref(). by Mark D. Roth · 7 years ago
  48. 18d332d Remove incorrect tests for stack allocation. by Mark D. Roth · 7 years ago
  49. b319f49 Code review changes. by Mark D. Roth · 7 years ago
  50. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  51. 81fc8c9 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx by Yash Tibrewal · 7 years ago
  52. bc61c53 Merge pull request #13491 from vjpai/destack by Vijay Pai · 7 years ago
  53. fe354eb Fix the fuzzers by ncteisen · 7 years ago
  54. 0c81dc4 Remove uneeded header, fix unused warn by ncteisen · 7 years ago
  55. d3984c3 clang-format by Mark D. Roth · 7 years ago
  56. 835537f Implement MakeReferenceCounted<> helper. by Mark D. Roth · 7 years ago
  57. cf9ca84 Add ReferenceCountedPtr class. by Mark D. Roth · 7 years ago
  58. abadc6c Use New() and Delete() instead of C++ new and delete. by Mark D. Roth · 7 years ago
  59. e7af525 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  60. 70db663 Add ReferenceCounted base class. by Mark D. Roth · 7 years ago
  61. 39dd9aa Fix BUILD file. by Mark D. Roth · 7 years ago
  62. 9da7ac2 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  63. b3a3562 Merge pull request #13419 from nlopezgi/master by adelez · 7 years ago
  64. 5491eb7 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  65. d0f56a9 Fix sanity problem. by Mark D. Roth · 7 years ago
  66. aaad0c2 clang-format by Mark D. Roth · 7 years ago
  67. eaf67db Fixing errors and minor bugs by Yash Tibrewal · 7 years ago
  68. dde6afc C++-ize backoff by David Garcia Quintas · 7 years ago
  69. 8912542 Remove lockfree stack, again by Vijay Pai · 7 years ago
  70. a13a8c0 A few src/core fixes due to missing exec_ctx_finish by Yash Tibrewal · 7 years ago
  71. 7486144 Merge master by Yash Tibrewal · 7 years ago
  72. b9f34ac Add test for handshake timeout. by Mark D. Roth · 7 years ago
  73. d88421a Merge pull request #13452 from yashykt/publicheaderc89nitfix by Yash Tibrewal · 7 years ago
  74. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  75. b822b96 Merge branch 'master' into publicheaderc89nitfix by Yash Tibrewal · 7 years ago
  76. b8ec238 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by Noah Eisen · 7 years ago
  77. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  78. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  79. d489812 changes for macos by Yash Tibrewal · 7 years ago
  80. da6b479 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  81. e36d9ea Fix some dumb typos. by Mark D. Roth · 7 years ago
  82. ad671ff Merge pull request #13391 from ncteisen/more-eager-free by Noah Eisen · 7 years ago
  83. 6dc1097 Fix test cert build by ncteisen · 7 years ago
  84. 993e9f0 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  85. abbdbf9 Attempt to fix TSAN by ncteisen · 7 years ago
  86. 518236d Remove unnecessary if condition in public_headers_must_be_c89 by Yash Tibrewal · 7 years ago
  87. 46f9175 Fix windows build by ncteisen · 7 years ago
  88. 0392f8a Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  89. aa3b197 Rename tracer_peer to tracer_util by ncteisen · 7 years ago
  90. 472d7c9 Fix formatting - missed moving ‘*’ next to type. by Dan Wittmer · 7 years ago
  91. b88ab92 Fix formatting of RunServer params. by Dan Wittmer · 7 years ago
  92. 66dfcf5 clang fmt by ncteisen · 7 years ago
  93. 0e6b5b3 Un extern the fuzzers by ncteisen · 7 years ago
  94. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  95. c4dd9cf reviewer feedback by ncteisen · 7 years ago
  96. 510fcb8 Merge pull request #13409 from kpayson64/fix_json_run_localhost by kpayson64 · 7 years ago
  97. 177039b Merge master by Yash Tibrewal · 7 years ago
  98. 7cf8d72 Fix TSAN json_run_localhost flake by Ken Payson · 7 years ago
  99. 6d18fcd Add ServerStartedCondition to hold the mutex, condition variable and condition. Changes allow callers to correctly handle spurious wakeups. by Dan Wittmer · 7 years ago
  100. 728f1d2 s//used by Dan Wittmer · 7 years ago