aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_config
Commit message (Collapse)AuthorAge
* 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
| | | |
| * | | Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-28
| |\ \ \ | |/ / / |/| | |
| * | | Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-26
| |\ \ \
| | | * | Changes to resolver-lb interfaces.Gravatar David Garcia Quintas2016-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Creation of a load balancer now takes an execution context. - load balancers are now passed addresses as arguments and are responsible for the creation of the corresponding subchannels, something that used to be done by the resolvers.
* | | | | Fix copyrightGravatar Craig Tiller2016-03-25
| | | | |
* | | | | Fix includesGravatar Craig Tiller2016-03-25
| |/ / / |/| | |
* | | | Auto-changesGravatar Craig Tiller2016-03-25
| |/ / |/| |
| | * Small test improvements to lb_policies and sockaddr_resolver testsGravatar David Garcia Quintas2016-03-23
| |/ |/|
| * Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-21
| |\ | |/ |/|
* | Fix sanityGravatar Craig Tiller2016-03-20
| |
* | TweaksGravatar Craig Tiller2016-03-20
| |
| * Expand fuzzersGravatar Craig Tiller2016-03-18
|/
* Add retry for dns resolutionGravatar Craig Tiller2016-03-11
|
* Add failing testGravatar Craig Tiller2016-03-11
|
* 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
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* clang-formatGravatar Craig Tiller2015-12-16
|