aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Copyright fixes for sanityGravatar vjpai2016-01-19
|
* Dealt with a nitGravatar vjpai2016-01-19
|
* Re-enable explicit specification of server port for qps worker. AlsoGravatar Vijay Pai2016-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[] andGravatar vjpai2016-01-18
| | | | regular delete...
* 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
| |
| * Fix copyrights againGravatar murgatroid992016-01-14
|/
* Merge pull request #4720 from sreecha/import_issuesGravatar Yang Gao2016-01-14
|\ | | | | Rename TestService to EchoTestService to prevent name-conflict with 'TestService' in test.proto
* | clang-format codeGravatar Craig Tiller2016-01-14
| |
| * FormatCodeGravatar Sree Kuchibhotla2016-01-13
| |
| * Rename TestService to EchoTestService to prevent name-conflict withGravatar Sree Kuchibhotla2016-01-13
| | | | | | | | 'TestService' in test.proto
* | Update copyrights againGravatar murgatroid992016-01-13
|/
* Merge branch 'master' into bbufGravatar Vijay Pai2016-01-13
|\
| * Updated copyrightsGravatar murgatroid992016-01-12
| |
* | Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
|\|
* | Remove dead code and a thus unneeded change to C++ bbufGravatar Vijay Pai2016-01-11
| |
* | Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
|\ \
* | | clang-formatGravatar Vijay Pai2016-01-11
| | |
* | | Fix bugs and include build filesGravatar Vijay Pai2016-01-11
| | |
* | | Generic testGravatar vjpai2016-01-11
| | |
| | * Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-07
| | |\ | | |/ | |/|
* | | More changes needed for generic supportGravatar Vijay Pai2016-01-07
| | |
* | | clang-formatGravatar Vijay Pai2016-01-07
| | |
* | | Refactor server side to support generic tests.Gravatar vjpai2016-01-07
| | |
| * | Merge pull request #4631 from sreecha/stress_test_loggingGravatar Yang Gao2016-01-06
| |\ \ | | | | | | | | Add ability to control the verbosity of stress test logs
| | | * Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-06
| | | |\ | | |_|/ | |/| |
| | * | Adjust the log levels in interop tests and stress testsGravatar Sree Kuchibhotla2016-01-06
| | | |
| | * | Ability to filter log messages based on log levelGravatar Sree Kuchibhotla2016-01-06
| | | |
* | | | Got rid of all compilation problems, now need to testGravatar Vijay Pai2016-01-04
| | | |
* | | | WIPGravatar Vijay Pai2015-12-30
| | | |
* | | | Merge branch 'master' into bbufGravatar vjpai2015-12-30
|\ \ \ \ | | |/ / | |/| |
| | | * Merge branch 'yawn' into proto_namesGravatar Craig Tiller2015-12-22
| | | |\ | | |_|/ | |/| |
| | * | Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
| |/ /
| * | BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
| | |
* | | Merge branch 'master' into bbufGravatar vjpai2015-12-22
|\| |
| | * Fix method nameGravatar Craig Tiller2015-12-17
| | |
| | * 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
| * Merge pull request #4479 from ctiller/aarons-bugGravatar Yang Gao2015-12-16
| |\ | | | | | | Fix double read at end of stream bug
| * | Removed compression checks from vanilla large unaryGravatar David Garcia Quintas2015-12-15
| | |
| | * Fix double read at end of stream bugGravatar Craig Tiller2015-12-15
| |/
| * clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
| |
| * Merge pull request #4362 from vjpai/coverage-serve2Gravatar Yang Gao2015-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 serverGravatar vjpai2015-12-09
| | |
| * | Add a case to cover multiple adds of generic serviceGravatar vjpai2015-12-09
| |/
| * Fix for when grpc::string is not the same type as FLAGS_...Gravatar Craig Tiller2015-12-03
| |
| * Merge pull request #4207 from yang-g/server_builder_optionsGravatar Craig Tiller2015-12-03
| |\ | | | | | | Server builder options
| * \ Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c
* | | | Merge branch 'master' into bbufGravatar vjpai2015-11-30
|\| | |