aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* WIP. Setting md_index to 0 on grpc_linked_mdelem creationGravatar Hope Casey-Allen2018-09-08
|
* Zero out linked_mdelem when created in testGravatar Hope Casey-Allen2018-09-06
|
* Fix internal_data to be the same size as the new grpc_linked_mdelemGravatar Hope Casey-Allen2018-09-06
|
* Merge pull request #16351 from markdroth/health_checking_serviceGravatar Mark D. Roth2018-08-28
|\ | | | | Implement Watch method in health check service.
* | 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
| |\ \ | | | | | | | | Change pick_first to not unref unselected subchannels.
| * | | 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 ↵Gravatar Hope Casey-Allen2018-08-25
| | | | | | | | | | | | | | | | second median latencies
| * | | Merge pull request #16408 from ↵Gravatar Nicolas Noble2018-08-24
| |\ \ \ | | | | | | | | | | | | | | | | | | | | nicolasnoble/fix-tsi-ssl-auth-context-reuse-string Fixing the SSL_REUSE auth context string attribute.
* | | | | %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 ↵Gravatar Yash Tibrewal2018-08-24
|/ / / / | | | | | | | | | | | | version
* | | | Merge pull request #15941 from yashykt/fathomtcpchangesGravatar Yash Tibrewal2018-08-24
|\ \ \ \ | | | | | | | | | | Fathom tcp changes
* \ \ \ \ Merge pull request #16414 from vjpai/core_callback_testGravatar Vijay Pai2018-08-24
|\ \ \ \ \ | | | | | | | | | | | | Add an inproc-based non-polling end2end test of core callback API
* \ \ \ \ \ Merge pull request #16358 from muxi/privatize-boringsslGravatar Muxi Yan2018-08-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make symbols of BoringSSL private
| | * | | | | 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
| | | | | |/ | | | | |/| | | | | | | | | | | | | "true" and "false" are strings, so use similar code that of the cstring variant. Otherwise, the generated properties will have an embedded zero in there.
| * | | | | 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 fork handler checks if gRPC core successfully shutdown
| * | | | | | 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
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Create timer unit tests for long running services and clarify behavior for infinite deadline timers
| * | | | | 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 ↵Gravatar Mark D. Roth2018-08-20
| | | | |\ | |_|_|_|/ |/| | | | | | | | | pf_keep_unselected_subchannels
* | | | | 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 ↵Gravatar Mark D. Roth2018-08-17
| | | | |\ | |_|_|_|/ |/| | | | | | | | | pf_keep_unselected_subchannels
| | | | * 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"
| * | | | | 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
|\ \ \ \ \ | | | | | | | | | | | | C++ sync server: Return status RESOURCE_EXHAUSTED if no thread quota available
| * | | | | 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
|\ \ \ \ \ | | | | | | | | | | | | Infrastructure for registering custom polling engines
* \ \ \ \ \ Merge pull request #16302 from vjpai/callback_cqGravatar Vijay Pai2018-08-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | EXPERIMENTAL: Infrastructure for callback-based core CQ