aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* added qps tests on bazelGravatar Bill Feng2018-08-20
|
* Revert to TRANSIENT_FAILURE during backoffGravatar Juanli Shen2018-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
|/
* 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
| * | Add a test of callback CQGravatar Vijay Pai2018-08-14
| | |
| | * Add comment to address reviewer commentGravatar Vijay Pai2018-08-13
| | |
| * | Merge branch 'master' into callback_cqGravatar Vijay Pai2018-08-13
| |\ \
* | \ \ Merge branch 'master' into rq-threads-2Gravatar Sree Kuchibhotla2018-08-13
|\ \ \ \ | | |/ / | |/| |
| | | * Add proper synchronization so that stats are setup and destroyed cleanlyGravatar Vijay Pai2018-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
| | | |
| | | * 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
| |/ | | | | | | | | | | 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.
| * Enable c-ares queries on WindowsGravatar Alex Polcyn2018-08-08
| |
| * Merge pull request #15597 from jtattermusch/protobuf_submodule_36xGravatar Jan Tattermusch2018-08-08
| |\ | | | | | | Upgrade third_party/protobuf to 3.6.1
| * \ Merge pull request #16204 from Capstan/cli-channelGravatar Yang Gao2018-08-07
| |\ \ | | | | | | | | Create a --channel_creds_type flag for grpc_cli.
| | * | 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
| |\ \ \ | | | | | | | | | | Reset connection backoff
| | | | * 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
| |\ \ \ | | | | | | | | | | Add more filter priority levels
| * | | | 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
|/ / /
| * | Add more filter priority levelsGravatar yang-g2018-08-01
| | |
| | * Clang format.Gravatar Nathan Herring2018-08-01
| | |
| | * Create a --channel_creds_type flag for grpc_cli.Gravatar Nathan Herring2018-08-01
| |/ |/| | | | | | | | | | | | | This replaces several mutually-exclusive flags for a single selector flag which defines the base channel type. It also allows child classes to selectively override the defaults and provide additional channel types (e.g., LOAS in the mono repo). Fixes issue #16060.
* | Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
| |
* | Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-31
|\|
| * Merge pull request #16066 from Capstan/cli-tlsGravatar Yang Gao2018-07-30
| |\ | | | | | | Introduce --ssl_target flag to grpc_cli.
| * \ Merge pull request #16163 from apolcyn/revert_revert_windows_breakageGravatar apolcyn2018-07-30
| |\ \ | | | | | | | | Revert "Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort""
* | | | Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-30
|\| | |
* | | | Address core review commentsGravatar Sree Kuchibhotla2018-07-27
| | | |
| * | | Merge pull request #16159 from markdroth/ref_counted_ptr_polymorphism_fixGravatar Mark D. Roth2018-07-27
| |\ \ \ | | | | | | | | | | Fix RefCountedPtr to handle polymorphism.
| | * | | fix clang_tidyGravatar Mark D. Roth2018-07-27
| | | | |
| | * | | A bit of cleanup and add more tests.Gravatar Mark D. Roth2018-07-27
| | | | |
| | | * | Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"Gravatar Alexander Polcyn2018-07-27
| | |/ / | |/| | | | | | | | | | | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3.
| * | | Merge pull request #16158 from apolcyn/revert_windows_breakageGravatar apolcyn2018-07-26
| |\ \ \ | | | | | | | | | | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"