aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Expand)AuthorAge
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
* Merge pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
|\
* \ Merge pull request #13559 from dmaclach/threadnamesGravatar Vijay Pai2017-12-05
|\ \
| | * Merge master into execctxGravatar Yash Tibrewal2017-12-05
| | |\ | |_|/ |/| |
| * | Update grpclb_test.ccGravatar Vijay Pai2017-12-05
* | | Merge pull request #13630 from dgquintas/fix_deadupdateGravatar David G. Quintas2017-12-05
|\ \ \
| | * | Regen projects and fix more uses of gpr_thd_newGravatar Vijay Pai2017-12-05
* | | | Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
|\ \ \ \
| | * | | Fix UpdatesTest.UpdateBalancersDeadUpdate expectationGravatar David Garcia Quintas2017-12-04
| |/ / / |/| | |
* | | | Merge pull request #13576 from vjpai/qps_killerGravatar Vijay Pai2017-12-04
|\ \ \ \
| * | | | Reintroduce lambdasGravatar Vijay Pai2017-12-04
| * | | | clang-formatGravatar Vijay Pai2017-12-04
| * | | | Make all-streams op about cleanup only and replace a lambda with a virtualGravatar Vijay Pai2017-12-04
* | | | | Merge pull request #13329 from dwittmer/dwittmer_runserverGravatar Yang Gao2017-12-04
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | | * Merge master into execctx after removal of assert in tls_gccGravatar yashkt2017-12-04
| | | | |\ | |_|_|_|/ |/| | | |
| | * | | Remove some unneeded and spammy logsGravatar Vijay Pai2017-12-04
| | * | | Adjust stream cancellation point and fix races in sync clientGravatar Vijay Pai2017-12-04
| |/ / / |/| | |
| | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #13575 from vjpai/dehistGravatar Vijay Pai2017-11-30
|\ \ \ \
| | | | * Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
| | | | |\ | |_|_|_|/ |/| | | |
| * | | | Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
| | | | * Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-30
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
* | | | | Merge commit 'aa358d5e43' into no-more-extern-cGravatar ncteisen2017-11-29
|\ \ \ \ \ | |/ / / / |/| | | |
| | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-29
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Add all tests to test/cpp/util bazel BUILD fileGravatar Vijay Pai2017-11-28
| | | | * Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init...Gravatar Yash Tibrewal2017-11-28
| | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-27
| | | |\ \ | |_|_|/ / |/| | | |
| | | * | clang-formatGravatar Mark D. Roth2017-11-27
| | | | * Fixing errors and minor bugsGravatar Yash Tibrewal2017-11-22
| | | | * A few src/core fixes due to missing exec_ctx_finishGravatar Yash Tibrewal2017-11-21
| | | | * Merge masterGravatar Yash Tibrewal2017-11-21
| | | | |\ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-21
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #13364 from ncteisen/surfacing-error-detailsGravatar Noah Eisen2017-11-21
|\ \ \ \ \
| | | | * \ Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-20
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | * | | | Fix test cert buildGravatar ncteisen2017-11-20
| | | * | | Fix formatting - missed moving ‘*’ next to type.Gravatar Dan Wittmer2017-11-17
| | | * | | Fix formatting of RunServer params.Gravatar Dan Wittmer2017-11-17
| | * | | | Remove all extern CGravatar ncteisen2017-11-17
| |/ / / / |/| | | |
* | | | | Merge pull request #13409 from kpayson64/fix_json_run_localhostGravatar kpayson642017-11-17
|\ \ \ \ \
| | | | | * Merge masterGravatar Yash Tibrewal2017-11-16
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix TSAN json_run_localhost flakeGravatar Ken Payson2017-11-16
| | | * | | Add ServerStartedCondition to hold the mutex, condition variable and conditio...Gravatar Dan Wittmer2017-11-16
| | | * | | s//usedGravatar Dan Wittmer2017-11-16
| | * | | | Fix bad mergeGravatar ncteisen2017-11-15
* | | | | | Merge pull request #13405 from apolcyn/grpc_config_txt_prefixGravatar apolcyn2017-11-15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-de...Gravatar ncteisen2017-11-15
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-15
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| * | | | | Query for TXT service configs with _gprc_config prefixGravatar Alexander Polcyn2017-11-15
| | | | | * Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Gravatar Yash Tibrewal2017-11-14