Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright fixes for sanity | vjpai | 2016-01-19 |
| | |||
* | Dealt with a nit | vjpai | 2016-01-19 |
| | |||
* | Re-enable explicit specification of server port for qps worker. Also | Vijay Pai | 2016-01-19 |
| | | | | add in a check that we don't try to use generic testing for sync or unary. | ||
* | Fix asan error caused by mismatch in alloc/dealloc between new[] and | vjpai | 2016-01-18 |
| | | | | regular delete... | ||
* | 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 |
| | | |||
| * | Fix copyrights again | murgatroid99 | 2016-01-14 |
|/ | |||
* | Merge pull request #4720 from sreecha/import_issues | Yang Gao | 2016-01-14 |
|\ | | | | | Rename TestService to EchoTestService to prevent name-conflict with 'TestService' in test.proto | ||
* | | clang-format code | Craig Tiller | 2016-01-14 |
| | | |||
| * | FormatCode | Sree Kuchibhotla | 2016-01-13 |
| | | |||
| * | Rename TestService to EchoTestService to prevent name-conflict with | Sree Kuchibhotla | 2016-01-13 |
| | | | | | | | | 'TestService' in test.proto | ||
* | | Update copyrights again | murgatroid99 | 2016-01-13 |
|/ | |||
* | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-13 |
|\ | |||
| * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | |||
* | | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-11 |
|\| | |||
* | | Remove dead code and a thus unneeded change to C++ bbuf | Vijay Pai | 2016-01-11 |
| | | |||
* | | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-11 |
|\ \ | |||
* | | | clang-format | Vijay Pai | 2016-01-11 |
| | | | |||
* | | | Fix bugs and include build files | Vijay Pai | 2016-01-11 |
| | | | |||
* | | | Generic test | vjpai | 2016-01-11 |
| | | | |||
| | * | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-07 |
| | |\ | | |/ | |/| | |||
* | | | More changes needed for generic support | Vijay Pai | 2016-01-07 |
| | | | |||
* | | | clang-format | Vijay Pai | 2016-01-07 |
| | | | |||
* | | | Refactor server side to support generic tests. | vjpai | 2016-01-07 |
| | | | |||
| * | | Merge pull request #4631 from sreecha/stress_test_logging | Yang Gao | 2016-01-06 |
| |\ \ | | | | | | | | | Add ability to control the verbosity of stress test logs | ||
| | | * | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-06 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Adjust the log levels in interop tests and stress tests | Sree Kuchibhotla | 2016-01-06 |
| | | | | |||
| | * | | Ability to filter log messages based on log level | Sree Kuchibhotla | 2016-01-06 |
| | | | | |||
* | | | | Got rid of all compilation problems, now need to test | Vijay Pai | 2016-01-04 |
| | | | | |||
* | | | | WIP | Vijay Pai | 2015-12-30 |
| | | | | |||
* | | | | Merge branch 'master' into bbuf | vjpai | 2015-12-30 |
|\ \ \ \ | | |/ / | |/| | | |||
| | | * | Merge branch 'yawn' into proto_names | Craig Tiller | 2015-12-22 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| |/ / | |||
| * | | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 |
| | | | |||
* | | | Merge branch 'master' into bbuf | vjpai | 2015-12-22 |
|\| | | |||
| | * | Fix method name | Craig Tiller | 2015-12-17 |
| | | | |||
| | * | 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 | ||
| * | Merge pull request #4479 from ctiller/aarons-bug | Yang Gao | 2015-12-16 |
| |\ | | | | | | | Fix double read at end of stream bug | ||
| * | | Removed compression checks from vanilla large unary | David Garcia Quintas | 2015-12-15 |
| | | | |||
| | * | Fix double read at end of stream bug | Craig Tiller | 2015-12-15 |
| |/ | |||
| * | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 |
| | | |||
| * | Merge pull request #4362 from vjpai/coverage-serve2 | Yang Gao | 2015-12-09 |
| |\ | | | | | | | Cover an unsupported case of mixing sync and async service in server | ||
| | * | Cover an unsupported case of mixing sync and async service in same server | vjpai | 2015-12-09 |
| | | | |||
| * | | Add a case to cover multiple adds of generic service | vjpai | 2015-12-09 |
| |/ | |||
| * | Fix for when grpc::string is not the same type as FLAGS_... | Craig Tiller | 2015-12-03 |
| | | |||
| * | Merge pull request #4207 from yang-g/server_builder_options | Craig Tiller | 2015-12-03 |
| |\ | | | | | | | Server builder options | ||
| * \ | Merge branch 'release-0_12' | Nicolas "Pixel" Noble | 2015-12-01 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | ||
* | | | | Merge branch 'master' into bbuf | vjpai | 2015-11-30 |
|\| | | |