index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cpp
/
server
/
server_cc.cc
Commit message (
Expand
)
Author
Age
*
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
Vijay Pai
2016-11-01
*
Use C++11 final and override
Vijay Pai
2016-11-01
*
Move thread_manager.h header from server.h to server_cc.cc
Sree Kuchibhotla
2016-10-24
*
remove unused fields
Sree Kuchibhotla
2016-10-24
*
make gcc 4.6 and earlier versions happy
Sree Kuchibhotla
2016-10-20
*
Minor changes and called generate_projects.sh again
Sree Kuchibhotla
2016-10-20
*
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
*
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
*
new value
Sree Kuchibhotla
2016-09-26
*
fine tune the cq deadline value (temporarily)
Sree Kuchibhotla
2016-09-26
*
fix shutdown crash
Sree Kuchibhotla
2016-09-26
*
Merge branch 'master' into rpc_mgr
Sree Kuchibhotla
2016-09-21
*
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
Mark D. Roth
2016-09-08
*
Rename some files to avoid conflicting .obj files on Windows
Craig Tiller
2016-08-22