aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fuzzers/api_fuzzer.cc
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
|\
| * Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
| |\ | | | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-13
|\| |
| * | Put c-ares queries under a combinerGravatar Alexander Polcyn2018-06-13
| | |
| | * Create verify_peer_options when creating ssl credentials in order to expose ↵Gravatar Ian Haken2018-06-12
| |/ | | | | | | | | | | a verification callback option. These options are not yet exposed to languages outside of core.
* / Add basic support for GetChannelGravatar ncteisen2018-06-05
|/
* Add ALTS fuzzerGravatar Yihua Zhang2018-05-08
|
* Abstract libuv implementationGravatar kpayson642018-03-13
| | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
* Fix fuzz bugGravatar Noah Eisen2018-02-14
|
* Fix fuzz testGravatar Noah Eisen2018-02-13
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* Also stop processing input streamGravatar Craig Tiller2018-01-16
|
* Fix issue whereby fuzzer creates infinitely deep creds (since this is not ↵Gravatar Craig Tiller2018-01-16
| | | | actually interesting)
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge master into execctxGravatar Yash Tibrewal2017-12-05
|\
| * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| |\
* | \ Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\ \ \ | | |/ | |/|
* | | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | |
* | | Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in ↵Gravatar Yash Tibrewal2017-11-28
| | | | | | | | | | | | grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests
* | | Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| | |
| * | Fix the fuzzersGravatar ncteisen2017-11-28
| | |
| * | Fix test cert buildGravatar ncteisen2017-11-20
| | |
| * | Un extern the fuzzersGravatar ncteisen2017-11-17
| | |
| * | Remove all extern CGravatar ncteisen2017-11-17
| | |
* | | Merge masterGravatar Yash Tibrewal2017-11-16
|\| |
| | * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-15
| | |\ | | |/ | |/|
* | | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | | | | | ExecCtx and some minor changes
* | | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | |
| * | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| | |
| * | Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| | |
* | | Merge with masterGravatar Yash Tibrewal2017-11-09
|/ /
| * Add notify_on_receive_settings closure to chttp2 transport.Gravatar Mark D. Roth2017-11-09
| |
| * Bool-ify is_client param.Gravatar Mark D. Roth2017-11-09
|/
* Merge masterGravatar Yash Tibrewal2017-11-06
|
* LLVMfuzzer extern CGravatar Yash Tibrewal2017-10-31
|
* changes for bazel and test certificatesGravatar Yash Tibrewal2017-10-31
|
* windows linker errorsGravatar Yash Tibrewal2017-10-31
|
* Changes to build other platformsGravatar Yash Tibrewal2017-10-30
|
* rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25