aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures
Commit message (Expand)AuthorAge
...
| | | | * | | | No need to explicitly zero initialize since we are doing zalloc. Some misc fo...Gravatar Sree Kuchibhotla2017-12-01
| | | | * | | | Add special cases and some commentsGravatar Sree Kuchibhotla2017-11-30
| | | | * | | | Change ep_state from gpr_atm to int since all callbacks execute under a combi...Gravatar Sree Kuchibhotla2017-11-30
| | | | * | | | properly shutdown endpoints in h2_http_proxyGravatar Sree Kuchibhotla2017-11-30
| | | | | | * | Fix up review commentsGravatar Dave MacLachlan2017-11-30
| | | | | | | * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | | | | | * | Add thread naming support on platforms that support it.Gravatar Dave MacLachlan2017-11-29
| | | | | |/ / | | | | |/| |
| | | | | | * Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| | | | | | * Merge masterGravatar Yash Tibrewal2017-11-21
| | | | | | |\ | | | | | |_|/ | | | | |/| |
| | | | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-20
| | | | | |\ \ | | | | | |/ / | | | | |/| |
| | | | | * | Fix some dumb typos.Gravatar Mark D. Roth2017-11-20
| | | | * | | Attempt to fix TSANGravatar 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 ExecCt...Gravatar Yash Tibrewal2017-11-14
| | | | | * 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
| | |\ \
| | | * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |/ / | |/| |
| | * | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
| |/ /
| | * Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
| |/
| * Move h2_ssl_cert_test out of end2end fixtures, use gtestGravatar Vijay Pai2017-10-11
* | Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2017-10-06
|\|
| * Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
| |\
* | \ Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2017-09-25
|\ \ \ | | |/ | |/|
* | | Change C core surface APIGravatar Muxi Yan2017-09-25
| * | Fix a memory leak pointGravatar Muxi Yan2017-09-21
|/ /
| * Fix testGravatar Craig Tiller2017-09-19
| * Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-11
| |\ | |/ |/|
* | Adding more pointer type conversionsGravatar Yash Tibrewal2017-09-08
| * MergeGravatar Craig Tiller2017-09-08
| |\ | |/ |/|
* | s/load_reporting/server_load_reportingGravatar David Garcia Quintas2017-09-06
| * Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
| |\
* | | Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h}Gravatar David Garcia Quintas2017-08-24
| |/ |/|
* | Merge pull request #11733 from markdroth/security_api_cleanupGravatar Mark D. Roth2017-07-24
|\ \
| | * Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-21
| | |\ | |_|/ |/| |
| * | Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
* | | Changing a few variable names and adding few safety conditionsGravatar Yash Tibrewal2017-07-21
* | | Test credentials are passed with channel arg. Renamed macros and refactored c...Gravatar Yash Tibrewal2017-07-20
* | | Removing a few style issuesGravatar Yash Tibrewal2017-07-19
* | | remove unnecessary codeGravatar Yash Tibrewal2017-07-19
* | | Merged latest commit from upstreamGravatar Yash Tibrewal2017-07-19
|\| |
* | | Adding connect auth feature. Proxy-Authorization header is being inserted whe...Gravatar Yash Tibrewal2017-07-19
| | * Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-17
| | |\ | | |/ | |/|
| * | Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
|/ /
* | Add refcount to tcp tracerGravatar ncteisen2017-06-08