index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
grpc++
/
impl
Commit message (
Expand
)
Author
Age
*
Removed spurious check
David Garcia Quintas
2015-07-14
*
Added WriteOptions for per-message flags and modified CallOps to use it.
David Garcia Quintas
2015-07-13
*
std::function is no longer implicitly included. Fixing this.
Nicolas "Pixel" Noble
2015-06-24
*
Update to set flags=0 on all ops
Craig Tiller
2015-06-22
*
Remove redundant decls
Craig Tiller
2015-06-22
*
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
*
|
.clang-format
Craig Tiller
2015-06-05
*
|
Clarify some of the call stuff
Craig Tiller
2015-06-05
*
|
Merge branch 'one-shouldnt-depend-on-protobufs' of github.com:ctiller/grpc in...
Craig Tiller
2015-06-05
|
\
\
*
|
|
Clarify serialization traits interface
Craig Tiller
2015-06-05
|
*
|
Fix memory leak
Craig Tiller
2015-06-05
|
*
|
Fix memory leak
Craig Tiller
2015-06-05
|
/
/
*
|
Reset on finalization so op objects can be reused
Craig Tiller
2015-06-05
*
|
Fix GCC compilation
Craig Tiller
2015-06-05
*
|
Hide some unnecessary information
Craig Tiller
2015-06-05
*
|
Clarify ownership
Craig Tiller
2015-06-05
*
|
Remove old code, simplify a little
Craig Tiller
2015-06-05
*
|
Add necessary include
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
|
/
*
Various minor fixes
Yang Gao
2015-06-01
*
Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-t...
Yang Gao
2015-05-12
|
\
*
|
Lose redundant tag on unary calls
Craig Tiller
2015-05-06
|
*
Completion queue binding for new requests API change
Craig Tiller
2015-05-06
|
/
*
Expose max message size at the server side
Yang Gao
2015-04-30
*
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all t...
Yang Gao
2015-04-24
*
clang-format
Craig Tiller
2015-04-16
*
Populate channel tags for methods
Craig Tiller
2015-04-16
*
Make RpcMethod constructor take all args
Craig Tiller
2015-04-16
*
Addressing concerns.
Nicolas "Pixel" Noble
2015-04-07
*
Rewriting mutex, condition_variable, and thread.
Nicolas "Pixel" Noble
2015-04-04
*
resolve comment
Yang Gao
2015-04-02
*
Bug fix. User can destroy status after calling Finish and we should keep a co...
Yang Gao
2015-04-02
*
clang-format c++ code
Yang Gao
2015-03-17
*
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
*
formatting
Yang Gao
2015-03-03
*
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
|
\
|
|
|
*
|
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
[next]