aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
| | | * | | | | Add an inproc-based non-polling test of core callback APIGravatar Vijay Pai2018-08-21
| |_|/ / / / / |/| | | | | |
| | | | * | | clang-formatGravatar Mark D. Roth2018-08-20
| | | | * | | Allow more timing slack in dns cooldown test.Gravatar Mark D. Roth2018-08-20
| | | | * | | Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subcha...Gravatar Mark D. Roth2018-08-20
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | | * | added qps tests on bazelGravatar Bill Feng2018-08-20
| |_|_|_|/ / |/| | | | |
* | | | | | Revert to TRANSIENT_FAILURE during backoffGravatar Juanli Shen2018-08-17
| | | | * | Code review changes.Gravatar Mark D. Roth2018-08-17
| | | | * | Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf...Gravatar Mark D. Roth2018-08-17
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | * | Code review changes and fix threading bug in test.Gravatar Mark D. Roth2018-08-17
* | | | | | PF: Check connectivity state before watchingGravatar Juanli Shen2018-08-16
* | | | | | Merge pull request #16368 from grpc/revert-16214-order_order_pleaseGravatar Yang Gao2018-08-16
|\ \ \ \ \ \
| * | | | | | Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
* | | | | | | Cleaned up BUILD file, which fixed a dependency problem with protobuf.Gravatar Josh Haberman2018-08-16
|/ / / / / /
* | | | | | Merge pull request #16356 from vjpai/exhaustionGravatar Vijay Pai2018-08-15
|\ \ \ \ \ \
| * | | | | | Make sure that we actually saw some resource exhaustion if applicableGravatar Vijay Pai2018-08-15
* | | | | | | Fixed ordering in adding pending picks to PFGravatar David Garcia Quintas2018-08-15
| |_|_|_|_|/ |/| | | | |
| * | | | | Create a new method handler for resource exhaustion and tie into thread mgrGravatar Vijay Pai2018-08-14
|/ / / / /
| | | | * Fix dns_resolver_cooldown_test and fake_resolver_test.Gravatar Mark D. Roth2018-08-14
* | | | | Merge pull request #16298 from vjpai/custom_pollerGravatar Vijay Pai2018-08-14
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #16302 from vjpai/callback_cqGravatar Vijay Pai2018-08-14
|\ \ \ \ \ \
| * | | | | | Add a test of callback CQGravatar Vijay Pai2018-08-14
| | * | | | | Add comment to address reviewer commentGravatar Vijay Pai2018-08-13
| | | | | * | linux version needs to be definedGravatar Yash Tibrewal2018-08-13
| * | | | | | Merge branch 'master' into callback_cqGravatar Vijay Pai2018-08-13
| |\ \ \ \ \ \
| | | | | | * \ Merge masterGravatar Yash Tibrewal2018-08-13
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge branch 'master' into rq-threads-2Gravatar Sree Kuchibhotla2018-08-13
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | | | | | | * Add another test.Gravatar Mark D. Roth2018-08-13
| | | | | | | * Fix pick_first to not throw away unused subchannels.Gravatar Mark D. Roth2018-08-13
| | | * | | | | Add proper synchronization so that stats are setup and destroyed cleanlyGravatar Vijay Pai2018-08-10
| | | | | | | * As per reviewGravatar Juanli Shen2018-08-10
| | * | | | | | Experimental infrastructure for callback-based CQGravatar Vijay Pai2018-08-10
| | | |_|/ / / | | |/| | | |
| * | | | | | run cloud-to-prod interop tests with google default credentialsGravatar Yihua Zhang2018-08-10
| | | * | | | Some cleanupGravatar Vijay Pai2018-08-10
| | | | | | * PF: Check connectivity state before watchingGravatar Juanli Shen2018-08-09
| | | |_|_|/ | | |/| | |
| | | * | | Infrastructure for adding custom polling enginesGravatar Vijay Pai2018-08-09
| | |/ / /
* | | | | Merge branch 'master' into rq-threads-2Gravatar Sree Kuchibhotla2018-08-09
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | Added system roots feature to load roots from OS trust storeGravatar tdbhacks2018-08-09
| |/ / /
| * | | Enable c-ares queries on WindowsGravatar Alex Polcyn2018-08-08
| * | | Merge pull request #15597 from jtattermusch/protobuf_submodule_36xGravatar Jan Tattermusch2018-08-08
| |\ \ \
| * \ \ \ Merge pull request #16204 from Capstan/cli-channelGravatar Yang Gao2018-08-07
| |\ \ \ \
| | * | | | Shorten flag value to gdc.Gravatar Nathan Herring2018-08-07
| | * | | | Make `google_default_credentials` be an additional channel type.Gravatar Nathan Herring2018-08-07
| * | | | | Merge pull request #16225 from markdroth/reset_connection_backoffGravatar Mark D. Roth2018-08-07
| |\ \ \ \ \
| | | | * | | try fixing cxx distrib testGravatar Jan Tattermusch2018-08-07
| | | | * | | try fixing protobuf build in win distribtestGravatar Jan Tattermusch2018-08-07
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #16214 from yang-g/order_order_pleaseGravatar Yang Gao2018-08-06
| |\ \ \ \ \
| * | | | | | Use paramGravatar Juanli Shen2018-08-06
| | | * | | | Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
| | |/ / / / | |/| | | |
| | * | | | update testGravatar yang-g2018-08-06
* | | | | | Revert "Revert "Restrict the number of threads in C++ sync server""Gravatar Sree Kuchibhotla2018-08-01
|/ / / / /