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
*
Merge pull request #10663 from yang-g/globalcallback
Yang Gao
2017-04-17
|
\
|
*
Update ServerGlobalCallback::AddPort api
yang-g
2017-04-14
*
|
Merge pull request #10583 from ctiller/server_start
Craig Tiller
2017-04-14
|
\
\
|
*
|
Threading robustness
Craig Tiller
2017-04-11
|
|
/
*
|
Merge branch 'master' into cq_create_api_changes
Sree Kuchibhotla
2017-04-01
|
\
|
*
|
clang format
Sree Kuchibhotla
2017-04-01
*
|
Fix ASAN failure
Sree Kuchibhotla
2017-04-01
|
*
Add ports to global server callback.
yang-g
2017-03-31
*
|
Update C++ code
Sree Kuchibhotla
2017-03-22
*
|
Merge branch 'master' into cq_create_api_changes
Sree Kuchibhotla
2017-03-21
|
\
|
|
*
Add test of server builder, including channel args
Craig Tiller
2017-03-08
*
|
Prefix grpc_cq_polling_type enums with GRPC_CQ_
Sree Kuchibhotla
2017-03-03
*
|
C++ code changes in response to grpc_completion_queue_create() API change
Sree Kuchibhotla
2017-03-03
|
/
*
Let ServerContext own the initial_metadata array for sync calls
yang-g
2017-02-22
*
Merge branch 'master' into health
yang-g
2017-02-17
|
\
|
*
Restore the NextMessageSize for streamed calls
yang-g
2017-02-16
*
|
Remove async
yang-g
2017-02-07
|
*
Add a PreServerStart in global server callbacks
yang-g
2017-02-07
*
|
Update for API change
yang-g
2017-01-30
*
|
Merge remote-tracking branch 'upstream/master' into health
yang-g
2017-01-30
|
\
|
|
*
Merge github.com:grpc/grpc into rollfwd
Craig Tiller
2017-01-27
|
|
\
|
|
*
Merge github.com:grpc/grpc into maxmsgsz
Craig Tiller
2017-01-26
|
|
|
\
|
*
|
|
Revert "Revert "Metadata handling rewrite""
Craig Tiller
2017-01-23
|
|
|
/
|
|
/
|
|
*
|
Revert "Metadata handling rewrite"
Craig Tiller
2017-01-20
|
|
*
Merge github.com:grpc/grpc into maxmsgsz
Craig Tiller
2017-01-20
|
|
|
\
|
|
|
/
|
|
/
|
|
|
*
Remove double-checking of max-message-size in C++ layers
Craig Tiller
2017-01-19
*
|
|
more cleanup
yang-g
2016-12-29
*
|
|
cleanup
yang-g
2016-12-29
*
|
|
async works
yang-g
2016-12-29
*
|
|
WIP
yang-g
2016-12-29
*
|
|
async first take
yang-g
2016-12-29
*
|
|
move files to subdir and add generated files
yang-g
2016-12-27
*
|
|
sync test pass
yang-g
2016-12-27
*
|
|
WIP
yang-g
2016-12-27
*
|
|
more
yang-g
2016-12-27
*
|
|
WIP
yang-g
2016-12-27
*
|
|
default service
yang-g
2016-12-27
|
|
/
|
/
|
|
*
Fix stack corruption
Craig Tiller
2016-12-08
|
*
Start resolving memory issues in C++ metadata
Craig Tiller
2016-12-08
|
*
Merge branch 'slice_interning' into metadata_filter
Craig Tiller
2016-12-06
|
|
\
|
|
/
|
/
|
*
|
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
|
/
/
|
*
C++ compiles
Craig Tiller
2016-11-21
|
/
*
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
[next]