aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_config/set_initial_connect_string_test.c
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-24
|\
| * Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-23
| |\
| * \ Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-23
| |\ \
| | | * Improve test debugability, fix race conditionGravatar Craig Tiller2016-05-23
| | |/
| * | clang-formatGravatar Craig Tiller2016-05-20
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into credentials_refactoringGravatar Julien Boeuf2016-05-18
| | |\
| * | | Bug fixesGravatar Craig Tiller2016-05-17
| | |/ | |/|
* | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-13
|\| |
| * | Fix tsan reported errorGravatar Craig Tiller2016-05-12
| | |
| * | clang-formatGravatar Craig Tiller2016-05-11
| | |
* | | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
| |/ |/|
* | Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
|/ | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
* Reposition files to optionalize client_config systemGravatar Craig Tiller2016-03-31
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Revert "Revert "Add an implementation firewall against pollset_set""Gravatar Craig Tiller2016-02-25
|
* Revert "Add an implementation firewall against pollset_set"Gravatar Vijay Pai2016-02-25
|
* Provide an interface firewall between pollset and its implementationsGravatar Craig Tiller2016-02-19
| | | | | | | Starting to allow for >1 implementation of pollset within a binary. Do so without requiring an extra allocation for completion queues (which we could not tolerate).
* Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* Extend Copyrights to 2016Gravatar Dan Born2016-01-13
|
* Code review follow-up.Gravatar Dan Born2016-01-12
|
* Make grpc_tcp_listener private.Gravatar Dan Born2016-01-11
|
* Clang format.Gravatar Nicolas "Pixel" Noble2015-12-01
|
* fix build and windows testGravatar yang-g2015-11-21
|
* use a temp buffer to do readGravatar Yang Gao2015-11-17
|
* drain cqGravatar yang-g2015-11-07
|
* add a test for initial_connect_stringGravatar yang-g2015-11-06