Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright and clang-format | Vijay Pai | 2016-02-01 |
| | |||
* | Reduce diff | Vijay Pai | 2016-02-01 |
| | |||
* | Enable properly working core limits on clients and servers, | Vijay Pai | 2016-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 list | Vijay Pai | 2016-02-01 |
| | |||
* | Merge branch 'master' into corelimit2 | Vijay Pai | 2016-02-01 |
|\ | |||
| * | Remove host option from ServerConfig proto since it is error-prone and | Vijay Pai | 2016-01-29 |
| | | | | | | | | may cause inter-language confusion. | ||
| * | Fix copyrights | Craig Tiller | 2016-01-27 |
| | | |||
| * | Merge github.com:grpc/grpc into fix-c++ | Craig Tiller | 2016-01-27 |
| |\ | |||
| * | | Small testing fixes | Craig Tiller | 2016-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 fix | vjpai | 2016-01-27 |
| | | | |||
| | * | Actually create async generic server | vjpai | 2016-01-26 |
| |/ | |||
* | | Sanity fix copyright | vjpai | 2016-01-19 |
| | | |||
* | | Merge branch 'master' into corelimit2 | vjpai | 2016-01-19 |
|\| | |||
| * | Updated copyrights... | David Garcia Quintas | 2016-01-15 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into check_newlines | David Garcia Quintas | 2016-01-15 |
| |\ | |||
| * | | Added sanity check for trailing newlines | David Garcia Quintas | 2016-01-14 |
| | | | |||
| | * | Added back trailing newlines | David Garcia Quintas | 2016-01-14 |
| | | | |||
| | * | update copyright | Sree Kuchibhotla | 2016-01-14 |
| | | | |||
| | * | Fix the error that was causing incorrect Makefile generation | Sree Kuchibhotla | 2016-01-14 |
| | | | |||
| | * | Generate transitive dependencies as well in gen_build_yaml.py for protos | Sree Kuchibhotla | 2016-01-14 |
| | | | |||
| | * | Fix copyrights again | murgatroid99 | 2016-01-14 |
| |/ | |||
| * | Rename TestService to EchoTestService to prevent name-conflict with | Sree Kuchibhotla | 2016-01-13 |
| | | | | | | | | 'TestService' in test.proto | ||
* | | Make core limitation work for both client and server so that we can run ↵ | Vijay Pai | 2016-01-13 |
|/ | | | | | | | tests on the same machine if desired. The core_list flags to qps_driver are comma-separated lists of core numbers. | ||
* | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-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.proto | Jan Tattermusch | 2015-12-07 |