Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add NextMessageSize method to all readable streams as an upper-bound | vjpai | 2016-06-23 |
| | | | | | on the actual message size. Rename Size of FCUnary to NextMessageSize for consistency | ||
* | fixed faulty server streaming c++ test case | David Garcia Quintas | 2016-06-21 |
| | |||
* | fixed bad merge. c++ tests should work again | David Garcia Quintas | 2016-06-21 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-17 |
|\ | |||
* | | updated stress test with new tests cases | David Garcia Quintas | 2016-06-17 |
| | | |||
| * | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-17 |
| |\ | |||
| * | | clang-format changes | Vijay Pai | 2016-06-17 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-16 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #6838 from vjpai/trigger_happy | Jan Tattermusch | 2016-06-16 |
| |\ \ | | | | | | | | | Revert unneeded change in qps worker | ||
| * \ \ | Merge pull request #6858 from makdharma/issue5851 | Jan Tattermusch | 2016-06-16 |
| |\ \ \ | | | | | | | | | | | implement interval_us functionality | ||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-16 |
|\| | | | | |||
* | | | | | c++ client & server changes to bring code up to spec | David Garcia Quintas | 2016-06-16 |
| | | | | | |||
* | | | | | better test_case flag help formating | David Garcia Quintas | 2016-06-16 |
| | | | | | |||
| | | | * | Include <cinttypes> for PRIuPTR. Not clear why this is needed. | Vijay Pai | 2016-06-16 |
| | | | | | |||
| | | | * | Remove range-based for, comparisons to nullptr | Vijay Pai | 2016-06-16 |
| | | | | | |||
| | | | * | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | | * | clang-format | Vijay Pai | 2016-06-15 |
| | | | | | |||
| | | | * | De-lambda-ify | vjpai | 2016-06-15 |
| | | | | | |||
| | | | * | Deal with issues surrounding const members of classes used in | Vijay Pai | 2016-06-15 |
| | | | | | | | | | | | | | | | | | | | | containers | ||
| | | | * | Deal with to_string, proper usage of nullptr, and lack of map::emplace | Vijay Pai | 2016-06-15 |
| | | | | | |||
| | | | * | Got carried away with grpc:: | Vijay Pai | 2016-06-15 |
| | | | | | |||
| | | | * | Specify template parent explicitly | Vijay Pai | 2016-06-15 |
| | | | | | |||
| | | | * | Switch out a using with a typedef | Vijay Pai | 2016-06-15 |
| | | | | | |||
| | | | * | Enforce gcc-4.4 compatibility on test_credentials_provider by changing | Vijay Pai | 2016-06-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | a map to 2 vectors. Additional minor changes needed (e.g., override->GRPC_OVERRIDE, nullptr->grpc::nullptr) | ||
| * | | | | Merge pull request #6875 from y-zeng/log_check | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ | | | | | | | | | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad | ||
| * \ \ \ \ | Merge pull request #6438 from y-zeng/reflection_separate_lib | Jan Tattermusch | 2016-06-13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Proto server reflection | ||
| | | | | | * | Manual clang-format | vjpai | 2016-06-13 |
| | | | | | | | |||
| | | * | | | | Fix zookeeper_test | Yuchen Zeng | 2016-06-10 |
| | | | | | | | |||
| | | * | | | | Merge remote-tracking branch 'upstream/master' into log_format_check | Yuchen Zeng | 2016-06-10 |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | |||
| | | * | | | | Fix type mismatch for type_size | Yuchen Zeng | 2016-06-10 |
| | | | | | | | |||
| | | * | | | | Fix gpr_log format mismatches in c++ tests | Yuchen Zeng | 2016-06-10 |
| | | | | | | | |||
| | | | | | * | Switch server builder plugin API to something that will work with gcc4.4 | Vijay Pai | 2016-06-10 |
| | | | | | | | |||
| * | | | | | | Merge pull request #6822 from yang-g/empty_message_test | Jan Tattermusch | 2016-06-09 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | add a test with empty request | ||
| | | | * | | | implement interval_us functionality | Makarand Dharmapurikar | 2016-06-09 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Implemented ability to sleep before sending response as intended by the ResponseParameters proto. | ||
* | | | | | | Completed interop spec, as well as code for c++ | David Garcia Quintas | 2016-06-09 |
| | | | | | | |||
| * | | | | | Factor out json seriailzation code and move it into parse_json. | David Klempner | 2016-06-08 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | This is for the same reasons as ParseJson, that is so that we can limit the scope of the proto namespace differences between internal and external. | ||
* / | | | | Fixed wrong spec and reworked streaming compressed case | David Garcia Quintas | 2016-06-08 |
|/ / / / | |||
| | | * | I was trigger-happy with changes to qps_worker in the hope of improving | vjpai | 2016-06-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | stability. I believe that this change was unneeded and actually may hurt matters by holding a lock for too long. Partially undoes #5444 , particular commit e7042b5 | ||
* | | | | removed unused vble | David Garcia Quintas | 2016-06-07 |
| | | | | |||
* | | | | fixed silly typo | David Garcia Quintas | 2016-06-07 |
| | | | | |||
* | | | | disabled bogus checks for streaming compressed | David Garcia Quintas | 2016-06-07 |
| | | | | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-07 |
|\ \ \ \ | | |_|/ | |/| | | |||
* | | | | removed RANDOM and simplified req for compression | David Garcia Quintas | 2016-06-07 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into reflection_separate_lib | Yuchen Zeng | 2016-06-07 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | add a test with empty request | yang-g | 2016-06-07 |
| |/ / | |||
| * | | Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_call | Jan Tattermusch | 2016-06-07 |
| |\ \ | | | | | | | | | Let Next set ok=true when receiving error status | ||
| | | * | Add more comments, fix format issues | Yuchen Zeng | 2016-06-06 |
| | | | | |||
| | | * | Move reflection src/hdr to src/cpp/ext include/grpc++/ext | Yuchen Zeng | 2016-06-06 |
| | | | | |||
| | | * | Addressed reveiw comments about naming | Yuchen Zeng | 2016-06-06 |
| | | | | |||
| * | | | Spliting filegroup. | yang-g | 2016-06-03 |
| | | | |