Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Merge pull request #2921 from yang-g/unknown_service | Vijay Pai | 2015-08-13 |
|\ | | | | | Use a sync service to handle requests to unknown services | ||
* | | use proto3 syntax in c++ test protos | yang-g | 2015-08-13 |
| | | |||
| * | Use a sync service to handle requests to unknown services | yang-g | 2015-08-13 |
|/ | |||
* | Add a test | yang-g | 2015-07-30 |
| | |||
* | Merge pull request #2647 from vjpai/deepend | Yang Gao | 2015-07-24 |
|\ | | | | | Dynamic-sized thread pool | ||
* \ | Merge pull request #2605 from yang-g/fake_transport_security_to_private | jboeuf | 2015-07-24 |
|\ \ | | | | | | | Fake transport security to private | ||
| | * | Merge branch 'master' into deepend | Vijay Pai | 2015-07-24 |
| | |\ | |_|/ |/| | | |||
| | * | Start switching everything to dynamic pool | Vijay Pai | 2015-07-23 |
| | | | |||
* | | | Flow control fix | yang-g | 2015-07-22 |
| |/ |/| | |||
| * | move fake_transport_security_credentials to private API | yang-g | 2015-07-21 |
|/ | |||
* | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 |
|\ | |||
| * | Change name of thread_pool files to fixed_size_thread_pool when | vjpai | 2015-07-15 |
| | | | | | | | | appropriate | ||
| * | Make thread_pool.h a public header | Vijay Pai | 2015-07-15 |
| | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool | ||
* | | Update C++ impl | Craig Tiller | 2015-07-13 |
| | | |||
* | | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 |
|/ | |||
* | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-09 |
|\ | |||
| * | Support registering services against specific hosts | Craig Tiller | 2015-07-07 |
| | | |||
* | | add a test case in end2end_test | yang-g | 2015-07-06 |
|/ | |||
* | Changes introduced for passing hashed user id instead of access token | Siddharth Rakesh | 2015-06-30 |
| | |||
* | Added support for passing a tag with the test | Siddharth Rakesh | 2015-06-23 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc | Siddharth Rakesh | 2015-06-23 |
|\ | |||
| * | proper init const char * | yang-g | 2015-06-22 |
| | | |||
| * | Add const to ByteBuffer methods and add tests | Yang Gao | 2015-06-22 |
| | | |||
| * | Use a character literal instead of grpc::string | Craig Tiller | 2015-06-22 |
| | | |||
* | | Fixed hanging client declaration, server address can be passed now | Siddharth Rakesh | 2015-06-18 |
| | | |||
* | | commented | Siddharth Rakesh | 2015-06-17 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc | Siddharth Rakesh | 2015-06-17 |
|\| | |||
| * | One more thing... | Yang Gao | 2015-06-16 |
| | | |||
| * | merge with upstream | Yang Gao | 2015-06-16 |
| |\ | |||
| | * | Update the Status API | Yang Gao | 2015-06-16 |
| | | | |||
| * | | Support sending and showing received metadata in grpc_cli | Yang Gao | 2015-06-16 |
| |/ | |||
* | | updated configs sending | Siddharth Rakesh | 2015-06-10 |
| | | |||
* | | Newer version | Siddharth Rakesh | 2015-06-08 |
| | | |||
* | | QPS, latencies recorded with authentication | Siddharth Rakesh | 2015-06-04 |
|/ | |||
* | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring | David Garcia Quintas | 2015-05-22 |
|\ | |||
* | | Fixed typo | David Garcia Quintas | 2015-05-22 |
| | | |||
* | | Return shared_ptr by value plus minor dependency fix | David Garcia Quintas | 2015-05-20 |
| | | |||
* | | Improvements to reporting mechanism based on comments. | David Garcia Quintas | 2015-05-20 |
| | | | | | | | | Turned the reporter into a composite, much cleaner arch. | ||
* | | Simplified code based on comments and fixed build.json | David Garcia Quintas | 2015-05-20 |
| | | |||
* | | Added missing benchmark_config.* files | David Garcia Quintas | 2015-05-20 |
| | | |||
| * | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-19 |
| |\ | |/ |/| | | | | | | | Conflicts: Makefile build.json | ||
* | | resolve comments | Yang Gao | 2015-05-17 |
| | | |||
* | | Add fake credentials to the test and verify it actually works | Yang Gao | 2015-05-15 |
| | | |||
| * | clang-format | Craig Tiller | 2015-05-15 |
| | | |||
| * | Crash handling test | Craig Tiller | 2015-05-15 |
| | | |||
* | | support per call credentials in c++ | Yang Gao | 2015-05-14 |
|/ | |||
* | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\ | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
| * | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | Yang Gao | 2015-04-24 |
| | | | | | | | | the tests to init/shutdown free. | ||
* | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters |