index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cpp
/
common
Commit message (
Expand
)
Author
Age
*
Merge pull request #1023 from vjpai/async
Yang Gao
2015-03-17
|
\
|
*
Change to std::chrono and add a test.
vjpai
2015-03-17
|
*
Change behavior to properly account for possibility of NULL
Vijay Pai
2015-03-12
|
*
Add support for deadline on CompletionQueue::Next
Vijay Pai
2015-03-11
*
|
Service side should be done, it builds and existing tests pass
Yang Gao
2015-03-06
|
/
*
Remove include google/protobuf/message.h as it should be covered in config.h
Yang Gao
2015-03-04
*
Global replace google::protobuf::Message with grpc::protobuf::Message, all te...
Yang Gao
2015-03-03
*
Make it possible to compile with gcc4.6
Craig Tiller
2015-02-26
*
Simplify TryPluck
Craig Tiller
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
*
|
Initial sketch
Craig Tiller
2015-02-18
|
*
Update copyright to 2015
Craig Tiller
2015-02-18
|
/
*
Add metadata test with rpc. Adding/fixing things to make it work
Yang Gao
2015-02-18
*
also set got_message
Yang Gao
2015-02-17
*
When the entire op fails, the recv_message is always discarded.
Yang Gao
2015-02-17
*
Clear receive message buffer when adding it, so that any reused buffer will n...
Yang Gao
2015-02-17
*
Deserialization success should not override earlier failure
Yang Gao
2015-02-17
*
clang-format
Craig Tiller
2015-02-17
*
change AddRecvMessage signature
Yang Gao
2015-02-12
*
allow null got_message
Yang Gao
2015-02-12
*
Fix end2end leaks
Craig Tiller
2015-02-12
*
Add client side WaitForInitialMetadata for streaming.
Yang Gao
2015-02-11
*
Some streaming progress
Craig Tiller
2015-02-11
*
Make sure we get a close before stopping the server
Craig Tiller
2015-02-11
*
This string is null terminated
Craig Tiller
2015-02-11
*
Merge pull request #9 from yang-g/c++api
Craig Tiller
2015-02-11
|
\
*
|
Fix ownership
Craig Tiller
2015-02-11
|
*
Add trailing metadata to client context and use it.
Yang Gao
2015-02-11
|
/
*
Tweak metadata sending
Craig Tiller
2015-02-11
*
Make it compile
Yang Gao
2015-02-11
*
resolve conflict
Yang Gao
2015-02-11
|
\
*
|
save before the change
Yang Gao
2015-02-11
|
*
Allow server to hook calls also, fix crash
Craig Tiller
2015-02-11
|
*
Initial metadata fix
Craig Tiller
2015-02-11
|
/
*
minor improvement
Yang Gao
2015-02-11
*
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
Yang Gao
2015-02-11
|
\
|
*
More implementation
Craig Tiller
2015-02-11
*
|
Implement FinalizeResult
Yang Gao
2015-02-11
|
*
Fix FinalizeResult signature
Craig Tiller
2015-02-11
|
/
*
typo fix
Yang Gao
2015-02-11
*
Remove stale call site.
Yang Gao
2015-02-11
*
Release write buffer in FinalizeResult
Yang Gao
2015-02-11
*
Implement FillOps
Yang Gao
2015-02-11
*
call implementation before the meeting
Yang Gao
2015-02-10
*
Move call.h -> impl/call.h
Craig Tiller
2015-02-10
*
Refine completion queue
Craig Tiller
2015-02-09
*
Remove more unnecessary files
Craig Tiller
2015-02-09
*
Cleanup some cruft
Craig Tiller
2015-02-09
[next]