aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Provide an interface firewall between pollset and its implementationsGravatar Craig Tiller2016-02-19
* Fix toolsGravatar Craig Tiller2016-02-18
* Finish porting posixGravatar Craig Tiller2016-02-18
* Merge branch 'cleaner-posix' into hide-the-workerGravatar Craig Tiller2016-02-18
|\
| * Fix testGravatar Craig Tiller2016-02-18
* | Move worker into pollsetGravatar Craig Tiller2016-02-18
|/
* Fix tcp_client_posix_testGravatar Craig Tiller2016-02-18
* Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-18
|\
| * clang formatGravatar David Garcia Quintas2016-02-17
| * Fixed refactoring of grpc_arg pointer vtableGravatar David Garcia Quintas2016-02-17
| * Merge pull request #4859 from ctiller/sceqGravatar Sree Kuchibhotla2016-02-17
| |\
| * \ Merge pull request #5186 from yang-g/inherit_from_grpc_libraryGravatar Sree Kuchibhotla2016-02-17
| |\ \
| | | * Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-17
| | | |\
| * | | | Document variable namesGravatar Vijay Pai2016-02-17
| * | | | Use more variables for better explanationsGravatar Vijay Pai2016-02-17
| * | | | Use three different load-factors and document load-factor variableGravatar Vijay Pai2016-02-17
| * | | | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-16
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix copyrightGravatar vjpai2016-02-16
| * | | | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-16
| |\| | |
| | * | | Fix the arguments type for on_read and destroy callbacks to match with grpc_i...Gravatar Bogdan Drutu2016-02-16
| * | | | Merge branch 'master' into loadedGravatar Vijay Pai2016-02-16
| |\| | |
| | * | | Merge pull request #5201 from vjpai/alarm_openloopGravatar David G. Quintas2016-02-16
| | |\ \ \
| | * \ \ \ Merge pull request #5098 from a-veitch/base_logGravatar Bogdan Drutu2016-02-16
| | |\ \ \ \
* | | | | | | Separate timer checking from pollsetsGravatar Craig Tiller2016-02-16
| |/ / / / / |/| | | | |
| | | * | | Fix the timeoutGravatar Vijay Pai2016-02-13
| | | * | | Merge remote-tracking branch 'upstream/master' into alarm_openloopGravatar Vijay Pai2016-02-13
| | | * | | use timeouts with proper fixture multipliers rather than raw,Gravatar Vijay Pai2016-02-13
* | | | | | Merge remote-tracking branch 'google/release-0_13' into upmerge-from-0.13Gravatar Nicolas "Pixel" Noble2016-02-13
|\ \ \ \ \ \
| | | | * \ \ Merge branch 'master' into alarm_openloopGravatar Vijay Pai2016-02-12
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | * | | | | Add 70% load scenario for testing with open-loopGravatar Vijay Pai2016-02-12
| | * | | | | Merge branch 'alarm_openloop' into loadedGravatar Vijay Pai2016-02-12
| |/| | | | | |/| | |/ / / | | |/| | |
| | * | | | clang-formatGravatar Vijay Pai2016-02-12
| | * | | | Attack of the const police.Gravatar vjpai2016-02-12
| | | | * | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_libraryGravatar yang-g2016-02-12
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge github.com:grpc/grpc into bad_metadataGravatar Craig Tiller2016-02-12
|\ \ \ \ \ \
| | * | | | | Don't fail distrib test if a static server is runningGravatar murgatroid992016-02-12
| * | | | | | Merge pull request #5052 from ctiller/compressGravatar David G. Quintas2016-02-11
| |\ \ \ \ \ \
| * | | | | | | Revert "Proto API for LB request/responses"Gravatar Craig Tiller2016-02-11
| * | | | | | | Merge pull request #4038 from dgquintas/grpclb_apiGravatar Craig Tiller2016-02-11
| |\ \ \ \ \ \ \
| | | | | * \ \ \ Merge branch 'master' into alarm_openloopGravatar Vijay Pai2016-02-11
| | | | | |\ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | | | | | * | | c99 commentsGravatar Alistair Veitch2016-02-11
| * | | | | | | | Merge pull request #5193 from vjpai/alarm_modsGravatar Craig Tiller2016-02-11
| |\ \ \ \ \ \ \ \
| | | | | | * | | | Cleanup to make it work with clang buildGravatar Vijay Pai2016-02-11
| * | | | | | | | | Merge pull request #5205 from grpc/release-0_13Gravatar Craig Tiller2016-02-11
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | | | | | * | | merge to HEADGravatar Alistair Veitch2016-02-11
| | | | | | | |\ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | | | | * | | | | Merge github.com:grpc/grpc into compressGravatar Craig Tiller2016-02-11
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | | | | | * | | | Sanity (clang-format and copyright)Gravatar Vijay Pai2016-02-11
| | | | | | * | | | Simplify and properly implement openloop testing.Gravatar Vijay Pai2016-02-11
| | | | | | * | | | Merge branch 'alarm_mods' into alarm_openloopGravatar Vijay Pai2016-02-11
| | | | | | |\ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-02-11
| | | | |\ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |