aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-28
|\
| * Merge pull request #16351 from markdroth/health_checking_serviceGravatar Mark D. Roth2018-08-28
| |\
| * | flipped logic to enable pollersGravatar Bill Feng2018-08-28
| | * Implement Watch method in health check service.Gravatar Mark D. Roth2018-08-28
| * | Merge branch 'master' into errqueueredefineGravatar Yash Tibrewal2018-08-27
| |\ \
| | * | Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
| | * | Merge pull request #16342 from markdroth/pf_keep_unselected_subchannelsGravatar Mark D. Roth2018-08-27
| | |\ \
| | * | | Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
| | * | | Clang tidyGravatar Hope Casey-Allen2018-08-25
| | * | | Add an option to collect medians every epoch. Useful for gathering per second...Gravatar Hope Casey-Allen2018-08-25
| | * | | Merge pull request #16408 from nicolasnoble/fix-tsi-ssl-auth-context-reuse-st...Gravatar Nicolas Noble2018-08-24
| | |\ \ \
| * | | | | %s/SCM_TSTAMP_ACK/grpc_core::SCM_TSTAMP_ACKGravatar Yash Tibrewal2018-08-24
| * | | | | Redefine constants from errqueue.h. Some header files lag behind the kernel v...Gravatar Yash Tibrewal2018-08-24
| |/ / / /
| * | | | Merge pull request #15941 from yashykt/fathomtcpchangesGravatar Yash Tibrewal2018-08-24
| |\ \ \ \
| * \ \ \ \ Merge pull request #16414 from vjpai/core_callback_testGravatar Vijay Pai2018-08-24
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #16358 from muxi/privatize-boringsslGravatar Muxi Yan2018-08-24
| |\ \ \ \ \ \
| | | * | | | | Improve comments and revert much of 373cb20Gravatar Vijay Pai2018-08-24
| | | * | | | | Add asserts on bad verify resultsGravatar Vijay Pai2018-08-23
| | | * | | | | expect_tags before callbacks could get executed to avoid a data raceGravatar Vijay Pai2018-08-23
| | | | | * | | Fixing the SSL_REUSE auth context string attribute.Gravatar Nicolas "Pixel" Noble2018-08-23
| | | | | | |/ | | | | | |/|
| | * | | | | Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
| | | * | | | Clang formatGravatar Vijay Pai2018-08-23
| | | * | | | Address reviewer feedback with comments/assertionsGravatar Vijay Pai2018-08-23
| * | | | | | Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdownGravatar Eric Gribkoff2018-08-22
| |\ \ \ \ \ \
| | * | | | | | Python post-fork handler: exit if grpc shutdown failsGravatar Eric Gribkoff2018-08-22
| * | | | | | | Fix a number of spelling errors.Gravatar Chris Lamb2018-08-22
| |/ / / / / /
| * | | | | | Merge pull request #16170 from hcaseyal/timer_testGravatar hcaseyal2018-08-21
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Disable test on windowsGravatar Hope Casey-Allen2018-08-21
| | * | | | | Add timer tests for long running servicesGravatar Hope Casey-Allen2018-08-21
| | | | * | | 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
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | 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