Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-09-03 |
|\ | |||
* | | removed codegen/log.h | David Garcia Quintas | 2016-07-27 |
| | | |||
| * | Change API for next message size to allow a bool return value for failure | Vijay Pai | 2016-07-27 |
| | | | | | | | | cases. | ||
| * | Add NextMessageSize method to all readable streams as an upper-bound | vjpai | 2016-06-23 |
|/ | | | | | on the actual message size. Rename Size of FCUnary to NextMessageSize for consistency | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | 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 | ||
* | 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 | ||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | Mark a method with GRPC_OVERRIDE to avoid compiler warning | vjpai | 2015-11-02 |
| | | |||
* | | Fixing Cpp tests. | Julien Boeuf | 2015-10-12 |
|/ | |||
* | Removing pessimizing moves. | Nicolas "Pixel" Noble | 2015-09-02 |
| | | | | These have been reported by a (very recent) build of clang and its new -Wpessimizing-move option. | ||
* | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | implementation fix | yang-g | 2015-08-27 |
| | |||
* | 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 |
|/ | |||
* | Start switching everything to dynamic pool | Vijay Pai | 2015-07-23 |
| | |||
* | Merge pull request #2460 from vjpai/exposed_pool | Craig Tiller | 2015-07-16 |
|\ | | | | | Make thread_pool.h a public header | ||
| * | 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 | ||
* | | Added WriteOptions for per-message flags and modified CallOps to use it. | David Garcia Quintas | 2015-07-13 |
|/ | |||
* | Update the Status API | Yang Gao | 2015-06-16 |
| | |||
* | Merge github.com:grpc/grpc into the-churnening | Craig Tiller | 2015-05-08 |
| | |||
* | add a test using the mock interfaces | Yang Gao | 2015-05-05 |