aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Merge pull request #5307 from ctiller/hide-the-workerGravatar Vijay Pai2016-02-25
|\
* | SimultaneousReadWritesDone test was not observing the contract on theGravatar Vijay Pai2016-02-25
* | Fixing format and copyright.Gravatar Nicolas "Pixel" Noble2016-02-25
* | Merge pull request #5384 from ctiller/44Gravatar Vijay Pai2016-02-24
|\ \
* \ \ Merge pull request #5401 from daniel-j-born/test_credsGravatar Yang Gao2016-02-24
|\ \ \
| * | | Use standard include paths.Gravatar Dan Born2016-02-24
| | * | Merge github.com:grpc/grpc into 44Gravatar Craig Tiller2016-02-24
| | |\ \ | |_|/ / |/| | |
| * | | Initialize mutex to nullptr.Gravatar Dan Born2016-02-24
| * | | Injectable test credentials provider interface.Gravatar Dan Born2016-02-24
* | | | Timer->UsageTimer consistentlyGravatar vjpai2016-02-24
|/ / /
| * | Merge github.com:grpc/grpc into 44Gravatar Craig Tiller2016-02-24
| |\ \ | |/ / |/| |
* | | Merge pull request #5388 from vjpai/bourne_againGravatar Nicolas Noble2016-02-24
|\ \ \
* \ \ \ Merge pull request #5365 from ctiller/naming-crisisGravatar Nicolas Noble2016-02-24
|\ \ \ \
| | * | | BSD platforms (such as Mac) are likely to have /bin/sh refer to traditionalGravatar vjpai2016-02-24
| |/ / / |/| | |
| | | * Port pollset worker changes to windowsGravatar Craig Tiller2016-02-24
| | | * Merge github.com:grpc/grpc into hide-the-workerGravatar Craig Tiller2016-02-24
| | | |\ | |_|_|/ |/| | |
* | | | php: simplify installationGravatar Stanley Cheung2016-02-23
| * | | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-23
| |\ \ \ | |/ / / |/| | |
| | * | Test for a working -WshadowGravatar Craig Tiller2016-02-23
| | * | Ensure we can compile boringssl before trying: old compiler compatibilityGravatar Craig Tiller2016-02-23
* | | | Merge pull request #5321 from vjpai/openloopGravatar Vijay Pai2016-02-23
|\ \ \ \
* \ \ \ \ Merge pull request #5213 from ctiller/fix-proto-dockerGravatar David G. Quintas2016-02-23
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | Fix copyrightsGravatar Craig Tiller2016-02-23
* | | | | Merge pull request #5311 from vjpai/qaGravatar David G. Quintas2016-02-22
|\ \ \ \ \
| | | | * | clang-fmtGravatar Craig Tiller2016-02-22
| | * | | | Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-22
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | * | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-22
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | * | Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
| | | | |\ \
| | | | | | * Merge github.com:grpc/grpc into hide-the-workerGravatar Craig Tiller2016-02-22
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #5347 from yang-g/check_error_in_readGravatar Sree Kuchibhotla2016-02-22
|\ \ \ \ \ \ \
| | * | | | | | Make timeout instant as wellGravatar Vijay Pai2016-02-22
| | * | | | | | Merge branch 'master' into qaGravatar Vijay Pai2016-02-22
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #5257 from ctiller/cleaner-posixGravatar Vijay Pai2016-02-22
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | | | | * | | Merge branch 'master' into openloopGravatar Vijay Pai2016-02-22
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| | | * | | | | Merge branch 'master' into qaGravatar Vijay Pai2016-02-22
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| | | | | | * | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
* | | | | | | | Added option to echo back user agent for testingGravatar Makarand Dharmapurikar2016-02-22
* | | | | | | | rename census log files to avoid build breakage on MacOSGravatar Alistair Veitch2016-02-22
* | | | | | | | Merge pull request #5332 from yang-g/interop_echo_metadataGravatar David G. Quintas2016-02-22
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | copyright of courseGravatar yang-g2016-02-22
| | | * | | | | Discard the read buffer on stream errorGravatar yang-g2016-02-22
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #5258 from vjpai/poll_override2Gravatar Craig Tiller2016-02-21
|\ \ \ \ \ \ \
| | | * \ \ \ \ Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-21
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| | * | | | | | Add custom_metadata test caseGravatar yang-g2016-02-19
| |/ / / / / / |/| | | | | |
| | | | | * | Fix the slowdown factorGravatar Vijay Pai2016-02-19
| | | | | * | 1. Adjust tsan/asan/msan slowdowns according to documentationGravatar Vijay Pai2016-02-19
* | | | | | | move tls type name to .cc fileGravatar yang-g2016-02-19
* | | | | | | Add a helper to return all the secure typesGravatar yang-g2016-02-19
* | | | | | | Revert "make an enum"Gravatar yang-g2016-02-19
* | | | | | | make an enumGravatar yang-g2016-02-18