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
*
fix typo
thinkerou
2017-10-17
*
Add an explicit void 2nd parameter to invocation of SerializationTraits
Vijay Pai
2017-10-13
*
Add OpenBSD support
Frank Groeneveld
2017-10-12
*
Fix param annotation for AddListeningPort()
Anna Sapek
2017-10-10
*
Make platform-specific headers textual
Muxi Yan
2017-10-06
*
Merge github.com:grpc/grpc into flowctl+millis
Craig Tiller
2017-10-05
|
\
*
\
Merge github.com:grpc/grpc into flowctl+millis
Craig Tiller
2017-10-05
|
\
\
|
|
*
Merge branch 'master' into externC
Yash Tibrewal
2017-10-03
|
|
|
\
|
|
|
/
|
|
/
|
|
|
*
Force define __STDC_FORMAT_MACROS for PRIdxx types
Yash Tibrewal
2017-10-02
|
|
*
Changes for C to C++. Adding extern C to header files for compatibility.
Yash Tibrewal
2017-10-02
|
*
|
Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and ...
Muxi Yan
2017-10-02
|
|
/
*
|
Merge github.com:grpc/grpc into flowctl+millis
Craig Tiller
2017-09-29
|
\
|
|
*
Merge pull request #12702 from endobson/call-ref
Mehrdad Afshari
2017-09-29
|
|
\
|
*
\
Merge pull request #12374 from markdroth/plugin_credentials_api_fix
Mark D. Roth
2017-09-29
|
|
\
\
|
*
\
\
Merge pull request #12759 from kpayson64/no_more_xp
kpayson64
2017-09-28
|
|
\
\
\
|
|
|
*
\
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
Mark D. Roth
2017-09-28
|
|
|
|
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
Specify min windows version as Vista for Python
Ken Payson
2017-09-28
|
|
|
*
|
Code review changes.
Mark D. Roth
2017-09-28
|
*
|
|
|
Readd grpclb fallback
Juanli Shen
2017-09-27
|
|
/
/
/
|
*
|
|
Merge pull request #12340 from muxi/fix-objc-unreachable-code
Muxi Yan
2017-09-26
|
|
\
\
\
|
|
|
*
\
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
Mark D. Roth
2017-09-25
|
|
|
|
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
Fix docs on grpc_call_ref
Eric Dobson
2017-09-24
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge github.com:grpc/grpc into flowctl+millis
Craig Tiller
2017-09-22
|
\
\
\
\
|
|
*
|
|
Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip
Vijay Pai
2017-09-21
|
|
/
/
/
|
*
|
|
Base the new SerializationTraits API on implicit type conversion rather than ...
Vijay Pai
2017-09-21
|
*
|
|
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than...
Vijay Pai
2017-09-21
|
|
*
|
Remove the entire line
Muxi Yan
2017-09-20
*
|
|
|
Merge github.com:grpc/grpc into grpc_millis
Craig Tiller
2017-09-20
|
\
|
|
|
*
|
|
|
Fix pings
Craig Tiller
2017-09-19
|
*
|
|
Merging master into yashykt:ctocc6
Yash Tibrewal
2017-09-19
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #11587 from y-zeng/pure_ping
Yuchen Zeng
2017-09-19
|
\
\
\
\
|
|
*
|
|
Minor formatting, commenting and clang format for C to C++ conversion
Yash Tibrewal
2017-09-18
|
|
*
|
|
Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead of
Yash Tibrewal
2017-09-18
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Set last_ping_sent_time to inf_past after receiving data
Yuchen Zeng
2017-09-18
*
|
|
|
Removing deprecated string to char * conversions
Yash Tibrewal
2017-09-17
|
/
/
/
*
|
|
Construction of streams shouldn't require triggering async ops
Vijay Pai
2017-09-14
*
|
|
Revert "Add fallback (use backends from resolver if can't reach balancer) to ...
Ken Payson
2017-09-13
*
|
|
Merge pull request #12187 from AspirinSJL/lb_fallback
Juanli Shen
2017-09-13
|
\
\
\
*
|
|
|
Comment that IPv6 Any accepts both IPv4 and IPv6 connections.
K.K. Yap
2017-09-11
|
*
|
|
Add fallback (use backends from resolver if can't reach balancer) to grpclb.
Juanli Shen
2017-09-11
*
|
|
|
Merge github.com:grpc/grpc into write_completion
Craig Tiller
2017-09-08
|
\
|
|
|
|
|
|
*
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
Mark D. Roth
2017-09-08
|
|
|
|
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge pull request #12372 from vjpai/armalarmadingdong
Vijay Pai
2017-09-07
|
|
\
\
\
|
*
|
|
|
Specify that ServerCompletionQueue must be drained.
Vijay Pai
2017-09-07
*
|
|
|
|
Merge github.com:grpc/grpc into write_completion
Craig Tiller
2017-09-07
|
\
|
|
|
|
|
*
|
|
|
Merge pull request #12369 from markdroth/call_combiner
Mark D. Roth
2017-09-07
|
|
\
\
\
\
*
|
|
|
|
|
Merge github.com:grpc/grpc into write_completion
Craig Tiller
2017-09-07
|
\
|
|
|
|
|
|
*
|
|
|
|
Merge pull request #12080 from y-zeng/connectivity
Yuchen Zeng
2017-09-07
|
|
\
\
\
\
\
*
|
|
|
|
|
|
Merge github.com:grpc/grpc into write_completion
Craig Tiller
2017-09-07
|
\
|
|
|
|
|
|
|
|
|
|
*
|
|
Decouple alarm construction from setting to avoid races in MT code
Vijay Pai
2017-09-07
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
[next]