aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
Commit message (Expand)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
* Address review commentsGravatar Vijay Pai2018-01-10
* Switch C++ sync server to use gpr_thd rather than std::thread and provide res...Gravatar Vijay Pai2018-01-08
* Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
* 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
* 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.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
* | Link to grpc_server symbolGravatar Mehrdad Afshari2017-05-17
* | Clarified GlobalCallbacks documentation commentGravatar Mehrdad Afshari2017-05-17
* | Clarified grpc::Server documentation commentGravatar Mehrdad Afshari2017-05-17
|/
* 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
|/