aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
Commit message (Collapse)AuthorAge
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
|
* Fix error in Doxygen comment.Gravatar hxcan.cai2017-07-24
|
* Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
|
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| | | | or that interface with core and are only for internal use
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge pull request #11246 from markdroth/doc_fixesGravatar Mark D. Roth2017-05-23
|\ | | | | More Doxygen comment improvements.
| * More Doxygen comment improvements.Gravatar Mark D. Roth2017-05-19
| |
* | tiny edit and linking entitiesGravatar Mehrdad Afshari2017-05-17
| |
* | minor: prefer more formal 'it is' to it'sGravatar Mehrdad Afshari2017-05-17
| |
* | Fix documentation for Server::AddListeningPortGravatar Mehrdad Afshari2017-05-17
| | | | | | | | | | | | Clarify that Port is actually an endpoint. Fix typos Clarify that it should be used before starting the server.
* | Link to grpc_server symbolGravatar Mehrdad Afshari2017-05-17
| |
* | Clarified GlobalCallbacks documentation commentGravatar Mehrdad Afshari2017-05-17
| | | | | | | | | | Make it clear that "global" and "per application" means shared among all grpc::Server instances.
* | Clarified grpc::Server documentation commentGravatar Mehrdad Afshari2017-05-17
|/ | | | | | Make it clear that the creation of the Server instance is not supposed to happen by using the Server class directly and they are instructed to use ServerBuilder.
* Merge pull request #10663 from yang-g/globalcallbackGravatar Yang Gao2017-04-17
|\ | | | | Update ServerGlobalCallback::AddPort api
| * Update ServerGlobalCallback::AddPort apiGravatar yang-g2017-04-14
| |
* | update commentsGravatar Craig Tiller2017-04-13
| |
* | Threading robustnessGravatar Craig Tiller2017-04-11
|/ | | | | Move server startup to a separate thread. Where there is no opportunity for failure, do not return bool.
* 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
|