aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
Commit message (Collapse)AuthorAge
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Merge pull request #2921 from yang-g/unknown_serviceGravatar Vijay Pai2015-08-13
|\ | | | | Use a sync service to handle requests to unknown services
* | use proto3 syntax in c++ test protosGravatar yang-g2015-08-13
| |
| * Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
|/
* Add a testGravatar yang-g2015-07-30
|
* Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
|\ | | | | Dynamic-sized thread pool
* \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
|\ \ | | | | | | Fake transport security to private
| | * Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | |\ | |_|/ |/| |
| | * Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
| | |
* | | Flow control fixGravatar yang-g2015-07-22
| |/ |/|
| * move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
|/
* Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\
| * Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | appropriate
| * Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* | Update C++ implGravatar Craig Tiller2015-07-13
| |
* | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|/
* Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
|\
| * Support registering services against specific hostsGravatar Craig Tiller2015-07-07
| |
* | add a test case in end2end_testGravatar yang-g2015-07-06
|/
* Changes introduced for passing hashed user id instead of access tokenGravatar Siddharth Rakesh2015-06-30
|
* Added support for passing a tag with the testGravatar Siddharth Rakesh2015-06-23
|
* Merge branch 'master' of https://github.com/grpc/grpcGravatar Siddharth Rakesh2015-06-23
|\
| * proper init const char *Gravatar yang-g2015-06-22
| |
| * Add const to ByteBuffer methods and add testsGravatar Yang Gao2015-06-22
| |
| * Use a character literal instead of grpc::stringGravatar Craig Tiller2015-06-22
| |
* | Fixed hanging client declaration, server address can be passed nowGravatar Siddharth Rakesh2015-06-18
| |
* | commentedGravatar Siddharth Rakesh2015-06-17
| |
* | Merge branch 'master' of https://github.com/grpc/grpcGravatar Siddharth Rakesh2015-06-17
|\|
| * One more thing...Gravatar Yang Gao2015-06-16
| |
| * merge with upstreamGravatar Yang Gao2015-06-16
| |\
| | * Update the Status APIGravatar Yang Gao2015-06-16
| | |
| * | Support sending and showing received metadata in grpc_cliGravatar Yang Gao2015-06-16
| |/
* | updated configs sendingGravatar Siddharth Rakesh2015-06-10
| |
* | Newer versionGravatar Siddharth Rakesh2015-06-08
| |
* | QPS, latencies recorded with authenticationGravatar Siddharth Rakesh2015-06-04
|/
* Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-22
|\
* | Fixed typoGravatar David Garcia Quintas2015-05-22
| |
* | Return shared_ptr by value plus minor dependency fixGravatar David Garcia Quintas2015-05-20
| |
* | Improvements to reporting mechanism based on comments.Gravatar David Garcia Quintas2015-05-20
| | | | | | | | Turned the reporter into a composite, much cleaner arch.
* | Simplified code based on comments and fixed build.jsonGravatar David Garcia Quintas2015-05-20
| |
* | Added missing benchmark_config.* filesGravatar David Garcia Quintas2015-05-20
| |
| * Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-19
| |\ | |/ |/| | | | | | | Conflicts: Makefile build.json
* | resolve commentsGravatar Yang Gao2015-05-17
| |
* | Add fake credentials to the test and verify it actually worksGravatar Yang Gao2015-05-15
| |
| * clang-formatGravatar Craig Tiller2015-05-15
| |
| * Crash handling testGravatar Craig Tiller2015-05-15
| |
* | support per call credentials in c++Gravatar Yang Gao2015-05-14
|/
* Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\ | | | | | | | | Conflicts: include/grpc++/completion_queue.h
| * Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | | | | | the tests to init/shutdown free.
* | Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\| | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters