Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix clang-format script | Craig Tiller | 2015-09-28 |
| | |||
* | Removing pessimizing moves. | Nicolas "Pixel" Noble | 2015-09-03 |
| | | | | Pass #2. | ||
* | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
|\ | |||
* | | Adding C++ metadata processor. | Julien Boeuf | 2015-08-28 |
| | | | | | | | | | | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow). | ||
| * | Merge pull request #3104 from yang-g/create_channel | Craig Tiller | 2015-08-27 |
|/| | | | | | Create channel API change | ||
| * | implementation fix | yang-g | 2015-08-27 |
| | | |||
* | | minor fixes | yang-g | 2015-08-26 |
|/ | |||
* | impl | yang-g | 2015-08-25 |
| | |||
* | Make certain constants unsigned to please compiler on Mac | vjpai | 2015-08-25 |
| | |||
* | Fixing tests. | Julien Boeuf | 2015-08-25 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref | Julien Boeuf | 2015-08-24 |
|\ | |||
* | | Adding grpc::string_ref class. | Julien Boeuf | 2015-08-24 |
| | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies. | ||
| * | merge with head | yang-g | 2015-08-24 |
| |\ | |||
| | * | Eliminate public thread-pool interface | Vijay Pai | 2015-08-24 |
| | | | |||
| * | | headers reorg | yang-g | 2015-08-21 |
| | | | |||
| * | | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| |/ | |||
| * | 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 |
| |/ |