aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Merge pull request #13678 from sreecha/rpc-deadline-fixGravatar Sree Kuchibhotla2017-12-11
|\
* \ Merge pull request #13413 from ncteisen/surfacing-error-details-wrappedGravatar Noah Eisen2017-12-08
|\ \
| * | Reviewer feedbackGravatar ncteisen2017-12-08
* | | Merge pull request #13659 from grpc/revert-13658-revert-13058-execctxGravatar Yash Tibrewal2017-12-08
|\ \ \
| * \ \ Merge masterGravatar Yash Tibrewal2017-12-07
| |\ \ \
* | \ \ \ Merge pull request #12488 from dgquintas/removed_expiration_intervalGravatar David G. Quintas2017-12-07
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #13682 from dgquintas/send_rpc_status_returnGravatar David G. Quintas2017-12-07
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #13677 from kpayson64/fix_benchmarkGravatar kpayson642017-12-07
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| | * | | | | Make it possible to ignore result of SendRPC() in testGravatar David Garcia Quintas2017-12-07
| |/ / / / / |/| | | | |
| | | | | * Tweak the RpcDeadline test to reduce flakesGravatar Sree Kuchibhotla2017-12-07
| |_|_|_|/ |/| | | |
| * | | | Fix Async QPS TestGravatar Ken Payson2017-12-07
* | | | | PR commentsGravatar David Garcia Quintas2017-12-06
| | * | | Merge branch 'master' of github.com:grpc/grpc into removed_expiration_intervalGravatar David Garcia Quintas2017-12-06
| | |\ \ \
* | | | | | Fixed ClientLbEnd2endTest.RoundRobinReresolve flakinessGravatar David Garcia Quintas2017-12-06
| |_|/ / / |/| | | |
| | | * | Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Gravatar Yash Tibrewal2017-12-06
| |_|/ / |/| | |
* | | | 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
* | | | | | | Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
| |_|_|/ / / |/| | | | |
| | * | | | clang-formatGravatar Vijay Pai2017-12-04
| | * | | | Add thread nameGravatar Vijay Pai2017-12-04
* | | | | | Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #13579 from sreecha/rq-fixGravatar Sree Kuchibhotla2017-12-04
|\ \ \ \ \ \ \
| | | | | | | * Add testsGravatar ncteisen2017-12-04
* | | | | | | | Merge pull request #13554 from danzh2010/asyncioGravatar Yang Gao2017-12-04
|\ \ \ \ \ \ \ \
| | | | | * | | | Update ev_epollsig_linux_test.ccGravatar Vijay Pai2017-12-04
| | | | * | | | | Fix UpdatesTest.UpdateBalancersDeadUpdate expectationGravatar David Garcia Quintas2017-12-04
| |_|_|/ / / / / |/| | | | | | |
| | * | | | | | Merge branch 'master' into rq-fixGravatar Sree Kuchibhotla2017-12-04
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| | * | | | | | fix connectivity test failureGravatar Sree Kuchibhotla2017-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
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #13401 from jtattermusch/windows_cmake_distrib_testsGravatar Jan Tattermusch2017-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 branch 'master' into threadnamesGravatar Vijay Pai2017-12-02
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #13051 from ctiller/bazel-pollersGravatar Craig Tiller2017-12-01
|\ \ \ \ \ \ \ \ \
| | | | | * | | | | Delete outdated commentsGravatar Sree Kuchibhotla2017-12-01
| | | | | * | | | | Provide a cleaner API for proxy_connection_failed().Gravatar Mark D. Roth2017-12-01
| | | | * | | | | | Merge branch 'master' into asyncioGravatar Dan Zhang2017-12-01
| | | | |\ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| | | | | * | | | | No need to explicitly zero initialize since we are doing zalloc. Some misc fo...Gravatar Sree Kuchibhotla2017-12-01
* | | | | | | | | | Merge pull request #13442 from adelez/foundry_integrationGravatar adelez2017-12-01
|\ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |