Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into health | yang-g | 2017-02-17 |
|\ | |||
* | | Remove async | yang-g | 2017-02-07 |
| | | |||
| * | Add a PreServerStart in global server callbacks | yang-g | 2017-02-07 |
| | | |||
* | | WIP | yang-g | 2016-12-29 |
| | | |||
* | | async first take | yang-g | 2016-12-29 |
| | | |||
* | | sync test pass | yang-g | 2016-12-27 |
| | | |||
* | | more | yang-g | 2016-12-27 |
| | | |||
* | | default service | yang-g | 2016-12-27 |
|/ | |||
* | Deprecate grpc::thread and sync in favor of std::thread,mutex,etc | Vijay Pai | 2016-11-01 |
| | |||
* | clang-format | Vijay Pai | 2016-11-01 |
| | |||
* | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | |||
* | clang format issues | Sree Kuchibhotla | 2016-10-24 |
| | |||
* | Move thread_manager.h header from server.h to server_cc.cc | Sree Kuchibhotla | 2016-10-24 |
| | |||
* | Rename sync_methods_ to sync_requests_ | Sree Kuchibhotla | 2016-10-19 |
| | |||
* | Address code review comments | Sree Kuchibhotla | 2016-10-18 |
| | |||
* | reorder params in Server | Sree Kuchibhotla | 2016-10-18 |
| | |||
* | Fix include files | Sree Kuchibhotla | 2016-10-13 |
| | |||
* | Rename GrpcRpcManager -> ThreadManager | Sree Kuchibhotla | 2016-10-13 |
| | |||
* | Cleanup server_cc.cc | Sree Kuchibhotla | 2016-10-03 |
| | |||
* | Make settings configurable | Sree Kuchibhotla | 2016-09-27 |
| | |||
* | fix shutdown crash | Sree Kuchibhotla | 2016-09-26 |
| | |||
* | Merge branch 'master' into rpc_mgr | Sree Kuchibhotla | 2016-09-21 |
|\ | |||
* | | More fixes | Sree Kuchibhotla | 2016-09-21 |
| | | |||
* | | One RPCMgr instance per CQ | Sree Kuchibhotla | 2016-09-21 |
| | | |||
| * | Allow setting max send message size via C++ ServerBuilder API. | Mark D. Roth | 2016-09-06 |
| | | |||
* | | some refactoring | Sree Kuchibhotla | 2016-08-22 |
| | | |||
* | | More changes | Sree Kuchibhotla | 2016-07-19 |
|/ | |||
* | prevent spurious wake up and unstarted/already shutdown server | yang-g | 2016-07-14 |
| | |||
* | Make Server::Wait work for async only server. | yang-g | 2016-07-11 |
| | |||
* | Add C++ support for using external FD | Adam Michalik | 2016-06-07 |
| | |||
* | Server builder plugin | Yuchen Zeng | 2016-04-29 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | docstrings | David Garcia Quintas | 2016-03-08 |
| | |||
* | Add a way to override channel arguments for server creation | yang-g | 2016-02-17 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-27 |
|\ | |||
* | | After GrpcLibrary refactoring. Compiles and passes. WIP still | David Garcia Quintas | 2016-01-27 |
| | | |||
| * | Fix copyrights | Craig Tiller | 2016-01-27 |
| | | |||
| * | Alternative ownership for global callbacks | Craig Tiller | 2016-01-26 |
| | | |||
* | | clang-format | David Garcia Quintas | 2016-01-20 |
| | | |||
* | | Merge branch 'proto_interfaces' into yang-g-sync_async_mix | David Garcia Quintas | 2016-01-19 |
|\ \ | |||
| * | | override -> GRPC_OVERRIDE | David Garcia Quintas | 2016-01-19 |
| | | | |||
| * | | Introduced ServerInterface | David Garcia Quintas | 2016-01-15 |
| |/ | |||
* | | fix copyright | yang-g | 2016-01-15 |
| | | |||
* | | Add generic support | yang-g | 2016-01-15 |
| | | |||
* | | Exploratory refactoring for mixed sync/async methods on the same C++ service | Craig Tiller | 2016-01-07 |
|/ | |||
* | Merge pull request #4207 from yang-g/server_builder_options | Craig Tiller | 2015-12-03 |
|\ | | | | | Server builder options | ||
* | | Review feedback | Craig Tiller | 2015-12-02 |
| | | |||
| * | add server_builder_option | yang-g | 2015-11-25 |
| | | |||
* | | Global hook for doing something in response to a synchronous server call | Craig Tiller | 2015-11-24 |
|/ | |||
* | Add clang-format to sanity | Craig Tiller | 2015-09-24 |
| |