aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Merge branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-08-28
|\
| * Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-28
| |\
| | * flipped logic to enable pollersGravatar Bill Feng2018-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
| | | | |
| | | * | 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
| | | |_|/ / / | | |/| | | |
| | | | | | * Allow more timing slack in dns cooldown test.Gravatar Mark D. Roth2018-08-20
| | | | | | |
| | | | | | * Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into ↵Gravatar Mark D. Roth2018-08-17
| | | | | | |\ | | | |_|_|_|/ | | |/| | | | | | | | | | | pf_keep_unselected_subchannels
| | * | | | | Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
| | | | | | |
* | | | | | | regenerate projectsGravatar ncteisen2018-08-15
| | | | | | |
* | | | | | | Add channelz server supportGravatar ncteisen2018-08-14
|/ / / / / /
| | | | | * Fix dns_resolver_cooldown_test and fake_resolver_test.Gravatar Mark D. Roth2018-08-14
| | | | |/ | | | |/|
| * | | | Merge pull request #16302 from vjpai/callback_cqGravatar Vijay Pai2018-08-14
| |\ \ \ \ | | | | | | | | | | | | EXPERIMENTAL: Infrastructure for callback-based core CQ
| | * | | | Add a test of callback CQGravatar Vijay Pai2018-08-14
| | | | | |
| | | | | * 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
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-11
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | | * | | | Experimental infrastructure for callback-based CQGravatar Vijay Pai2018-08-10
| | | | |/ / | | | |/| |
| | * | | | 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
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Added a flag-guarded feature that allows gRPC to load TLS/SSL roots from the OS trust store. This is the Linux-specific implementation of such feature.
| * | | | Merge pull request #16225 from markdroth/reset_connection_backoffGravatar Mark D. Roth2018-08-07
| |\ \ \ \ | | | | | | | | | | | | Reset connection backoff
| | * | | | Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
| | | | | |
| * | | | | update testGravatar yang-g2018-08-06
| | | | | |
* | | | | | Add some commentsGravatar ncteisen2018-08-03
| | | | | |
* | | | | | Intecept recv_trailing in client_channel for channelzGravatar ncteisen2018-08-03
| | | | | |
* | | | | | Fix test buildGravatar ncteisen2018-08-02
| | | | | |
* | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-02
|\ \ \ \ \ \ | | |/ / / / | |/| | | |