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
Commit message (
Expand
)
Author
Age
*
Merge branch 'track_cq_finalize' of github.com:vjpai/grpc into fixit29
Craig Tiller
2016-12-05
|
\
*
|
Fix shutdown problems with sync server
Craig Tiller
2016-12-05
|
*
clang-format
Vijay Pai
2016-12-05
|
*
Track requests that could cause other requests to be created, and don't do
Vijay Pai
2016-12-05
|
/
*
clang-format
Vijay Pai
2016-11-01
*
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
*
Merge branch 'master' into rpc_mgr
Sree Kuchibhotla
2016-10-28
|
\
*
|
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
|
*
s/BUFFER_POOL/RESOURCE_QUOTA/g
Craig Tiller
2016-10-21
*
|
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
|
*
clang-format
Craig Tiller
2016-10-18
*
|
reorder params in Server
Sree Kuchibhotla
2016-10-18
|
*
BufferPool --> ResourceQuota
Craig Tiller
2016-10-17
*
|
Rename GrpcRpcManager -> ThreadManager
Sree Kuchibhotla
2016-10-13
*
|
Refactor SyncServerSettings code
Sree Kuchibhotla
2016-10-13
*
|
Cleanup server_cc.cc
Sree Kuchibhotla
2016-10-03
|
*
Merge github.com:grpc/grpc into buffer_pools_for_realsies
Craig Tiller
2016-09-29
|
|
\
|
|
*
Merge pull request #7833 from sreecha/fix_channel_from_fd_api
Nicolas Noble
2016-09-29
|
|
|
\
|
*
|
|
Buffer pool C++ wrapper
Craig Tiller
2016-09-28
|
|
/
/
*
|
|
Make sync server settings configurable
Sree Kuchibhotla
2016-09-28
*
|
|
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 the plugin initialization order in ServerBuilder
Sree Kuchibhotla
2016-09-26
*
|
|
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
*
|
|
Minor changes
Sree Kuchibhotla
2016-09-21
*
|
|
One RPCMgr instance per CQ
Sree Kuchibhotla
2016-09-21
|
*
|
Code review changes.
Mark D. Roth
2016-09-15
|
|
*
Merge branch 'master' into fix_channel_from_fd_api
Sree Kuchibhotla
2016-09-09
|
|
|
\
|
|
*
\
Merge branch 'master' into fix_channel_from_fd_api
Sree Kuchibhotla
2016-09-09
|
|
|
\
\
|
*
|
\
\
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
Mark D. Roth
2016-09-08
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
Nicolas "Pixel" Noble
2016-09-08
|
|
|
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
Mark D. Roth
2016-09-06
|
|
\
|
|
|
|
*
|
|
|
Allow setting max send message size via C++ ServerBuilder API.
Mark D. Roth
2016-09-06
|
|
*
|
|
Merge pull request #7918 from y-zeng/server_builder
kpayson64
2016-09-01
|
|
|
\
\
\
|
*
|
|
|
|
Change wrapped languages to use the new channel arg macro name.
Mark D. Roth
2016-08-31
|
|
*
|
|
|
server builder include fix
David Garcia Quintas
2016-08-31
|
|
/
/
/
/
|
|
*
/
/
Add ServerBuilderPlugin::UpdateChannelArguments
Yuchen Zeng
2016-08-29
|
|
/
/
/
|
|
|
*
Remove the API to return the underlying completion queue. This API is no
Sree Kuchibhotla
2016-08-22
|
|
|
*
Remove completion queue parameter from grpc_server_add_insecure_channel_from_...
Sree Kuchibhotla
2016-08-22
|
|
|
/
|
|
/
|
*
|
|
some refactoring
Sree Kuchibhotla
2016-08-22
|
|
*
Rename some files to avoid conflicting .obj files on Windows
Craig Tiller
2016-08-22
[next]