aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Expand)AuthorAge
...
| | | * | | | | | Re-enable all the testsGravatar Craig Tiller2015-08-03
| * | | | | | | | fix generic_end2end_testGravatar yang-g2015-07-31
| |/ / / / / / /
| | * | | | | | Line up starting timesGravatar Craig Tiller2015-07-31
| | | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-07-31
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | Add zookeeper end-to-end testGravatar Hongwei Wang2015-07-31
* | | | | | | | merge with head and resolve conflictsGravatar yang-g2015-07-31
|\| | | | | | |
| | * | | | | | add a test where a read and a writesdone happen at the same timeGravatar yang-g2015-07-31
| |/ / / / / /
| | | | * | | Eliminate use of this_thread::sleep_untilGravatar Vijay Pai2015-07-31
| | | | * | | Eliminate lambda used as CV predicateGravatar Vijay Pai2015-07-31
| | | | * | | Eliminate user of lambda in server definitionGravatar Vijay Pai2015-07-31
| | | | * | | Eliminate use of lambdas in ResourceUsage processing functions...Gravatar Vijay Pai2015-07-31
| | | | * | | clang-formatGravatar Vijay Pai2015-07-31
| | | * | | | Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into complain-with...Gravatar Craig Tiller2015-07-31
| | |/| | | | | |/| | | | |
| | | | * | | Remove lambdas from state machine functionsGravatar vjpai2015-07-31
| | | | * | | Switch a push_back to emplace_back to avoid being interpretedGravatar vjpai2015-07-31
| | | | * | | Remove lambda from client definitionGravatar vjpai2015-07-31
| | | | * | | Merge branch 'master' into asklipionGravatar vjpai2015-07-31
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | merge with headGravatar yang-g2015-07-30
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | remove bracesGravatar yang-g2015-07-30
* | | | | | | merge with headGravatar yang-g2015-07-30
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Add a testGravatar yang-g2015-07-30
| | | * | | | notify inside lockGravatar yang-g2015-07-30
| | * | | | | Tune down number of channels for qps_testGravatar Craig Tiller2015-07-30
| |/ / / / /
| | * | | | merge with upstreamGravatar yang-g2015-07-28
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | | | * | Remove use of C++11 randomization enginesGravatar vjpai2015-07-27
| |_|_|/ / |/| | | |
| | * | | Support two clients calling start simultaneouslyGravatar yang-g2015-07-27
| * | | | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-26
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #2655 from vjpai/expecteqGravatar Yang Gao2015-07-24
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #2662 from vjpai/the_isolation_of_nullptrGravatar Yang Gao2015-07-24
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
|\ \ \ \ \ \ \ \
| | * | | | | | | Isolate nullptr to grpc namespace when we must define it ourselvesGravatar Vijay Pai2015-07-25
| |/ / / / / / / |/| | | | | | |
| | | | | * | | Add reconnect interop test client and serverGravatar yang-g2015-07-24
| | | | |/ / /
| | * | / / / Switch an int to size_t or else it fails on MacGravatar vjpai2015-07-24
| |/ / / / / |/| | | | |
| | * | | | Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | * | | | Start off with zero reserve threads to make sure that that case worksGravatar Vijay Pai2015-07-23
| | * | | | Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
* | | | | | Merge github.com:grpc/grpc into virtuous-velvit-velociraptorGravatar Craig Tiller2015-07-23
|\ \ \ \ \ \
| | | * | | | Add dynamic thread pool and initial port of testGravatar vjpai2015-07-23
| * | | | | | Merge pull request #2617 from jboeuf/jwt_creds_renamingGravatar Yang Gao2015-07-23
| |\ \ \ \ \ \
| | | | | * | | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-23
| | | | |/| | | | | |_|_|/ / / | |/| | | | |
| | | | | | * wip for accept-encoding into testsGravatar David Garcia Quintas2015-07-23
| | | | | | * Merge branch 'compression-accept-encoding' into compression-interopGravatar David Garcia Quintas2015-07-23
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
* / | | | | | Flow control fixGravatar yang-g2015-07-22
|/ / / / / /
* | | | | | Merge pull request #2571 from vjpai/cent6-issuesGravatar Yang Gao2015-07-22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| | * | | | Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-07-22
| |/ / / / |/| | | |
| | | | * Merge branch 'master' into compression-interopGravatar David Garcia Quintas2015-07-22
| | | | |\ | |_|_|_|/ |/| | | |
| | | | * Updated interop tests with support for compression.Gravatar David Garcia Quintas2015-07-22
| | * | | merge head and resolve conflictGravatar yang-g2015-07-22
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21