index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cpp
Commit message (
Expand
)
Author
Age
*
clang-format
Mark D. Roth
2016-08-03
*
Update destroy_call_elem args from merge.
Mark D. Roth
2016-08-02
*
Merge branch 'filter_call_init_failure' into filter_api
Mark D. Roth
2016-08-02
|
\
|
*
Merge pull request #7502 from dgquintas/cpp_compression_level
Nicolas Noble
2016-07-28
|
|
\
*
|
|
Code review changes.
Mark D. Roth
2016-07-28
|
|
*
Added missing var initialization
David Garcia Quintas
2016-07-22
|
|
*
C++ Compression Level set properly
David Garcia Quintas
2016-07-21
|
*
|
Use compiling instead of making
Yuchen Zeng
2016-07-20
|
*
|
Add comments for GRPC_NO_GENERATED_CODE
Yuchen Zeng
2016-07-19
|
*
|
Separate generated file and protobuf dependency
Yuchen Zeng
2016-07-18
|
|
/
*
|
Merge branch 'filter_call_init_failure' into filter_api
Mark D. Roth
2016-07-15
|
\
|
|
*
prevent spurious wake up and unstarted/already shutdown server
yang-g
2016-07-14
*
|
Merge remote-tracking branch 'upstream/master' into filter_api
Mark D. Roth
2016-07-12
|
\
\
|
|
*
Make Server::Wait work for async only server.
yang-g
2016-07-11
|
|
/
*
|
Merge branch 'filter_call_init_failure' into filter_api
Mark D. Roth
2016-07-01
|
\
\
|
|
*
Return success status of grpc_byte_buffer_reader
David Garcia Quintas
2016-06-30
|
|
/
|
*
Updated git clone URL
David Garcia Quintas
2016-06-29
*
|
Addressed reviewer comments.
Mark D. Roth
2016-06-29
*
|
Move channel_filter.h from include/ tree to src/ tree.
Mark D. Roth
2016-06-29
*
|
clang-format
Mark D. Roth
2016-06-29
*
|
Merge branch 'filter_call_init_failure' into filter_api
Mark D. Roth
2016-06-29
|
\
|
*
|
Initial attempt at a C++ wrapper for the C grpc_transport_op and
Mark D. Roth
2016-06-27
|
*
Merge pull request #6352 from ctiller/error
Jan Tattermusch
2016-06-17
|
|
\
|
*
\
Merge branch 'master' into wheezy
Vijay Pai
2016-06-17
|
|
\
\
|
|
|
*
Merge github.com:grpc/grpc into error
Craig Tiller
2016-06-16
|
|
|
|
\
|
|
|
|
/
|
|
|
/
|
*
|
|
|
Removed unnecessary comments. Added connection counter to test.
Mark D. Roth
2016-06-16
*
|
|
|
Fix portability issues.
Mark D. Roth
2016-06-16
*
|
|
|
clang-format
Mark D. Roth
2016-06-16
*
|
|
|
Pass channel args to ChannelData ctor and ChannelData to CallData ctor.
Mark D. Roth
2016-06-16
|
|
*
|
Merge pull request #6876 from mdyring/master
Nicolas Noble
2016-06-16
|
|
|
\
\
*
|
|
|
|
- fix build problems
Mark D. Roth
2016-06-16
|
*
|
|
|
Remove range-based for, comparisons to nullptr
Vijay Pai
2016-06-16
|
*
|
|
|
Digraph
Vijay Pai
2016-06-16
|
*
|
|
|
Merge branch 'wheezy' of github.com:vjpai/grpc into wheezy
Vijay Pai
2016-06-16
|
|
\
\
\
\
|
|
*
|
|
|
Should not explicitly initialize these pointers to nullptr in gcc-4.4 case
Vijay Pai
2016-06-16
|
*
|
|
|
|
Merge branch 'master' into wheezy
Vijay Pai
2016-06-15
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
/
/
/
|
|
|
/
/
/
*
|
/
/
/
Initial attempt at a C++ API for defining channel filters.
Mark D. Roth
2016-06-15
|
|
/
/
/
|
/
|
|
|
|
|
|
*
Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout
Craig Tiller
2016-06-15
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #6438 from y-zeng/reflection_separate_lib
Jan Tattermusch
2016-06-13
|
\
\
\
\
|
|
|
*
|
Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined
Martin Dyring-Andersen
2016-06-10
|
|
_
|
/
/
|
/
|
|
|
|
|
*
|
Switch server builder plugin API to something that will work with gcc4.4
Vijay Pai
2016-06-10
|
|
*
|
WIP
Vijay Pai
2016-06-10
|
|
|
*
Fix uninitialized variable
Craig Tiller
2016-06-09
|
|
_
|
/
|
/
|
|
|
|
*
Remove another range-based for
Vijay Pai
2016-06-09
*
|
|
Merge pull request #6481 from dgquintas/compression_md_level_bis
Jan Tattermusch
2016-06-08
|
\
\
\
*
\
\
\
Merge pull request #6610 from xyzzyz/external_fd_fresh
Jan Tattermusch
2016-06-08
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public
David Garcia Quintas
2016-06-07
|
\
\
\
\
|
|
*
|
|
clang-format, fix headers, windows fixes
Adam Michalik
2016-06-07
|
|
*
|
|
Add C++ support for using external FD
Adam Michalik
2016-06-07
|
|
/
/
/
|
|
|
*
Merge remote-tracking branch 'upstream/master' into reflection_separate_lib
Yuchen Zeng
2016-06-07
|
|
|
|
\
|
|
|
_
|
/
|
|
/
|
|
[next]