1. 190a8db Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1, rather than picking up 1.4.1 by Alexander Polcyn · 7 years ago
  2. 5ca71f2 Fix issue with filter_status_code test for proxy tests. by Ken Payson · 7 years ago
  3. b353297 Revert "Revert "Set error status correctly on server side"" by Ken Payson · 7 years ago
  4. 951f84a Revert "Set error status correctly on server side" by David G. Quintas · 7 years ago
  5. 6535cfd Set error status correctly on server side by Ken Payson · 7 years ago
  6. bdf6391 Refactor POSIX TCP client connect. by Dan Born · 7 years ago
  7. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  8. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  9. a3df36c Merge pull request #13058 from yashykt/execctx by Yash Tibrewal · 7 years ago
  10. 9dbb6e3 Merge pull request #13559 from dmaclach/threadnames by Vijay Pai · 7 years ago
  11. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  12. 19988c6 clang-format by Vijay Pai · 7 years ago
  13. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  14. 4ca3563 fix connectivity test failure by Sree Kuchibhotla · 7 years ago
  15. 7d7babb Merge branch 'master' into threadnames by Vijay Pai · 7 years ago
  16. e37104c Delete outdated comments by Sree Kuchibhotla · 7 years ago
  17. 1af674a Provide a cleaner API for proxy_connection_failed(). by Mark D. Roth · 7 years ago
  18. 906adfd No need to explicitly zero initialize since we are doing zalloc. Some misc formatting changes by Sree Kuchibhotla · 7 years ago
  19. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  20. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  21. 445c566 Add special cases and some comments by Sree Kuchibhotla · 7 years ago
  22. 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
  23. c3cc971 properly shutdown endpoints in h2_http_proxy by Sree Kuchibhotla · 7 years ago
  24. da341bc Fix up review comments by Dave MacLachlan · 7 years ago
  25. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  26. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  27. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  28. af5c54d Add thread naming support on platforms that support it. by Dave MacLachlan · 7 years ago
  29. c7d1f93 Fix windows by ncteisen · 7 years ago
  30. 6ab0ba8 clang fmt by ncteisen · 7 years ago
  31. 65dbb9d Add test for RecvStatus error_string API by ncteisen · 7 years ago
  32. 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
  33. 81fc8c9 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx by Yash Tibrewal · 7 years ago
  34. fe354eb Fix the fuzzers by ncteisen · 7 years ago
  35. 0c81dc4 Remove uneeded header, fix unused warn by ncteisen · 7 years ago
  36. a13a8c0 A few src/core fixes due to missing exec_ctx_finish by Yash Tibrewal · 7 years ago
  37. 7486144 Merge master by Yash Tibrewal · 7 years ago
  38. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  39. da6b479 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  40. e36d9ea Fix some dumb typos. by Mark D. Roth · 7 years ago
  41. 6dc1097 Fix test cert build by ncteisen · 7 years ago
  42. abbdbf9 Attempt to fix TSAN by ncteisen · 7 years ago
  43. 46f9175 Fix windows build by ncteisen · 7 years ago
  44. 66dfcf5 clang fmt by ncteisen · 7 years ago
  45. 0e6b5b3 Un extern the fuzzers by ncteisen · 7 years ago
  46. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  47. 177039b Merge master by Yash Tibrewal · 7 years ago
  48. 03610f6 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  49. 6c26b16 Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes by Yash Tibrewal · 7 years ago
  50. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago
  51. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  52. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  53. b1ee138 Merge master by Yash Tibrewal · 7 years ago
  54. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  55. 04c97d0 Add notify_on_receive_settings closure to chttp2 transport. by Mark D. Roth · 7 years ago
  56. bcfd0f3 Bool-ify is_client param. by Mark D. Roth · 7 years ago
  57. c284139 Remove include from end2end data files and add extern C to each definition instead by Yash Tibrewal · 7 years ago
  58. 67c0eff MacOS uses end2end tests. therefore extern C needed by Yash Tibrewal · 7 years ago
  59. 1b4ab01 No Clang on end2end generated files by Yash Tibrewal · 7 years ago
  60. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  61. a64b2b1 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  62. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  63. b930632 objC needs C linkage by Yash Tibrewal · 7 years ago
  64. 11a5189 LLVMfuzzer extern C by Yash Tibrewal · 7 years ago
  65. 2aa79cb changes for bazel and test certificates by Yash Tibrewal · 7 years ago
  66. 7753203 BUILD changes. test languauge to C++ by Yash Tibrewal · 7 years ago
  67. 8e1a163 windows linker errors by Yash Tibrewal · 7 years ago
  68. 4d71636 some BUILD changes and designated initializers by Yash Tibrewal · 7 years ago
  69. f8a6c82 Changes to build other platforms by Yash Tibrewal · 7 years ago
  70. 76d0ec4 Fix a bunch of dumb service config parsing bugs. by Mark D. Roth · 7 years ago
  71. 39aed1a Remove unnecessary extern Cs by Yash Tibrewal · 7 years ago
  72. 34a57d0 rename all test core files to cc and a lot of C++ style conversions by Yash Tibrewal · 7 years ago
  73. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  74. 9f9f0f8 Review feedback by Craig Tiller · 7 years ago
  75. f03a8f8 Merge branch 'chttp2_timer' into timer by Craig Tiller · 7 years ago
  76. 1c3dd00 Be consistent with Java by Craig Tiller · 7 years ago
  77. 4f0cd0e Add flow control to inproc transport so send needs a matching recv; fix by Vijay Pai · 7 years ago
  78. 85516af Fix tests by Craig Tiller · 7 years ago
  79. fed1391 Move h2_ssl_cert_test out of end2end fixtures, use gtest by Vijay Pai · 7 years ago
  80. f5d4d8c Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  81. 1e868f0 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  82. bdf998a Fix compression tests for when they expect the client to receive the completion tag by Yash Tibrewal · 7 years ago
  83. 76c9e08 Merge pull request #12686 from muxi/fix-cancel-after-invoke by Muxi Yan · 7 years ago
  84. 31c66c5 Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  85. 3c52038 Fix memory leak by Craig Tiller · 7 years ago
  86. 604a7ca Reduce stack size of simple_request e2e test by Craig Tiller · 7 years ago
  87. 9fa1659 Fix a memory leak point by Muxi Yan · 7 years ago
  88. 965d415 Merge branch 'grpc_millis' into flowctl+millis by Craig Tiller · 7 years ago
  89. 4b527a7 Fix test flake of stream_compression_compressed_payload #12307 by Muxi Yan · 7 years ago
  90. dd96654 Merge github.com:grpc/grpc into grpc_millis by Craig Tiller · 7 years ago
  91. 1f710e5 Fix test by Craig Tiller · 7 years ago
  92. 6ef8db9 Fix test by Craig Tiller · 7 years ago
  93. 543ad5c Merge branch 'flowctlN+pure' of github.com:ctiller/grpc into flowctlN by Craig Tiller · 7 years ago
  94. 0aedb81 Merge pull request #11587 from y-zeng/pure_ping by Yuchen Zeng · 7 years ago
  95. 8e71599 Merge branch 'pure_ping' of github.com:y-zeng/grpc into flowctlN+pure by Craig Tiller · 7 years ago
  96. 1a4310a Merge github.com:grpc/grpc into flowctlN by Craig Tiller · 7 years ago
  97. 50448be Merge github.com:grpc/grpc into grpc_millis by Craig Tiller · 7 years ago
  98. ad32075 Set last_ping_sent_time to inf_past after receiving data by Yuchen Zeng · 7 years ago
  99. 2741149 Fix keepalive_timeout by Yuchen Zeng · 7 years ago
  100. 6a8c0ac Fix ping policy by Yuchen Zeng · 7 years ago