ncteisen
|
023726202a
|
Refactor SerializationTraits
|
7 years ago |
Justin Burke
|
c1d354d7f2
|
Support SSL server certificate reloading.
|
7 years ago |
Vijay Pai
|
7a648854e9
|
Adopt the static factory pattern (#10)
* Switch sync streams from "struct internal" to static factory in namespace internal
* Reduce diff size
* fix friends
* Use static factory pattern for async unary calls
* Use static factories for async streams
* clang-format
|
7 years ago |
Mark D. Roth
|
6e5ce7288d
|
Assume that subchannels start in state IDLE.
|
7 years ago |
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
7 years ago |
Ken Payson
|
42bd87e376
|
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
|
7 years ago |
Vizerai
|
bb7d088ed2
|
Cleaning up census code.
|
7 years ago |
thinkerou
|
d582cdf0ae
|
fix typo
|
7 years ago |
Vijay Pai
|
953afecaaf
|
Add an explicit void 2nd parameter to invocation of SerializationTraits
|
7 years ago |
Craig Tiller
|
1e8c2ab769
|
clang-format
|
7 years ago |
Craig Tiller
|
ad059f70f8
|
Fix threading
|
7 years ago |
Frank Groeneveld
|
fbf8128da8
|
Add OpenBSD support
|
7 years ago |
Anna Sapek
|
1e91362498
|
Fix param annotation for AddListeningPort()
|
7 years ago |
Muxi Yan
|
cd9729780a
|
Make platform-specific headers textual
|
7 years ago |
Yash Tibrewal
|
d6aca04947
|
Force define __STDC_FORMAT_MACROS for PRIdxx types
|
7 years ago |
Yash Tibrewal
|
53a47f09e2
|
Changes for C to C++. Adding extern C to header files for compatibility.
|
7 years ago |
Muxi Yan
|
89cf5a4093
|
Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and excluding some files for other build systems
|
7 years ago |
Ken Payson
|
30f1d0fe79
|
Specify min windows version as Vista for Python
|
7 years ago |
Mark D. Roth
|
61b26f97b0
|
Code review changes.
|
7 years ago |
Juanli Shen
|
fe40815682
|
Readd grpclb fallback
|
7 years ago |
Eric Dobson
|
60092b03d2
|
Fix docs on grpc_call_ref
|
7 years ago |
Vijay Pai
|
2046d0b3c5
|
Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip
|
7 years ago |
Vijay Pai
|
a44cffa11f
|
Base the new SerializationTraits API on implicit type conversion rather than SFINAE
|
7 years ago |
Vijay Pai
|
efce6e1e50
|
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
|
7 years ago |
Muxi Yan
|
c65c8773c0
|
Remove the entire line
|
7 years ago |
Craig Tiller
|
18c77ccfdb
|
Fix pings
|
7 years ago |
Yash Tibrewal
|
06312bdb43
|
Minor formatting, commenting and clang format for C to C++ conversion
|
7 years ago |
Yash Tibrewal
|
6b56c4d953
|
Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead of
designated initializers
|
7 years ago |
Yuchen Zeng
|
ad32075af8
|
Set last_ping_sent_time to inf_past after receiving data
|
7 years ago |
Yash Tibrewal
|
9eb8672bbe
|
Removing deprecated string to char * conversions
|
7 years ago |
Vijay Pai
|
4b047a3bff
|
Construction of streams shouldn't require triggering async ops
|
7 years ago |
Jan Tattermusch
|
5432dd8874
|
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
|
7 years ago |
Ken Payson
|
01e83b55e4
|
Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb."
This reverts commit aba0a0a544 .
|
7 years ago |
K.K. Yap
|
a6721a0979
|
Comment that IPv6 Any accepts both IPv4 and IPv6 connections.
|
7 years ago |
Vijay Pai
|
4433973242
|
Address review comments
|
7 years ago |
Vijay Pai
|
1c32292c7b
|
Address reviewer comments
|
7 years ago |
Juanli Shen
|
aba0a0a544
|
Add fallback (use backends from resolver if can't reach balancer) to grpclb.
|
7 years ago |
Vijay Pai
|
66eaa32773
|
Specify that ServerCompletionQueue must be drained.
|
7 years ago |
Vijay Pai
|
677395558d
|
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
|
7 years ago |
Vijay Pai
|
58c33ba19b
|
Decouple alarm construction from setting to avoid races in MT code
|
7 years ago |
Craig Tiller
|
0033c752d1
|
C89
|
7 years ago |
Craig Tiller
|
c1453ca8c2
|
Revert "Annotate benign race"
This reverts commit 6869da4d65 .
|
7 years ago |
Craig Tiller
|
b8fcff171a
|
Compile fix
|
7 years ago |
Craig Tiller
|
9c519434be
|
EXPERIMENT: Increase grpc_slice size to allow more inlining
|
7 years ago |
Craig Tiller
|
6869da4d65
|
Annotate benign race
|
7 years ago |
Craig Tiller
|
b675e0a0af
|
Annotate benign race
|
7 years ago |
Blair Kutzman
|
c64be96372
|
Correct spelling of 'client'.
|
7 years ago |
Mark D. Roth
|
2caf021772
|
Change plugin credentials API to support both sync and async modes.
|
7 years ago |
Craig Tiller
|
9bebf8b22a
|
C++ API for write-through
|
7 years ago |
Mark D. Roth
|
764cf04a13
|
Revert "Revert "Implement call combiner""
This reverts commit bf19961d0a .
|
7 years ago |