aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Merge branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-09-08
|\
| * Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-09-08
| |\
* | | reviewer feedbackGravatar ncteisen2018-09-07
| | |
| * | reviewer feedbackGravatar ncteisen2018-09-07
| | |
| | * Merge pull request #16562 from yashykt/statusgrpcGravatar Yash Tibrewal2018-09-05
| | |\ | | | | | | | | Prefer grpc status over http status
| | * \ Merge pull request #16536 from jiangtaoli2016/system_rootGravatar Jiangtao Li2018-09-05
| | |\ \ | | | | | | | | | | Turn loading system root certificates as default
| | | | * Rectify the condition and add a testGravatar Yash Tibrewal2018-09-04
| | | | |
| | | | * Prefer grpc status over http statusGravatar Yash Tibrewal2018-09-04
| | | |/ | | |/| | | | | | | | | test
| | | * Turn loading system root certificate as defaultGravatar jiangtaoli20162018-09-04
| | | |
| | * | Merge pull request #16489 from jtattermusch/bazel_port_pickerGravatar Jan Tattermusch2018-09-04
| | |\ \ | | | | | | | | | | Fix port picker for remote bazel
| | * \ \ Merge branch 'cronetfix' into statusGravatar Yash Tibrewal2018-08-31
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulationGravatar Noah Eisen2018-08-31
| | | |\ \ | | | | | | | | | | | | Clang Tidy: Bugprone Undefined Memory Manipulation
| | | | | * threadsafe port picker for remote bazelGravatar Jan Tattermusch2018-08-31
| | | | | |
| | | | * | Fix all instances of bugprone-undefined-memory-manipulationGravatar ncteisen2018-08-29
| | | | | |
| | | * | | Enable timer test on windowsGravatar Hope Casey-Allen2018-08-29
| | | | | |
| | | | | * fix port picker for remote bazelGravatar Jan Tattermusch2018-08-29
| | | | |/ | | | |/|
* | | | | 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
| | |/ / / / / / / /
| | | | | | | | * / Explain the newer semantics of grpc_error_add_childGravatar Yash Tibrewal2018-08-21
| | | | | | | |/ / | | | | | | |/| |
| | * | | | | | | 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
| | | | |/ | | | |/|