aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-17
|\
* | clang-format changesGravatar Vijay Pai2016-06-17
| * Merge pull request #6838 from vjpai/trigger_happyGravatar Jan Tattermusch2016-06-16
| |\
| * \ Merge pull request #6858 from makdharma/issue5851Gravatar Jan Tattermusch2016-06-16
| |\ \
* | | | Include <cinttypes> for PRIuPTR. Not clear why this is needed.Gravatar Vijay Pai2016-06-16
* | | | Remove range-based for, comparisons to nullptrGravatar Vijay Pai2016-06-16
* | | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\| | |
* | | | clang-formatGravatar Vijay Pai2016-06-15
* | | | De-lambda-ifyGravatar vjpai2016-06-15
* | | | Deal with issues surrounding const members of classes used inGravatar Vijay Pai2016-06-15
* | | | Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15
* | | | Got carried away with grpc::Gravatar Vijay Pai2016-06-15
* | | | Specify template parent explicitlyGravatar Vijay Pai2016-06-15
* | | | Switch out a using with a typedefGravatar Vijay Pai2016-06-15
* | | | Enforce gcc-4.4 compatibility on test_credentials_provider by changingGravatar Vijay Pai2016-06-15
| * | | Merge pull request #6875 from y-zeng/log_checkGravatar Jan Tattermusch2016-06-14
| |\ \ \
| * \ \ \ Merge pull request #6572 from y-zeng/base64_decodeGravatar Jan Tattermusch2016-06-14
| |\ \ \ \
| * \ \ \ \ Merge pull request #6704 from yang-g/distribtestGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \
| | | | * | | Rename gpr_strpad as gpr_leftpadGravatar Yuchen Zeng2016-06-13
| | * | | | | minor fixesGravatar yang-g2016-06-13
* | | | | | | Set back to the default log function after using an overrideGravatar Vijay Pai2016-06-13
| * | | | | | Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \ \
* | | | | | | | Manual clang-formatGravatar vjpai2016-06-13
| | | * | | | | cloning from the local repoGravatar yang-g2016-06-13
| * | | | | | | Merge pull request #6867 from ctiller/blazing-fuzzGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \ \ \
| | | | | | * | | Fix zookeeper_testGravatar Yuchen Zeng2016-06-10
| | | | | | * | | Merge remote-tracking branch 'upstream/master' into log_format_checkGravatar Yuchen Zeng2016-06-10
| | | | | | |\ \ \
| | | | | | * | | | Fix type mismatch for type_sizeGravatar Yuchen Zeng2016-06-10
| | | | | | * | | | Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
| | | | | | * | | | Restricted the check to GUNCGravatar Yuchen Zeng2016-06-10
* | | | | | | | | | Switch server builder plugin API to something that will work with gcc4.4Gravatar Vijay Pai2016-06-10
| | | | | | * | | | Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| | * | | | | | | | Expand corpus, make one-shot runners not self-check leaks (to give ASAN a cha...Gravatar Craig Tiller2016-06-10
| | | |_|_|_|/ / / | | |/| | | | | |
| * / | | | | | | Fix fuzzing detected bugGravatar Craig Tiller2016-06-10
| |/ / / / / / /
| * | | | | | | Merge pull request #6822 from yang-g/empty_message_testGravatar Jan Tattermusch2016-06-09
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #6804 from ctiller/plugin_advertisementGravatar Jan Tattermusch2016-06-09
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #6753 from ctiller/fuzz-meGravatar Jan Tattermusch2016-06-09
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | | | | | | | * | implement interval_us functionalityGravatar Makarand Dharmapurikar2016-06-09
| | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | * | Merge remote-tracking branch 'upstream/master' into base64_decodeGravatar Yuchen Zeng2016-06-09
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #6610 from xyzzyz/external_fd_freshGravatar Jan Tattermusch2016-06-08
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #6779 from dgquintas/rr_docsGravatar Jan Tattermusch2016-06-08
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #6833 from rjshade/sockoptsGravatar Jan Tattermusch2016-06-08
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ Merge remote-tracking branch 'upstream/master' into base64_decodeGravatar Yuchen Zeng2016-06-08
| | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Factor out json seriailzation code and move it into parse_json.Gravatar David Klempner2016-06-08
|/ / / / / / / / / / / /
| | | | | | | | | | | * I was trigger-happy with changes to qps_worker in the hope of improvingGravatar vjpai2016-06-08
| | | * | | | | | | | | clang-format codeGravatar Craig Tiller2016-06-08
| | | | | * | | | | | | Merge github.com:grpc/grpc into fuzz-meGravatar Craig Tiller2016-06-08
| | | | | |\ \ \ \ \ \ \ | | | | | | | |_|_|_|_|/ | | | | | | |/| | | | |
| * | | | | | | | | | | Adds include for socket utils.Gravatar Robbie Shade2016-06-08
| * | | | | | | | | | | Adds functions to set snd/rcv socket buffer sizes.Gravatar Robbie Shade2016-06-08
| | |_|_|_|/ / / / / / | |/| | | | | | | | |