aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_config
Commit message (Collapse)AuthorAge
* Rename client_config directory to client_channel.Gravatar Mark D. Roth2016-09-14
|
* Merge pull request #7858 from markdroth/cq_verifier_file_lineGravatar Craig Tiller2016-08-31
|\ | | | | Change cq_verifier to report file and line number for expectations.
| * Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
| |
* | Fix broken test.Gravatar Mark D. Roth2016-08-23
|/
* Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\
| * Merge pull request #6875 from y-zeng/log_checkGravatar Jan Tattermusch2016-06-14
| |\ | | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad
* | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-13
|\| |
| | * Restricted the check to GUNCGravatar Yuchen Zeng2016-06-10
| | |
| | * Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| | |
| * | Expand corpus, make one-shot runners not self-check leaks (to give ASAN a ↵Gravatar Craig Tiller2016-06-10
| |/ | | | | | | chance)
* | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
|\|
| * Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
| |\ | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup
| | * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| | |\
| * | | Polished RR policy and added policy doc preambleGravatar David Garcia Quintas2016-06-02
| | |/ | |/|
* | | 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
| | |\ \
| | | | * Merge branch 'moar-compression-public-refactorings' into ↵Gravatar David Garcia Quintas2016-05-17
| | | | |\ | | | | |/ | | | |/| | | | | | compression_md_level_bis
| * | / | Bug fixesGravatar Craig Tiller2016-05-17
| | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-13
|\| | |
| | | * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-12
| | | |\
| * | | | Fix tsan reported errorGravatar Craig Tiller2016-05-12
| | | | |
* | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| | * | | clang-formatGravatar Craig Tiller2016-05-11
| |/ / /
* | | | fixed wrong malloc in test code for dns resolvGravatar David Garcia Quintas2016-05-10
| | | |
| * | | Change argument type to avoid undefined behaviorGravatar yang-g2016-05-10
| | | |
| | | * Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| | |/ | |/| | | | | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
* | | 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...
* Expand uri corpusGravatar Craig Tiller2016-04-08
|
* Merge branch 'subchannel_factory_create_lb_channel' of ↵Gravatar Craig Tiller2016-04-01
|\ | | | | | | github.com:dgquintas/grpc into ccmerge
| * Merge branch 'master' into subchannel_factory_create_lb_channelGravatar David G. Quintas2016-04-01
| |\
| * | added grpc_client_channel_type for the creation of client channelsGravatar David Garcia Quintas2016-04-01
| | |
* | | Merge branch 'optionalize_resolvers' into optionalize_client_configGravatar Craig Tiller2016-04-01
|\ \ \
| * \ \ Merge github.com:grpc/grpc into optionalize_resolversGravatar Craig Tiller2016-04-01
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #6051 from dgquintas/moar_uri_testsGravatar Jan Tattermusch2016-04-01
| | |\ \ | | | | | | | | | | added more uri parsing tests
| | * \ \ Merge pull request #5932 from dgquintas/lb_resolversGravatar Jan Tattermusch2016-04-01
| | |\ \ \ | | | | | | | | | | | | Small test improvements to lb_policies and sockaddr_resolver tests
| | | | | * Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar David Garcia Quintas2016-03-31
| | | | | |\ | | | |_|_|/ | | |/| | | | | | | | | subchannel_factory_create_lb_channel
| | | | * | added more uri parsing testsGravatar David Garcia Quintas2016-03-31
| | | |/ / | | |/| |
| | * | | Merge pull request #6034 from dgquintas/uri_query_partsGravatar Nicolas Noble2016-03-31
| | |\ \ \ | | | | | | | | | | | | Added & and = to URI queries
* | | | | | Reposition files to optionalize client_config systemGravatar Craig Tiller2016-03-31
|/ / / / /
* | | | | Merge branch 'optionalize_census' into optionalize_resolversGravatar Craig Tiller2016-03-31
|\| | | |
* | | | | Optionalize name resolversGravatar Craig Tiller2016-03-31
| | | | |
| * | | | Merge github.com:grpc/grpc into copyright-fixGravatar Craig Tiller2016-03-31
| |\ \ \ \ | |/ / / / |/| | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into lb_resolversGravatar David Garcia Quintas2016-03-31
| | | |\ \ | |_|_|/ / |/| | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into uri_query_partsGravatar David Garcia Quintas2016-03-31
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Added grpc_uri_get_query_arg per comments.Gravatar David Garcia Quintas2016-03-31
| | | | |