Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clang format and fix copyrights | murgatroid99 | 2016-02-05 |
| | |||
* | Replace 'long' with 'int64_t' in public core headers | murgatroid99 | 2016-02-05 |
| | |||
* | Further work. Compiles. WIP | David Garcia Quintas | 2016-01-25 |
| | |||
* | updated copyrights | David Garcia Quintas | 2016-01-20 |
| | |||
* | Merge branch 'proto_interfaces' into yang-g-sync_async_mix | David Garcia Quintas | 2016-01-19 |
|\ | |||
| * | regenerated projects | David Garcia Quintas | 2016-01-19 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into sync_async_mix | yang-g | 2016-01-15 |
|\| | |||
* | | move utilities to a separate file | yang-g | 2016-01-15 |
| | | |||
| * | Updated copyrights... | David Garcia Quintas | 2016-01-15 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into check_newlines | David Garcia Quintas | 2016-01-15 |
| |\ | |/ |/| | |||
| * | Added sanity check for trailing newlines | David Garcia Quintas | 2016-01-14 |
| | | |||
* | | Added back trailing newlines | David Garcia Quintas | 2016-01-14 |
| | | |||
* | | Fix copyrights again | murgatroid99 | 2016-01-14 |
|/ | |||
* | FormatCode | Sree Kuchibhotla | 2016-01-13 |
| | |||
* | Rename TestService to EchoTestService to prevent name-conflict with | Sree Kuchibhotla | 2016-01-13 |
| | | | | 'TestService' in test.proto | ||
* | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-06 |
|\ | |||
* \ | Merge branch 'yawn' into proto_names | Craig Tiller | 2015-12-22 |
|\ \ | |||
| | * | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| |/ | |||
| * | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 |
| | | |||
* | | Fix method name | Craig Tiller | 2015-12-17 |
| | | |||
* | | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-12-17 |
|/ | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies | ||
* | Address code review comments | Sree Kuchibhotla | 2015-11-19 |
| | |||
* | Address code review comments | Sree Kuchibhotla | 2015-11-19 |
| | |||
* | Merge branch 'master' into stress_tests_metrics | Sree Kuchibhotla | 2015-11-19 |
|\ | |||
* | | Address code review comments | Sree Kuchibhotla | 2015-11-16 |
| | | |||
* | | Fix typo in my previous commit. %s/guage/gauge/g | Sree Kuchibhotla | 2015-11-03 |
| | | |||
* | | Make number of stubs per channel configurable and expose metrics from | Sree Kuchibhotla | 2015-11-03 |
| | | | | | | | | client | ||
| * | Fixing Cpp tests. | Julien Boeuf | 2015-10-12 |
|/ | |||
* | 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 |
|/ |