aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
Commit message (Collapse)AuthorAge
* fix copyrightGravatar Sree Kuchibhotla2016-03-23
|
* Address code review commentsGravatar Sree Kuchibhotla2016-03-23
|
* Allow use of alternative credential types.Gravatar Dan Born2016-03-03
|
* Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1Gravatar yang-g2016-02-24
|\
* | global replace health check proto v1alpha to v1Gravatar yang-g2016-02-19
| |
| * Revert "Revert "Proto API for LB request/responses""Gravatar Craig Tiller2016-02-11
|/
* Revert "Proto API for LB request/responses"Gravatar Craig Tiller2016-02-11
|
* Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-02-08
|\
| * Merge branch 'master' into worker_quitGravatar Vijay Pai2016-02-02
| |\
| * | Add a Quit RPC so that we can conveniently shut down the workers from the ↵Gravatar vjpai2016-02-02
| | | | | | | | | | | | driver.
| | * Copyright and clang-formatGravatar Vijay Pai2016-02-01
| | |
| | * Reduce diffGravatar Vijay Pai2016-02-01
| | |
| | * Enable properly working core limits on clients and servers,Gravatar Vijay Pai2016-02-01
| | | | | | | | | | | | | | | and determine these dynamically if only one or the other is specified but both are running on the same host
| | * Clean-up core list usage and make it possible to reset the core listGravatar Vijay Pai2016-02-01
| | |
| | * Merge branch 'master' into corelimit2Gravatar Vijay Pai2016-02-01
| | |\ | | |/ | |/|
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-01-29
|\| |
| * | Remove host option from ServerConfig proto since it is error-prone andGravatar Vijay Pai2016-01-29
| | | | | | | | | | | | may cause inter-language confusion.
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-01-28
|\| |
| * | Fix copyrightsGravatar Craig Tiller2016-01-27
| | |
| * | Merge github.com:grpc/grpc into fix-c++Gravatar Craig Tiller2016-01-27
| |\ \
| * | | Small testing fixesGravatar Craig Tiller2016-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - end2end test deadlines may complete before checking IsCancelled => don't expect it to be false in these cases - add exponential backoff to port_posix - ensure run_tests rebuilds targets with a regex I commonly use
| | * | Sanity checks and asan fixGravatar vjpai2016-01-27
| | | |
| | * | Actually create async generic serverGravatar vjpai2016-01-26
| |/ /
| | * Sanity fix copyrightGravatar vjpai2016-01-19
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-01-19
|\| |
| | * Merge branch 'master' into corelimit2Gravatar vjpai2016-01-19
| | |\ | | |/ | |/|
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-01-15
|\ \ \
| | * | Updated copyrights...Gravatar David Garcia Quintas2016-01-15
| | | |
| | * | Merge branch 'master' of github.com:grpc/grpc into check_newlinesGravatar David Garcia Quintas2016-01-15
| | |\ \ | | |/ / | |/| |
| | * | Added sanity check for trailing newlinesGravatar David Garcia Quintas2016-01-14
| | | |
| * | | Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
| | | |
| * | | update copyrightGravatar Sree Kuchibhotla2016-01-14
| | | |
* | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-01-14
|\ \ \ \
| | * | | Fix the error that was causing incorrect Makefile generationGravatar Sree Kuchibhotla2016-01-14
| | | | |
| | * | | Generate transitive dependencies as well in gen_build_yaml.py for protosGravatar Sree Kuchibhotla2016-01-14
| |/ / /
| * / / Fix copyrights againGravatar murgatroid992016-01-14
| |/ /
| * | Rename TestService to EchoTestService to prevent name-conflict withGravatar Sree Kuchibhotla2016-01-13
| | | | | | | | | | | | 'TestService' in test.proto
| | * Make core limitation work for both client and server so that we can run ↵Gravatar Vijay Pai2016-01-13
| |/ | | | | | | | | | | | | tests on the same machine if desired. The core_list flags to qps_driver are comma-separated lists of core numbers.
* | Added missing copyrightsGravatar David Garcia Quintas2016-01-12
| |
* | Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-01-11
|\|
* | Srcs and hdrs sanity checks skip third_partyGravatar David Garcia Quintas2016-01-11
| |
| * Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/ | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* consolidate math.proto and health.protoGravatar Jan Tattermusch2015-12-07