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
Commit message (
Expand
)
Author
Age
*
Leak fix, the metadata array should be destroyed on the server SyncRequest
Yang Gao
2015-05-28
*
Remove some bad asserts
Craig Tiller
2015-05-15
*
Correct C++ build errors
Craig Tiller
2015-05-08
*
Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream
Craig Tiller
2015-05-08
|
\
|
*
do not request another call if server is shutdown
Yang Gao
2015-05-07
*
|
Completion queue binding for new requests API change
Craig Tiller
2015-05-06
|
/
*
clang-format
Yang Gao
2015-05-04
*
make server tolerate deserialization failure
Yang Gao
2015-05-04
*
merge with head
Yang Gao
2015-05-01
|
\
*
|
Expose max message size at the server side
Yang Gao
2015-04-30
|
*
Merge comments. See below.
David Garcia Quintas
2015-04-29
|
*
Merge remote-tracking branch 'upstream/master' into stap
David Garcia Quintas
2015-04-29
|
|
\
|
|
/
|
/
|
|
*
Integration of Systemtap (STAP) for profiling.
David Garcia Quintas
2015-04-29
*
|
Few VS2010 fixes.
Nicolas Noble
2015-04-28
|
/
*
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
Nicolas "Pixel" Noble
2015-04-24
|
\
|
*
Mark proto ser/deser on server side
Vijay Pai
2015-04-15
*
|
Refactoring std::chrono out.
Nicolas Noble
2015-04-08
|
/
*
Rewriting mutex, condition_variable, and thread.
Nicolas "Pixel" Noble
2015-04-04
*
Merge branch 'master' into cancel
Yang Gao
2015-03-30
|
\
|
*
Elminate range-based fors and work around some other limitations in older com...
Vijay Pai
2015-03-24
*
|
Set cq_ on servercontext
Yang Gao
2015-03-22
|
/
*
Merge pull request #1093 from nicolasnoble/windows
Jan Tattermusch
2015-03-19
|
\
|
*
Various Windows fixes.
Nicolas Noble
2015-03-19
*
|
clang-format c++ code
Yang Gao
2015-03-17
|
/
*
expose the server's cq through the generic service object
Yang Gao
2015-03-16
*
Merge branch 'master' into untypedAPI
Yang Gao
2015-03-16
|
\
|
*
remove 'else' code, release lock by destructor
Ruyi Wang
2015-03-14
*
|
wording change
Yang Gao
2015-03-13
*
|
Rename to AsyncGeneric*
Yang Gao
2015-03-12
*
|
resolve leak, now asan clean
Yang Gao
2015-03-11
*
|
Rename anonymous to generic globally
Yang Gao
2015-03-11
*
|
Expose server cq for polling incoming anonymous rpcs
Yang Gao
2015-03-11
*
|
merge with upstream and resolve conflict
Yang Gao
2015-03-10
|
\
|
*
|
Service side should be done, it builds and existing tests pass
Yang Gao
2015-03-06
*
|
first sets of changes, it builds
Yang Gao
2015-03-05
|
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-03-03
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #920 from vjpai/async-probs
Craig Tiller
2015-03-03
|
\
\
|
*
|
Solve the call-suppression problem earlier in the stack
Vijay Pai
2015-03-03
*
|
|
Global replace google::protobuf::Message with grpc::protobuf::Message, all te...
Yang Gao
2015-03-03
|
*
|
Sanity checks for calls that were causing crashes
Vijay Pai
2015-03-02
|
/
/
|
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-03-02
|
|
\
|
|
/
|
/
|
*
|
Make it possible to compile with gcc4.6
Craig Tiller
2015-02-26
|
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-02-24
|
|
\
|
|
/
|
/
|
*
|
Add Server.Wait
Craig Tiller
2015-02-24
|
*
Update C++ server with new core API
Craig Tiller
2015-02-23
|
/
*
Merge pull request #605 from vjpai/mac
Nicolas Noble
2015-02-19
|
\
|
*
Some compilers expect class SyncRequest to be declared fully and not just
vjpai
2015-02-18
*
|
Merge github.com:grpc/grpc into an-update-on-c++
Craig Tiller
2015-02-18
|
\
|
*
|
Server side cancellation receive support
Craig Tiller
2015-02-18
|
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
[next]