Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|\ | |||
| * | Merge pull request #6352 from ctiller/error | Jan Tattermusch | 2016-06-17 |
| |\ | | | | | | | Unifying error handling within core | ||
| * \ | Merge pull request #6863 from vjpai/wheezy | Jan Tattermusch | 2016-06-17 |
| |\ \ | | | | | | | | | Make C++ compile and run under gcc-4.4 | ||
* | | | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-17 |
|\| | | | |||
| * | | | Merge pull request #6911 from ctiller/idempotent_endpoint_shutdown | Jan Tattermusch | 2016-06-17 |
| |\ \ \ | | | | | | | | | | | Idempotent endpoint shutdown | ||
* | | | | | updated stress test with new tests cases | David Garcia Quintas | 2016-06-17 |
| | | | | | |||
| | | * | | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-17 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | | | * | Merge github.com:grpc/grpc into error | Craig Tiller | 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 |
| | | | | | | | |||
| | | | | | * | Merge branch 'idempotent_endpoint_shutdown' into error | Craig Tiller | 2016-06-15 |
| | | | | | |\ | | | | | |_|/ | | | | |/| | | |||
| | | | * | | | clang-format code | Craig Tiller | 2016-06-15 |
| | | | | | | | |||
| | | | * | | | Fix windows tests for idempotent shutdown | Craig Tiller | 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 branch 'idempotent_endpoint_shutdown' of github.com:ctiller/grpc into ↵ | Craig Tiller | 2016-06-15 |
| | | | | | |\ | | | | | |_|/ | | | | |/| | | | | | | | | | handshake_timeout | ||
| | | | * | | | Add a byte to avert a crash (which should be investigated sometime) | Craig Tiller | 2016-06-15 |
| | | | | | | | |||
| | | | | | * | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
| | | | | | |\ | | | | | |_|/ | | | | |/| | | |||
| | | | * | | | Make {endpoint,fd}_shutdown idempotent | Craig Tiller | 2016-06-15 |
| | | | | | | | |||
| | | | * | | | Add a test for multiple endpoint shutdowns | Craig Tiller | 2016-06-15 |
| | |_|/ / / | |/| | | | | |||
| * | | | | | 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 #6572 from y-zeng/base64_decode | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add base64 decoder | ||
| | | | | | | * | Fix merge error | Craig Tiller | 2016-06-14 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #6704 from yang-g/distribtest | Jan Tattermusch | 2016-06-13 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add distrib test utilities for c++ | ||
| | | | * | | | | | Rename gpr_strpad as gpr_leftpad | Yuchen Zeng | 2016-06-13 |
| | | | | | | | | | |||
| | * | | | | | | | minor fixes | yang-g | 2016-06-13 |
| | | | | | | | | | |||
| | | | | | | * | | Set back to the default log function after using an override | Vijay Pai | 2016-06-13 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #6438 from y-zeng/reflection_separate_lib | Jan Tattermusch | 2016-06-13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Proto server reflection | ||
| | | | | | | | | * | Merge branch 'error' of github.com:ctiller/grpc into error | Craig Tiller | 2016-06-13 |
| | | | | | | | | |\ | |||
| | | | | | | | | | * | Merge branch 'error' of https://github.com/ctiller/grpc into error | Craig Tiller | 2016-06-13 |
| | | | | | | | | | |\ | |||
| | | | | | | | | * | | | Finish merge | Craig Tiller | 2016-06-13 |
| | | | | | | | | | | | | |||
| | | | | | | | | * | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-13 |
| | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |||
| | | | | | | | | * | | | Revert accidental change | Craig Tiller | 2016-06-13 |
| | | | | | | | | | | | | |||
| | | | | | | | * | | | | Manual clang-format | vjpai | 2016-06-13 |
| | | | | | | | | | | | |