Yash Tibrewal
|
53a47f09e2
|
Changes for C to C++. Adding extern C to header files for compatibility.
|
8 years ago |
Muxi Yan
|
89cf5a4093
|
Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and excluding some files for other build systems
|
8 years ago |
Ken Payson
|
30f1d0fe79
|
Specify min windows version as Vista for Python
|
8 years ago |
Mark D. Roth
|
61b26f97b0
|
Code review changes.
|
8 years ago |
Juanli Shen
|
fe40815682
|
Readd grpclb fallback
|
8 years ago |
Eric Dobson
|
60092b03d2
|
Fix docs on grpc_call_ref
|
8 years ago |
Vijay Pai
|
2046d0b3c5
|
Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip
|
8 years ago |
Vijay Pai
|
a44cffa11f
|
Base the new SerializationTraits API on implicit type conversion rather than SFINAE
|
8 years ago |
Vijay Pai
|
efce6e1e50
|
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
|
8 years ago |
Muxi Yan
|
c65c8773c0
|
Remove the entire line
|
8 years ago |
Craig Tiller
|
18c77ccfdb
|
Fix pings
|
8 years ago |
Yash Tibrewal
|
06312bdb43
|
Minor formatting, commenting and clang format for C to C++ conversion
|
8 years ago |
Yash Tibrewal
|
6b56c4d953
|
Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead of
designated initializers
|
8 years ago |
Yuchen Zeng
|
ad32075af8
|
Set last_ping_sent_time to inf_past after receiving data
|
8 years ago |
Yash Tibrewal
|
9eb8672bbe
|
Removing deprecated string to char * conversions
|
8 years ago |
Vijay Pai
|
4b047a3bff
|
Construction of streams shouldn't require triggering async ops
|
8 years ago |
Jan Tattermusch
|
5432dd8874
|
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
|
8 years ago |
Ken Payson
|
01e83b55e4
|
Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb."
This reverts commit aba0a0a544 .
|
8 years ago |
K.K. Yap
|
a6721a0979
|
Comment that IPv6 Any accepts both IPv4 and IPv6 connections.
|
8 years ago |
Vijay Pai
|
4433973242
|
Address review comments
|
8 years ago |
Vijay Pai
|
1c32292c7b
|
Address reviewer comments
|
8 years ago |
Juanli Shen
|
aba0a0a544
|
Add fallback (use backends from resolver if can't reach balancer) to grpclb.
|
8 years ago |
Vijay Pai
|
66eaa32773
|
Specify that ServerCompletionQueue must be drained.
|
8 years ago |
Vijay Pai
|
677395558d
|
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
|
8 years ago |
Vijay Pai
|
58c33ba19b
|
Decouple alarm construction from setting to avoid races in MT code
|
8 years ago |
Craig Tiller
|
0033c752d1
|
C89
|
8 years ago |
Craig Tiller
|
c1453ca8c2
|
Revert "Annotate benign race"
This reverts commit 6869da4d65 .
|
8 years ago |
Craig Tiller
|
b8fcff171a
|
Compile fix
|
8 years ago |
Craig Tiller
|
9c519434be
|
EXPERIMENT: Increase grpc_slice size to allow more inlining
|
8 years ago |
Craig Tiller
|
6869da4d65
|
Annotate benign race
|
8 years ago |
Craig Tiller
|
b675e0a0af
|
Annotate benign race
|
8 years ago |
Blair Kutzman
|
c64be96372
|
Correct spelling of 'client'.
|
8 years ago |
Mark D. Roth
|
2caf021772
|
Change plugin credentials API to support both sync and async modes.
|
8 years ago |
Craig Tiller
|
9bebf8b22a
|
C++ API for write-through
|
8 years ago |
Mark D. Roth
|
764cf04a13
|
Revert "Revert "Implement call combiner""
This reverts commit bf19961d0a .
|
8 years ago |
Muxi Yan
|
0e3969874a
|
Allow unreachable code on iPhone
|
8 years ago |
Ken Payson
|
08b79c1611
|
Doc UPdate
|
8 years ago |
Ken Payson
|
4754398f81
|
Clang_format
|
8 years ago |
Mark D. Roth
|
bf19961d0a
|
Revert "Implement call combiner"
|
8 years ago |
Ken Payson
|
567e0f1eb6
|
Have write ops take ownership over slices
|
8 years ago |
Mark D. Roth
|
76e264b8df
|
Implement call combiner.
|
8 years ago |
yang-g
|
a79ada3bcc
|
Double check macro to protect from faulty test.
|
8 years ago |
yang-g
|
9ff6031014
|
Add sync_custom.h
|
8 years ago |
Yuchen Zeng
|
b4481a9a13
|
Share one monitoring thread between channels
|
8 years ago |
Yuchen Zeng
|
a2e506e8d9
|
Avoid using timers
|
8 years ago |
Yuchen Zeng
|
6a6d618034
|
Prevent watching unsuppoted channels
|
8 years ago |
Yuchen Zeng
|
2411bacd04
|
Address review comments
|
8 years ago |
Yuchen Zeng
|
be9b814240
|
Add ChannelConnectivityWatcher
|
8 years ago |
Muxi Yan
|
d37411e71d
|
Some missing parts
|
8 years ago |
Muxi Yan
|
e9447a0068
|
Minor name fix
|
8 years ago |