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
...
|
|
|
|
*
|
Merge branch 'master' into fc_unary
Vijay Pai
2016-08-25
|
|
|
|
|
\
\
|
|
|
|
|
/
/
|
|
|
|
/
|
|
*
|
|
/
|
|
Fix a typo
Takuto Ikuta
2016-08-25
|
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
Adding extension points for security context.
Julien Boeuf
2016-08-23
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add comments
Yuchen Zeng
2016-08-19
|
*
|
|
Add ServerReaderWriterInterface
Yuchen Zeng
2016-08-19
|
/
/
/
*
|
|
Merge pull request #7594 from chedeti/grpc-thrift-v2
kpayson64
2016-08-17
|
\
\
\
|
*
|
|
remove const in Deserialize
chedeti
2016-08-04
|
*
|
|
use boost::make_shared
chedeti
2016-08-04
|
|
*
|
clang-format
Vijay Pai
2016-08-04
|
|
*
|
Make FCUnary and ServerReaderWriter derived classes of a new
Vijay Pai
2016-08-04
|
|
*
|
Merge branch 'master' into fc_unary
Vijay Pai
2016-08-04
|
|
|
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
rename class variables to snake_case
chedeti
2016-08-03
|
|
|
*
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
David Garcia Quintas
2016-08-02
|
|
|
|
\
|
*
|
|
|
refine code and add README
chedeti
2016-08-01
*
|
|
|
|
fixed include guard script and faulty .h
David Garcia Quintas
2016-08-01
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
thrift serializer
chedeti
2016-07-31
|
/
/
/
*
|
|
Merge pull request #7502 from dgquintas/cpp_compression_level
Nicolas Noble
2016-07-28
|
\
\
\
|
|
|
*
scrubbed codegen/sync.h
David Garcia Quintas
2016-07-27
|
|
|
*
removed codegen/slice_buffer.h and scrubbed codegen/slice.h
David Garcia Quintas
2016-07-27
|
|
|
*
removed codegen/log.h
David Garcia Quintas
2016-07-27
|
|
|
*
removed codegen/time.h
David Garcia Quintas
2016-07-27
|
|
|
*
removed codegen/byte_buffer.h
David Garcia Quintas
2016-07-27
|
|
|
*
removed codegen/alloc.h
David Garcia Quintas
2016-07-27
|
|
_
|
/
|
/
|
|
|
|
*
Change API for next message size to allow a bool return value for failure
Vijay Pai
2016-07-27
*
|
|
Merge pull request #7451 from y-zeng/seperate_generated_files
kpayson64
2016-07-25
|
\
\
\
|
|
*
|
C++ Compression Level set properly
David Garcia Quintas
2016-07-21
*
|
|
|
Removed unused version of async_stream.h
David Garcia Quintas
2016-07-21
|
|
/
/
|
/
|
|
|
*
|
Merge remote-tracking branch 'upstream/master' into seperate_generated_files
Yuchen Zeng
2016-07-21
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #7486 from dgquintas/alive_typo
kpayson64
2016-07-21
|
\
\
\
|
|
|
*
Merge branch 'master' into fc_unary
Vijay Pai
2016-07-21
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #7469 from yang-g/proto_lite
Nicolas Noble
2016-07-21
|
\
\
\
\
|
|
*
|
|
fixed typo
David Garcia Quintas
2016-07-20
|
|
/
/
/
|
/
|
|
|
|
|
*
|
Merge remote-tracking branch 'upstream/master' into seperate_generated_files
Yuchen Zeng
2016-07-19
|
|
|
\
\
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #7444 from y-zeng/fix_typo
kpayson64
2016-07-19
|
\
\
\
\
|
|
*
|
|
Add a macro to support protobuf lite
yang-g
2016-07-19
|
|
|
*
|
Separate generated file and protobuf dependency
Yuchen Zeng
2016-07-18
|
|
|
*
|
fix typo
Yuchen Zeng
2016-07-18
|
|
|
/
/
|
*
/
/
fix typo
Yuchen Zeng
2016-07-18
|
|
/
/
*
/
/
Reduce the number of unnecessary allocations
Sree Kuchibhotla
2016-07-14
|
/
/
*
|
Merge branch 'master' of github.com:grpc/grpc into bb_reader_error
David Garcia Quintas
2016-07-06
|
\
\
*
|
|
Return success status of grpc_byte_buffer_reader
David Garcia Quintas
2016-06-30
|
*
|
removed unused version of status_code_enum.h
David Garcia Quintas
2016-06-30
|
/
/
*
|
Merge pull request #6947 from vjpai/async_stream_doc
Jan Tattermusch
2016-06-24
|
\
\
|
|
*
Make the FCUnary class actually work and test it
vjpai
2016-06-23
|
|
*
Add NextMessageSize method to all readable streams as an upper-bound
vjpai
2016-06-23
|
|
*
Add some const
vjpai
2016-06-23
|
|
*
Fix up service types and method handlers so that FC unary can work properly.
vjpai
2016-06-23
*
|
|
Const correctness for ClientContext and ServerContext getters
Bill Clarke
2016-06-22
|
|
*
Actually generate code for FC Unary and make it work
vjpai
2016-06-22
|
|
*
Initial definition of flow-controlled unary type along with code generation f...
vjpai
2016-06-22
|
|
/
|
/
|
[prev]
[next]