477 Commits (e6e10814993b5e6af93675bd468755786de1e20d)

Author SHA1 Message Date
Alexander Polcyn b203ed3c07 Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlock 6 years ago
Vishal Powar 68c353351c Run the tools/codegen/core/gen_static_metadata.py and generate the 6 years ago
Mark D. Roth f85fd026e3 Client-side health checking support. 6 years ago
Alexander Polcyn 0f4968a6d9 Fix a dangling pointer on ares_request object in case of cancellation 6 years ago
ncteisen e35f24da4d reviewer feedback 6 years ago
Hope Casey-Allen 4772a743e8 Delete hpack lookup table 6 years ago
Alexander Polcyn 626cea8f73 Put c-ares queries under a combiner 7 years ago
Ian Haken 68eff58df6 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. 7 years ago
ncteisen c3c6e064b3 Add basic support for GetChannel 7 years ago
Yash Tibrewal 09335338eb Indicate the reasoning for 5 seconds deadline 7 years ago
Yash Tibrewal 8aebc7225d Add comment on the changes 7 years ago
Yash Tibrewal baa3a70906 5 second deadline for shutting down 7 years ago
Yash Tibrewal 19f0b1da67 Fix for issue #15458 7 years ago
Yihua Zhang cc93663910 Add ALTS fuzzer 7 years ago
David Garcia Quintas d3ace6cf29 Fix authority fuzzing failures 7 years ago
Adele Zhou aadbd18596 Also add size 7 years ago
Adele Zhou 7bc84a2256 Use timeout instead of size 7 years ago
Adele Zhou 8f7bdecf7c Set default size large for fuzzer tests, and enormous for api_fuzzer 7 years ago
David Garcia Quintas f73e76d596 Fix check in channel.cc and tweak direct channel tests 7 years ago
kpayson64 539f5068bd Abstract libuv implementation 7 years ago
Mark D. Roth 718c8341ca Retry support. 7 years ago
Noah Eisen 9f3f4837af Add repro 7 years ago
Noah Eisen e547b217d3 Fix fuzz bug 7 years ago
Noah Eisen b5aec72e7d Add fuzz repro 7 years ago
Noah Eisen 2ee8cb998b Add fuzz repro 7 years ago
Noah Eisen eec31840ab Fix fuzz test 7 years ago
Noah Eisen c7f026142d Add repro 7 years ago
Noah Eisen 4d20a66685 Run clang fmt 7 years ago
Noah Eisen be82e64b3d Autofix c casts to c++ casts 7 years ago
Yash Tibrewal ec717fa226 Fix heap use-after-free bug in chttp2 reported by fuzzer 7 years ago
Muxi Yan 931f68ec56 regenerate metadata 7 years ago
Muxi Yan 3db2caaf2e Replace message/deflate,gzip with deflate,gzip 7 years ago
Mark D. Roth dbdf495f61 Split lib/support into lib/gpr and lib/gpr++. 7 years ago
Craig Tiller 33cb50096c Add fuzzed example that found this crash 7 years ago
Craig Tiller d7ae4a1c61 Also stop processing input stream 7 years ago
Craig Tiller be44870059 Fix issue whereby fuzzer creates infinitely deep creds (since this is not actually interesting) 7 years ago
Muxi Yan 38fcd0c6c3 clang-format 7 years ago
Yash Tibrewal 8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 7 years ago
Yash Tibrewal ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed" 7 years ago
Mark D. Roth e204e5e497 Apply #13336 to v1.8.x branch. 7 years ago
Yash Tibrewal c354269ba7 Remove _ prefixed variable names 7 years ago
Yash Tibrewal 03412ee9de 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 7 years ago
Yash Tibrewal 81fc8c9c33 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx 7 years ago
ncteisen fe354eb807 Fix the fuzzers 7 years ago
Mark D. Roth e36d9eaa2c Fix some dumb typos. 7 years ago
ncteisen 6dc1097c5e Fix test cert build 7 years ago
ncteisen 0e6b5b3ba3 Un extern the fuzzers 7 years ago
ncteisen adbfbd5977 Remove all extern C 7 years ago
Yash Tibrewal 6c26b16fe0 Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes 7 years ago
Yash Tibrewal 75122c2357 Address some PR comments 7 years ago