index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
grpc++
/
server.h
Commit message (
Expand
)
Author
Age
*
Separate public and internal C++ interfaces
Vijay Pai
2017-10-26
*
Revert "Separate internal-only and public parts of C++ API"
Vijay Pai
2017-07-25
*
Fix error in Doxygen comment.
hxcan.cai
2017-07-24
*
Create inproc transport, add relevant tests, exclude irrelevant tests
Vijay Pai
2017-07-14
*
Internalize structs and methods meant for being exposed through codegen
Vijay Pai
2017-07-10
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Merge pull request #11246 from markdroth/doc_fixes
Mark D. Roth
2017-05-23
|
\
|
*
More Doxygen comment improvements.
Mark D. Roth
2017-05-19
*
|
tiny edit and linking entities
Mehrdad Afshari
2017-05-17
*
|
minor: prefer more formal 'it is' to it's
Mehrdad Afshari
2017-05-17
*
|
Fix documentation for Server::AddListeningPort
Mehrdad Afshari
2017-05-17
*
|
Link to grpc_server symbol
Mehrdad Afshari
2017-05-17
*
|
Clarified GlobalCallbacks documentation comment
Mehrdad Afshari
2017-05-17
*
|
Clarified grpc::Server documentation comment
Mehrdad Afshari
2017-05-17
|
/
*
Merge pull request #10663 from yang-g/globalcallback
Yang Gao
2017-04-17
|
\
|
*
Update ServerGlobalCallback::AddPort api
yang-g
2017-04-14
*
|
update comments
Craig Tiller
2017-04-13
*
|
Threading robustness
Craig Tiller
2017-04-11
|
/
*
Add ports to global server callback.
yang-g
2017-03-31
*
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
[next]