Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
6a48dc544e4db970b19cf132019bcccb8eb92df1
/
include
d5b66f1
Merge pull request #13107 from vjpai/reinternalize
by Vijay Pai
· 7 years ago
c1d354d
Support SSL server certificate reloading.
by Justin Burke
· 7 years ago
7a64885
Adopt the static factory pattern (#10)
by Vijay Pai
· 7 years ago
06e174a
Separate public and internal C++ interfaces
by Vijay Pai
· 7 years ago
1bf7207
Merge pull request #13084 from kpayson64/cq_lambda
by kpayson64
· 7 years ago
42bd87e
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
by Ken Payson
· 7 years ago
1bc3f8a
Merge github.com:grpc/grpc into epexinf
by Craig Tiller
· 7 years ago
d582cdf
fix typo
by thinkerou
· 7 years ago
d3f1f43
Merge branch 'epexinf' of github.com:ctiller/grpc into epexinf
by Craig Tiller
· 7 years ago
1406f9c
Merge branch 'bs2' into epexinf
by Craig Tiller
· 7 years ago
953afec
Add an explicit void 2nd parameter to invocation of SerializationTraits
by Vijay Pai
· 7 years ago
1e8c2ab
clang-format
by Craig Tiller
· 7 years ago
ad059f7
Fix threading
by Craig Tiller
· 7 years ago
fbf8128
Add OpenBSD support
by Frank Groeneveld
· 7 years ago
1e91362
Fix param annotation for AddListeningPort()
by Anna Sapek
· 7 years ago
cd97297
Make platform-specific headers textual
by Muxi Yan
· 7 years ago
5291023
Merge github.com:grpc/grpc into flowctl+millis
by Craig Tiller
· 7 years ago
76eab73
Merge github.com:grpc/grpc into flowctl+millis
by Craig Tiller
· 7 years ago
ec3c138
Merge branch 'master' into externC
by Yash Tibrewal
· 7 years ago
d6aca04
Force define __STDC_FORMAT_MACROS for PRIdxx types
by Yash Tibrewal
· 7 years ago
53a47f0
Changes for C to C++. Adding extern C to header files for compatibility.
by Yash Tibrewal
· 7 years ago
89cf5a4
Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and excluding some files for other build systems
by Muxi Yan
· 7 years ago
1e868f0
Merge github.com:grpc/grpc into flowctl+millis
by Craig Tiller
· 7 years ago
11aa678
Merge pull request #12702 from endobson/call-ref
by Mehrdad Afshari
· 7 years ago
ede8ed2
Merge pull request #12374 from markdroth/plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
73144f9
Merge pull request #12759 from kpayson64/no_more_xp
by kpayson64
· 7 years ago
6456e49
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
30f1d0f
Specify min windows version as Vista for Python
by Ken Payson
· 7 years ago
61b26f9
Code review changes.
by Mark D. Roth
· 7 years ago
fe40815
Readd grpclb fallback
by Juanli Shen
· 7 years ago
873b55c
Merge pull request #12340 from muxi/fix-objc-unreachable-code
by Muxi Yan
· 7 years ago
b4c01f9
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
60092b0
Fix docs on grpc_call_ref
by Eric Dobson
· 7 years ago
cfb2da4
Merge github.com:grpc/grpc into flowctl+millis
by Craig Tiller
· 7 years ago
2046d0b
Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip
by Vijay Pai
· 7 years ago
a44cffa
Base the new SerializationTraits API on implicit type conversion rather than SFINAE
by Vijay Pai
· 7 years ago
efce6e1
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
by Vijay Pai
· 7 years ago
c65c877
Remove the entire line
by Muxi Yan
· 7 years ago
0d958d2
Merge github.com:grpc/grpc into grpc_millis
by Craig Tiller
· 7 years ago
18c77cc
Fix pings
by Craig Tiller
· 7 years ago
6712c7d
Merging master into yashykt:ctocc6
by Yash Tibrewal
· 7 years ago
0aedb81
Merge pull request #11587 from y-zeng/pure_ping
by Yuchen Zeng
· 7 years ago
06312bd
Minor formatting, commenting and clang format for C to C++ conversion
by Yash Tibrewal
· 7 years ago
6b56c4d
Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead of
by Yash Tibrewal
· 7 years ago
ad32075
Set last_ping_sent_time to inf_past after receiving data
by Yuchen Zeng
· 8 years ago
9eb8672
Removing deprecated string to char * conversions
by Yash Tibrewal
· 7 years ago
4b047a3
Construction of streams shouldn't require triggering async ops
by Vijay Pai
· 7 years ago
01e83b5
Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb."
by Ken Payson
· 7 years ago
3bf7b71
Merge pull request #12187 from AspirinSJL/lb_fallback
by Juanli Shen
· 7 years ago
a6721a0
Comment that IPv6 Any accepts both IPv4 and IPv6 connections.
by K.K. Yap
· 7 years ago
aba0a0a
Add fallback (use backends from resolver if can't reach balancer) to grpclb.
by Juanli Shen
· 7 years ago
55863ff
Merge github.com:grpc/grpc into write_completion
by Craig Tiller
· 7 years ago
0aee498
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
7f6a27a
Merge pull request #12372 from vjpai/armalarmadingdong
by Vijay Pai
· 7 years ago
66eaa32
Specify that ServerCompletionQueue must be drained.
by Vijay Pai
· 7 years ago
dfc6cff
Merge github.com:grpc/grpc into write_completion
by Craig Tiller
· 7 years ago
8941f60
Merge pull request #12369 from markdroth/call_combiner
by Mark D. Roth
· 7 years ago
a8fc020
Merge github.com:grpc/grpc into write_completion
by Craig Tiller
· 7 years ago
b6ef6e9
Merge pull request #12080 from y-zeng/connectivity
by Yuchen Zeng
· 7 years ago
ff952d2
Merge github.com:grpc/grpc into write_completion
by Craig Tiller
· 7 years ago
58c33ba
Decouple alarm construction from setting to avoid races in MT code
by Vijay Pai
· 7 years ago
0033c75
C89
by Craig Tiller
· 7 years ago
b8fcff1
Compile fix
by Craig Tiller
· 7 years ago
9c51943
EXPERIMENT: Increase grpc_slice size to allow more inlining
by Craig Tiller
· 8 years ago
b675e0a
Annotate benign race
by Craig Tiller
· 7 years ago
c64be96
Correct spelling of 'client'.
by Blair Kutzman
· 7 years ago
2caf021
Change plugin credentials API to support both sync and async modes.
by Mark D. Roth
· 7 years ago
9bebf8b
C++ API for write-through
by Craig Tiller
· 7 years ago
6ba448f
Merge github.com:grpc/grpc into write_completion
by Craig Tiller
· 7 years ago
764cf04
Revert "Revert "Implement call combiner""
by Mark D. Roth
· 7 years ago
8fd40d5
Merge github.com:grpc/grpc into wc
by Craig Tiller
· 7 years ago
0e39698
Allow unreachable code on iPhone
by Muxi Yan
· 7 years ago
08b79c1
Doc UPdate
by Ken Payson
· 7 years ago
4754398
Clang_format
by Ken Payson
· 7 years ago
bf19961
Revert "Implement call combiner"
by Mark D. Roth
· 7 years ago
567e0f1
Have write ops take ownership over slices
by Ken Payson
· 7 years ago
ff4f2db
Merge pull request #11566 from markdroth/call_combiner
by Mark D. Roth
· 7 years ago
76e264b
Implement call combiner.
by Mark D. Roth
· 7 years ago
2921e1e
Merge pull request #12282 from yang-g/sync_thd_refactor
by Yang Gao
· 7 years ago
a79ada3
Double check macro to protect from faulty test.
by yang-g
· 7 years ago
9ff6031
Add sync_custom.h
by yang-g
· 7 years ago
b4481a9
Share one monitoring thread between channels
by Yuchen Zeng
· 7 years ago
a2e506e
Avoid using timers
by Yuchen Zeng
· 7 years ago
6a6d618
Prevent watching unsuppoted channels
by Yuchen Zeng
· 7 years ago
2411bac
Address review comments
by Yuchen Zeng
· 7 years ago
be9b814
Add ChannelConnectivityWatcher
by Yuchen Zeng
· 7 years ago
7c62a35
Merge remote-tracking branch 'upstream/master' into stream_compression_config
by Muxi Yan
· 7 years ago
d37411e
Some missing parts
by Muxi Yan
· 7 years ago
e9447a0
Minor name fix
by Muxi Yan
· 7 years ago
9835395
Fix core_untyped_structs sanity test
by Muxi Yan
· 7 years ago
229125a
Merge remote-tracking branch 'upstream/master' into stream_compression_config
by Muxi Yan
· 7 years ago
d36283a
Address review comments
by Muxi Yan
· 7 years ago
b18ab3f
Delete deprecated constructor and CallOpSetCollectionInterface
by Vijay Pai
· 7 years ago
b8e68dc
Add tags to tagless structs and unions.
by Jeremy Yallop
· 7 years ago
ce58cf8
Add Slice constructors to match all grpc_slice cases
by Vijay Pai
· 7 years ago
f9bf428
Add support for service configs to c-ares resolver.
by Mark D. Roth
· 7 years ago
e68c0d1
Revert "Reintroduce a lambda capture as part of C++11-izing code"
by Jan Tattermusch
· 7 years ago
69b8fe0
Merge branch 'master' into stream_compression_config
by Muxi Yan
· 7 years ago
e8a61d6
Add a default delete override for the interface
by yang-g
· 7 years ago
b667f12
Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_api
by apolcyn
· 7 years ago
Next »