Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyrights | 2016-03-31 | |
| | |||
* | Added back trailing newlines | 2016-01-14 | |
| | |||
* | Fix copyrights again | 2016-01-14 | |
| | |||
* | FormatCode | 2016-01-13 | |
| | |||
* | Rename TestService to EchoTestService to prevent name-conflict with | 2016-01-13 | |
| | | | | 'TestService' in test.proto | ||
* | Consolidate C++ proto files under src/proto | 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 | 2015-11-17 | |
|\ | |||
| * | Mark a method with GRPC_OVERRIDE to avoid compiler warning | 2015-11-02 | |
| | | |||
* | | Fixing Cpp tests. | 2015-10-12 | |
|/ | |||
* | Removing pessimizing moves. | 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. | 2015-08-30 | |
| | |||
* | Shuffling headers around. | 2015-08-28 | |
| | |||
* | implementation fix | 2015-08-27 | |
| | |||
* | merge with head | 2015-08-24 | |
|\ | |||
| * | Eliminate public thread-pool interface | 2015-08-24 | |
| | | |||
* | | headers reorg | 2015-08-21 | |
| | | |||
* | | Remove ChannelInterface and replace it with Channel | 2015-08-19 | |
|/ | |||
* | Start switching everything to dynamic pool | 2015-07-23 | |
| | |||
* | Merge pull request #2460 from vjpai/exposed_pool | 2015-07-16 | |
|\ | | | | | Make thread_pool.h a public header | ||
| * | Change name of thread_pool files to fixed_size_thread_pool when | 2015-07-15 | |
| | | | | | | | | appropriate | ||
| * | Make thread_pool.h a public header | 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. | 2015-07-13 | |
|/ | |||
* | Update the Status API | 2015-06-16 | |
| | |||
* | Merge github.com:grpc/grpc into the-churnening | 2015-05-08 | |
| | |||
* | add a test using the mock interfaces | 2015-05-05 | |