Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #5293 from dgquintas/alarm_cpp | Vijay Pai | 2016-02-25 |
|\ | | | | | Made Alarm's constructor a template for deadline | ||
* \ | Merge pull request #5307 from ctiller/hide-the-worker | Vijay Pai | 2016-02-25 |
|\ \ | | | | | | | Change pollset_work signature to allow moving grpc_pollset_worker to implementation | ||
* | | | SimultaneousReadWritesDone test was not observing the contract on the | Vijay Pai | 2016-02-25 |
| | | | | | | | | | | | | | | | | | | streaming API. In particular, Finish should not be called until the client is sure that there is no more message to be read (as documented in the comments for ClientStreamingInterface::Finish) | ||
* | | | Fixing format and copyright. | Nicolas "Pixel" Noble | 2016-02-25 |
| | | | |||
* | | | Merge pull request #5384 from ctiller/44 | Vijay Pai | 2016-02-24 |
|\ \ \ | | | | | | | | | Fixes for gcc4.4 | ||
* \ \ \ | Merge pull request #5401 from daniel-j-born/test_creds | Yang Gao | 2016-02-24 |
|\ \ \ \ | | | | | | | | | | | Injectable test credentials provider interface. | ||
| * | | | | Use standard include paths. | Dan Born | 2016-02-24 |
| | | | | | |||
| | * | | | Merge github.com:grpc/grpc into 44 | Craig Tiller | 2016-02-24 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| * | | | | Initialize mutex to nullptr. | Dan Born | 2016-02-24 |
| | | | | | |||
| * | | | | Injectable test credentials provider interface. | Dan Born | 2016-02-24 |
| | | | | | |||
* | | | | | Timer->UsageTimer consistently | vjpai | 2016-02-24 |
|/ / / / | |||
| * | | | Merge github.com:grpc/grpc into 44 | Craig Tiller | 2016-02-24 |
| |\ \ \ | |/ / / |/| | | | |||
* | | | | Merge pull request #5388 from vjpai/bourne_again | Nicolas Noble | 2016-02-24 |
|\ \ \ \ | | | | | | | | | | | Use traditional Bourne shell syntax for piping stdout and stderr | ||
* \ \ \ \ | Merge pull request #5365 from ctiller/naming-crisis | Nicolas Noble | 2016-02-24 |
|\ \ \ \ \ | | | | | | | | | | | | | Add a sanity test to ensure that name aliasing rules are obeyed | ||
| | * | | | | BSD platforms (such as Mac) are likely to have /bin/sh refer to traditional | vjpai | 2016-02-24 |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | Bourne shell syntax, not Bash syntax. Change "|&" to "2>&1 |" since that's the traditional way to redirect stdout and stderr to a pipe | ||
| | | * | | Port pollset worker changes to windows | Craig Tiller | 2016-02-24 |
| | | | | | |||
| | | * | | Merge github.com:grpc/grpc into hide-the-worker | Craig Tiller | 2016-02-24 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
* | | | | | php: simplify installation | Stanley Cheung | 2016-02-23 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2016-02-23 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
| | * | | | Test for a working -Wshadow | Craig Tiller | 2016-02-23 |
| | | | | | |||
| | * | | | Ensure we can compile boringssl before trying: old compiler compatibility | Craig Tiller | 2016-02-23 |
| | | | | | | | | | | | | | | | | | | | | Allow compiling with openssl | ||
* | | | | | Merge pull request #5321 from vjpai/openloop | Vijay Pai | 2016-02-23 |
|\ \ \ \ \ | | | | | | | | | | | | | TSAN/ASAN timeout and QPS rate adjustments | ||
* \ \ \ \ \ | Merge pull request #5213 from ctiller/fix-proto-docker | David G. Quintas | 2016-02-23 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Proto API for LB request/responses (redux) | ||
| | | | | * | clang format | David Garcia Quintas | 2016-02-23 |
| | | | | | | |||
| | | * | | | Fix copyrights | Craig Tiller | 2016-02-23 |
| | | | | | | |||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into alarm_cpp | David Garcia Quintas | 2016-02-22 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
* | | | | | | Merge pull request #5311 from vjpai/qa | David G. Quintas | 2016-02-22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add a test for immediate and historic alarms | ||
| | | | * | | | clang-fmt | Craig Tiller | 2016-02-22 |
| | | | | | | | |||
| | * | | | | | Merge github.com:grpc/grpc into fix-proto-docker | Craig Tiller | 2016-02-22 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| | | | * | | | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2016-02-22 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| | | | * | | | Regenerate files, fix bugs | Craig Tiller | 2016-02-22 |
| | | | |\ \ \ | |||
| | | | | | * \ | Merge github.com:grpc/grpc into hide-the-worker | Craig Tiller | 2016-02-22 |
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||
| | | | | | | * | PR comments addressed | David Garcia Quintas | 2016-02-22 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #5347 from yang-g/check_error_in_read | Sree Kuchibhotla | 2016-02-22 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Discard the read buffer on stream error | ||
| | * | | | | | | Make timeout instant as well | Vijay Pai | 2016-02-22 |
| | | | | | | | | |||
| | * | | | | | | Merge branch 'master' into qa | Vijay Pai | 2016-02-22 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #5257 from ctiller/cleaner-posix | Vijay Pai | 2016-02-22 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Separate timer checking from pollsets | ||
| | | | | * | | | Merge branch 'master' into openloop | Vijay Pai | 2016-02-22 |
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||
| | | * | | | | | Merge branch 'master' into qa | Vijay Pai | 2016-02-22 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
| | | | | | * | | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 |
| | | | | | | | | |||
* | | | | | | | | Added option to echo back user agent for testing | Makarand Dharmapurikar | 2016-02-22 |
| | | | | | | | | |||
* | | | | | | | | rename census log files to avoid build breakage on MacOS | Alistair Veitch | 2016-02-22 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #5332 from yang-g/interop_echo_metadata | David G. Quintas | 2016-02-22 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Add custom_metadata test case | ||
| * | | | | | | | copyright of course | yang-g | 2016-02-22 |
| | | | | | | | | |||
| | | * | | | | | Discard the read buffer on stream error | yang-g | 2016-02-22 |
| |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #5258 from vjpai/poll_override2 | Craig Tiller | 2016-02-21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Avoid a race when overriding default poll function | ||
| | | * \ \ \ \ | Merge github.com:grpc/grpc into cleaner-posix | Craig Tiller | 2016-02-21 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
| | * | | | | | | Add custom_metadata test case | yang-g | 2016-02-19 |
| |/ / / / / / |/| | | | | | | |||
| | | | | * | | Fix the slowdown factor | Vijay Pai | 2016-02-19 |
| | | | | | | | |||
| | | | | * | | 1. Adjust tsan/asan/msan slowdowns according to documentation | Vijay Pai | 2016-02-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tsan documentation says 2-20x, so set it at 20x asan documentation says 1.2-2.7x, so set it at 3x msan documentation says 2-4x, so set it at 4x This is now much less optimistic than before 2. Reactive tsan tests for qps_test 3. Set CPU load for qps_openloop_test 4. Divide qps_openloop_test Poisson rate by the slowdown factor of the configuration |