index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
grpc++
/
stream.h
Commit message (
Expand
)
Author
Age
*
Added WriteOptions for per-message flags and modified CallOps to use it.
David Garcia Quintas
2015-07-13
*
Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs
Craig Tiller
2015-06-16
|
\
|
*
Update the Status API
Yang Gao
2015-06-16
*
|
Clarify serialization traits interface
Craig Tiller
2015-06-05
*
|
clang-format
Craig Tiller
2015-06-05
*
|
Client side compiles/links
Craig Tiller
2015-06-04
*
|
Progress commit on fixing up C++
Craig Tiller
2015-06-04
*
|
Beginning the cleanup
Craig Tiller
2015-06-04
|
/
*
Remove some bad asserts
Craig Tiller
2015-05-15
*
add client side streaming interfaces
Yang Gao
2015-05-04
*
Test client stream cancellation and fix bug exposed by the test.
Abhishek Kumar
2015-04-23
*
Global replace google::protobuf::Message with grpc::protobuf::Message, all te...
Yang Gao
2015-03-03
*
Guard headers tool.
Nicolas "Pixel" Noble
2015-03-01
*
Make it possible to compile with gcc4.6
Craig Tiller
2015-02-26
*
Merge github.com:grpc/grpc into an-update-on-c++
Craig Tiller
2015-02-18
|
\
|
*
Merge pull request #588 from yang-g/c++api
Craig Tiller
2015-02-18
|
|
\
|
|
*
Async client api change. Add a ClientAsyncResponseReader. Make the api simila...
Yang Gao
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
|
*
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
*
clang-format
Craig Tiller
2015-02-17
*
change ServerAsyncReader API and add a simple clientstreaming test, it passes
Yang Gao
2015-02-13
*
change AddRecvMessage signature
Yang Gao
2015-02-12
*
more nullptr for got_message
Yang Gao
2015-02-12
*
Add end2end async unary single threaded test (compiles)
Craig Tiller
2015-02-12
*
Merge pull request #13 from yang-g/c++api
Craig Tiller
2015-02-12
|
\
|
*
make codegen generate async client calls
Yang Gao
2015-02-12
*
|
Async server streaming
Craig Tiller
2015-02-12
|
*
Add a cq argument in ClientAsync ctor and give it to the Call
Yang Gao
2015-02-12
|
/
*
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
Craig Tiller
2015-02-12
|
\
*
|
Async API progress
Craig Tiller
2015-02-12
|
*
typo fix
Yang Gao
2015-02-12
|
*
implement ServerAsyncResponseWriter for unary call
Yang Gao
2015-02-12
|
/
*
Implement async streaming APIs
Yang Gao
2015-02-12
*
implement ClientAsyncX api
Yang Gao
2015-02-12
*
resolve comments, the context_ member needs protection for thread safety
Yang Gao
2015-02-12
*
Make SendInitialMetadata work.
Yang Gao
2015-02-11
*
Add SendInitialMetadata() to server streaming interfaces
Yang Gao
2015-02-11
*
Add client side WaitForInitialMetadata for streaming.
Yang Gao
2015-02-11
*
Finish streaming, lame client
Craig Tiller
2015-02-11
*
Some streaming progress
Craig Tiller
2015-02-11
*
Add trailing metadata to client context and use it.
Yang Gao
2015-02-11
*
Make it compile
Yang Gao
2015-02-11
*
Move call.h -> impl/call.h
Craig Tiller
2015-02-10
*
Remove temp code
Craig Tiller
2015-02-09
*
Rephrase async streaming methods
Craig Tiller
2015-02-09
*
Refine completion queue
Craig Tiller
2015-02-09
*
Cleanup
Craig Tiller
2015-02-09
[next]