Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
|\ | |||
| * | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-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_bis | David Garcia Quintas | 2016-06-03 |
| | |\ | |||
| * | | | Polished RR policy and added policy doc preamble | David Garcia Quintas | 2016-06-02 |
| | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-24 |
|\| | | |||
| * | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 |
| |\ \ | |||
| * \ \ | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 |
| |\ \ \ | |||
| | | * | | Improve test debugability, fix race condition | Craig Tiller | 2016-05-23 |
| | |/ / | |||
| * | | | clang-format | Craig Tiller | 2016-05-20 |
| | | | | |||
| | * | | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring | Julien Boeuf | 2016-05-18 |
| | |\ \ | |||
| | | | * | Merge branch 'moar-compression-public-refactorings' into ↵ | David Garcia Quintas | 2016-05-17 |
| | | | |\ | | | | |/ | | | |/| | | | | | | compression_md_level_bis | ||
| * | / | | Bug fixes | Craig Tiller | 2016-05-17 |
| | |/ / | |/| | | |||
* | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-13 |
|\| | | | |||
| | | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-05-12 |
| | | |\ | |||
| * | | | | Fix tsan reported error | Craig Tiller | 2016-05-12 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-11 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| | * | | | clang-format | Craig Tiller | 2016-05-11 |
| |/ / / | |||
* | | | | fixed wrong malloc in test code for dns resolv | David Garcia Quintas | 2016-05-10 |
| | | | | |||
| * | | | Change argument type to avoid undefined behavior | yang-g | 2016-05-10 |
| | | | | |||
| | | * | Allow servers to select compression level via initial MD. | David Garcia Quintas | 2016-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 scheme | Craig Tiller | 2016-05-06 |
| |/ |/| | |||
* | | Refactoring the core security code. | Julien Boeuf | 2016-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 corpus | Craig Tiller | 2016-04-08 |
| | |||
* | Merge branch 'subchannel_factory_create_lb_channel' of ↵ | Craig Tiller | 2016-04-01 |
|\ | | | | | | | github.com:dgquintas/grpc into ccmerge | ||
| * | Merge branch 'master' into subchannel_factory_create_lb_channel | David G. Quintas | 2016-04-01 |
| |\ | |||
| * | | added grpc_client_channel_type for the creation of client channels | David Garcia Quintas | 2016-04-01 |
| | | | |||
* | | | Merge branch 'optionalize_resolvers' into optionalize_client_config | Craig Tiller | 2016-04-01 |
|\ \ \ | |||
| * \ \ | Merge github.com:grpc/grpc into optionalize_resolvers | Craig Tiller | 2016-04-01 |
| |\ \ \ | | | |/ | | |/| | |||
| | * | | Merge pull request #6051 from dgquintas/moar_uri_tests | Jan Tattermusch | 2016-04-01 |
| | |\ \ | | | | | | | | | | | added more uri parsing tests | ||
| | * \ \ | Merge pull request #5932 from dgquintas/lb_resolvers | Jan Tattermusch | 2016-04-01 |
| | |\ \ \ | | | | | | | | | | | | | Small test improvements to lb_policies and sockaddr_resolver tests | ||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into ↵ | David Garcia Quintas | 2016-03-31 |
| | | | | |\ | | | |_|_|/ | | |/| | | | | | | | | | subchannel_factory_create_lb_channel | ||
| | | | * | | added more uri parsing tests | David Garcia Quintas | 2016-03-31 |
| | | |/ / | | |/| | | |||
| | * | | | Merge pull request #6034 from dgquintas/uri_query_parts | Nicolas Noble | 2016-03-31 |
| | |\ \ \ | | | | | | | | | | | | | Added & and = to URI queries | ||
* | | | | | | Reposition files to optionalize client_config system | Craig Tiller | 2016-03-31 |
|/ / / / / | |||
* | | | | | Merge branch 'optionalize_census' into optionalize_resolvers | Craig Tiller | 2016-03-31 |
|\| | | | | |||
* | | | | | Optionalize name resolvers | Craig Tiller | 2016-03-31 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into copyright-fix | Craig Tiller | 2016-03-31 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
| | | * | | Merge branch 'master' of github.com:grpc/grpc into lb_resolvers | David Garcia Quintas | 2016-03-31 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into uri_query_parts | David Garcia Quintas | 2016-03-31 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| | * | | | Added grpc_uri_get_query_arg per comments. | David Garcia Quintas | 2016-03-31 |
| | | | | | |||
| * | | | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | | | | |||
| | * | | | Added & and = to URI queries | David Garcia Quintas | 2016-03-30 |
| |/ / / | |||
* | | | | Merge github.com:grpc/grpc into optionalize_roundrobin | Craig Tiller | 2016-03-30 |
|\| | | | |||
| * | | | Merge pull request #5950 from dgquintas/lb_policies_new_interface | Jan Tattermusch | 2016-03-30 |
| |\ \ \ | | | | | | | | | | | Changes to resolver-LB interfaces. | ||
| | | | * | Renamed subchannel_factory to client_channel_factory. | David Garcia Quintas | 2016-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_roundrobin | Craig Tiller | 2016-03-29 |
|\| | | | |||
* | | | | Make plugin registries work | Craig Tiller | 2016-03-29 |
| | | | | |||
* | | | | Begin optionalizing lb policies: initial code movement | Craig Tiller | 2016-03-28 |
| | | | | |||
| | * | | Merge branch 'master' of github.com:grpc/grpc into lb_policies_new_interface | David Garcia Quintas | 2016-03-28 |
| | |\ \ | |_|/ / |/| | | | |||
| * | | | Fix includes | Craig Tiller | 2016-03-28 |
| | | | |