aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_config
Commit message (Collapse)AuthorAge
* 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
| | | | |
| * | | | Update copyrightsGravatar Craig Tiller2016-03-31
| | | | |
| | * | | Added & and = to URI queriesGravatar David Garcia Quintas2016-03-30
| |/ / /
* | | | Merge github.com:grpc/grpc into optionalize_roundrobinGravatar Craig Tiller2016-03-30
|\| | |
| * | | Merge pull request #5950 from dgquintas/lb_policies_new_interfaceGravatar Jan Tattermusch2016-03-30
| |\ \ \ | | | | | | | | | | Changes to resolver-LB interfaces.
| | | | * Renamed subchannel_factory to client_channel_factory.Gravatar David Garcia Quintas2016-03-29
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Added the ability to create channels from client_channel_factory. This will be used by the grpclb code to create the channels to communicate with the LB servers.
* | | | Merge github.com:grpc/grpc into optionalize_roundrobinGravatar Craig Tiller2016-03-29
|\| | |
* | | | Make plugin registries workGravatar Craig Tiller2016-03-29
| | | |
* | | | Begin optionalizing lb policies: initial code movementGravatar Craig Tiller2016-03-28
| | | |
| | * | Merge branch 'master' of github.com:grpc/grpc into lb_policies_new_interfaceGravatar David Garcia Quintas2016-03-28
| | |\ \ | |_|/ / |/| | |
| * | | Fix includesGravatar Craig Tiller2016-03-28
| | | |