aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
Commit message (Expand)AuthorAge
* Merge pull request #10663 from yang-g/globalcallbackGravatar Yang Gao2017-04-17
|\
| * Update ServerGlobalCallback::AddPort apiGravatar yang-g2017-04-14
* | update commentsGravatar Craig Tiller2017-04-13
* | Threading robustnessGravatar Craig Tiller2017-04-11
|/
* Add ports to global server callback.Gravatar yang-g2017-03-31
* Merge branch 'master' into healthGravatar yang-g2017-02-17
|\
* | Remove asyncGravatar yang-g2017-02-07
| * Add a PreServerStart in global server callbacksGravatar yang-g2017-02-07
* | WIPGravatar yang-g2016-12-29
* | async first takeGravatar yang-g2016-12-29
* | sync test passGravatar yang-g2016-12-27
* | moreGravatar yang-g2016-12-27
* | default serviceGravatar yang-g2016-12-27
|/
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* clang-formatGravatar Vijay Pai2016-11-01
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* clang format issuesGravatar Sree Kuchibhotla2016-10-24
* Move thread_manager.h header from server.h to server_cc.ccGravatar Sree Kuchibhotla2016-10-24
* Rename sync_methods_ to sync_requests_Gravatar Sree Kuchibhotla2016-10-19
* Address code review commentsGravatar Sree Kuchibhotla2016-10-18
* reorder params in ServerGravatar Sree Kuchibhotla2016-10-18
* Fix include filesGravatar Sree Kuchibhotla2016-10-13
* Rename GrpcRpcManager -> ThreadManagerGravatar Sree Kuchibhotla2016-10-13
* Cleanup server_cc.ccGravatar Sree Kuchibhotla2016-10-03
* Make settings configurableGravatar Sree Kuchibhotla2016-09-27
* fix shutdown crashGravatar Sree Kuchibhotla2016-09-26
* Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-09-21
|\
* | More fixesGravatar Sree Kuchibhotla2016-09-21
* | One RPCMgr instance per CQGravatar Sree Kuchibhotla2016-09-21
| * Allow setting max send message size via C++ ServerBuilder API.Gravatar Mark D. Roth2016-09-06
* | some refactoringGravatar Sree Kuchibhotla2016-08-22
* | More changesGravatar Sree Kuchibhotla2016-07-19
|/
* prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
* Make Server::Wait work for async only server.Gravatar yang-g2016-07-11
* Add C++ support for using external FDGravatar Adam Michalik2016-06-07
* Server builder pluginGravatar Yuchen Zeng2016-04-29
* Update copyrightsGravatar Craig Tiller2016-03-31
* docstringsGravatar David Garcia Quintas2016-03-08
* Add a way to override channel arguments for server creationGravatar yang-g2016-02-17
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\
* | After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
| * Fix copyrightsGravatar Craig Tiller2016-01-27
| * Alternative ownership for global callbacksGravatar Craig Tiller2016-01-26
* | clang-formatGravatar David Garcia Quintas2016-01-20
* | Merge branch 'proto_interfaces' into yang-g-sync_async_mixGravatar David Garcia Quintas2016-01-19
|\ \
| * | override -> GRPC_OVERRIDEGravatar David Garcia Quintas2016-01-19
| * | Introduced ServerInterfaceGravatar David Garcia Quintas2016-01-15
| |/
* | fix copyrightGravatar yang-g2016-01-15
* | Add generic supportGravatar yang-g2016-01-15
* | Exploratory refactoring for mixed sync/async methods on the same C++ serviceGravatar Craig Tiller2016-01-07
|/