index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
Move channel_filter.h from include/ tree to src/ tree.
Mark D. Roth
2016-06-29
*
clang-format
Mark D. Roth
2016-06-29
*
Fix C++ API to support returning an error from call data initialization.
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
*
|
Add "final" to ChannelFilter class, so that compiler can un-indirect the
Mark D. Roth
2016-06-20
|
*
Merge pull request #6352 from ctiller/error
Jan Tattermusch
2016-06-17
|
|
\
|
*
|
Stop using global namespace on a template param
vjpai
2016-06-17
|
|
*
Merge github.com:grpc/grpc into error
Craig Tiller
2016-06-16
|
|
|
\
*
|
|
|
Pass peer string to ChannelData ctor when available.
Mark D. Roth
2016-06-16
*
|
|
|
Removed unnecessary comments. Added connection counter to test.
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
*
|
|
|
- fix build problems
Mark D. Roth
2016-06-16
|
*
|
|
Digraph
Vijay Pai
2016-06-16
|
*
|
|
Merge branch 'master' into wheezy
Vijay Pai
2016-06-15
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
clang-format
Vijay Pai
2016-06-15
|
|
*
|
Merge pull request #6334 from tberghammer/android-64bit
Nicolas Noble
2016-06-15
|
|
|
\
\
*
|
|
|
|
Initial attempt at a C++ API for defining channel filters.
Mark D. Roth
2016-06-15
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Deal with to_string, proper usage of nullptr, and lack of map::emplace
Vijay Pai
2016-06-15
|
*
|
|
Provide nullptr->std::function cast
Vijay Pai
2016-06-15
|
|
|
*
Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout
Craig Tiller
2016-06-15
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #6875 from y-zeng/log_check
Jan Tattermusch
2016-06-14
|
\
\
\
\
*
|
|
|
|
Added to server's shutdown docstrings
David Garcia Quintas
2016-06-13
*
|
|
|
|
Merge pull request #6438 from y-zeng/reflection_separate_lib
Jan Tattermusch
2016-06-13
|
\
\
\
\
\
|
|
|
*
|
|
Manual clang-format
vjpai
2016-06-13
|
|
*
|
|
|
Fix gpr_log format mismatches in c++ tests
Yuchen Zeng
2016-06-10
|
|
*
|
|
|
Restricted the check to GUNC
Yuchen Zeng
2016-06-10
|
|
|
*
|
|
Switch server builder plugin API to something that will work with gcc4.4
Vijay Pai
2016-06-10
|
|
*
|
|
|
Add format check for gpr_log and gpr_asprintf
Yuchen Zeng
2016-06-10
|
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
override->GRPC_OVERRIDE
Vijay Pai
2016-06-09
|
|
|
|
*
Merge github.com:grpc/grpc into error
Craig Tiller
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 pull request #6649 from dgquintas/core_codegen_be_public
Jan Tattermusch
2016-06-08
|
\
\
\
\
\
\
*
\
\
\
\
\
\
Merge pull request #6820 from mdsteele/server-async
Jan Tattermusch
2016-06-08
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Add interfaces for ServerAsyncReader/Writers
Matthew D. Steele
2016-06-08
|
|
|
|
*
|
|
|
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
David Garcia Quintas
2016-06-07
|
|
|
|
|
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
clang-format
David Garcia Quintas
2016-06-07
|
|
*
|
|
|
|
|
Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public
David Garcia Quintas
2016-06-07
|
|
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
s/maybe_compression_level.compression_level/maybe_compression_level.level
David Garcia Quintas
2016-06-07
|
|
|
*
|
|
|
|
fix windows build
Adam Michalik
2016-06-07
|
|
|
|
*
|
|
|
PR comments (offline).
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
|
|
|
*
|
|
|
|
Add completion queue argument which is necessary after merge with master
Adam Michalik
2016-06-07
|
|
|
*
|
|
|
|
Add support for establishing server channel using existing FD
Adam Michalik
2016-06-07
|
|
|
*
|
|
|
|
revert grpc.h
Adam Michalik
2016-06-07
|
|
|
*
|
|
|
|
more separation
Adam Michalik
2016-06-07
|
|
|
*
|
|
|
|
separate posix functionality to grpc_posix.h
Adam Michalik
2016-06-07
[next]