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 |
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 |
Vijay Pai
|
4433973242
|
Address review comments
|
7 years ago |
Vijay Pai
|
1c32292c7b
|
Address reviewer comments
|
7 years ago |
Vijay Pai
|
677395558d
|
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
|
7 years ago |
Blair Kutzman
|
c64be96372
|
Correct spelling of 'client'.
|
7 years ago |
Craig Tiller
|
9bebf8b22a
|
C++ API for write-through
|
7 years ago |
Ken Payson
|
4754398f81
|
Clang_format
|
7 years ago |
Ken Payson
|
567e0f1eb6
|
Have write ops take ownership over slices
|
7 years ago |
Vijay Pai
|
b18ab3f7c8
|
Delete deprecated constructor and CallOpSetCollectionInterface
|
7 years ago |
Jan Tattermusch
|
e68c0d1722
|
Revert "Reintroduce a lambda capture as part of C++11-izing code"
|
7 years ago |
jiangtaoli2016
|
3aaa5ea028
|
minor fix
|
7 years ago |
yang-g
|
e8a61d63b5
|
Add a default delete override for the interface
|
7 years ago |
Muxi Yan
|
c80526d122
|
Modify C++ and Objective C to initialize maybe_stream_compression_level
|
7 years ago |
Vijay Pai
|
bc81eee4d4
|
Remove a follow-on internal that was added post-internalization, keep the templated QPS worker rather than going back to internal API
|
7 years ago |
Vijay Pai
|
6abd20020b
|
Revert "Separate internal-only and public parts of C++ API"
|
7 years ago |
Vijay Pai
|
3d7d5f4ed2
|
Create inproc transport, add relevant tests, exclude irrelevant tests
|
7 years ago |
Mark D. Roth
|
0696611fb5
|
Do not return calls on server when request proto fails to deserialize.
|
7 years ago |
ncteisen
|
616dafd52c
|
Partial revert of https://github.com/grpc/grpc/pull/10743
|
7 years ago |
Mehrdad Afshari
|
bb3d95b643
|
Use https://grpc.io consistently as the canonical URL
|
8 years ago |
Vijay Pai
|
c0baec60a1
|
Internalize structs and methods meant for being exposed through codegen
or that interface with core and are only for internal use
|
8 years ago |
yang-g
|
d03594fb73
|
second try
|
8 years ago |
yang-g
|
0d9caecde2
|
Unref the call first in case the collection is still used in call
|
8 years ago |
yang-g
|
a3d929169f
|
Use pointer to avoid assignment and race.
|
8 years ago |
Vijay Pai
|
28ee1ecdf0
|
Resolve typos
|
8 years ago |
Noah Eisen
|
67a40548ca
|
Initialize pending_ops false
|
8 years ago |
ncteisen
|
36bb8a0006
|
s/hanging/pending/g
|
8 years ago |
ncteisen
|
43f2b55a07
|
Add repro and fix to bidi case
|
8 years ago |
ncteisen
|
95f7a51746
|
Fix writelast bug
|
8 years ago |
Vijay Pai
|
10c040d455
|
Move collection reset before unref (since unref could destroy obj)
|
8 years ago |
Vijay Pai
|
d35730d185
|
Fix use of terminal underscores in field names.
|
8 years ago |
Vijay Pai
|
fc539eb193
|
Re-enable public constructor for ClientAsyncResponseReader to avoid busting client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used.
|
8 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Garret Kelly
|
0cd689202d
|
Remove extraneous semicolons.
Fixes compilation if building with -Wextra-semi.
|
8 years ago |
yang-g
|
63610c4740
|
Update comments to discourage having an OK status with error_message
|
8 years ago |
Craig Tiller
|
840931eec9
|
More import fixes
|
8 years ago |
Mark D. Roth
|
127fdaeace
|
More Doxygen comment improvements.
|
8 years ago |
Mehrdad Afshari
|
a64ea5496d
|
Corrected spelling
|
8 years ago |
yang-g
|
21035da1c9
|
Add api to server builder plugin to modify the builder
|
8 years ago |
Alexander Polcyn
|
16153d11f8
|
address comments, description changes
|
8 years ago |
Alexander Polcyn
|
bb2c338924
|
format changes, address comments
|
8 years ago |
Alexander Polcyn
|
d6ba5ecc34
|
fix bad line breaks and lengths
|
8 years ago |
Alexander Polcyn
|
41ff2e1ee6
|
address comments, format changes
|
8 years ago |
ncteisen
|
22dbd73b43
|
Add static assert to enforce subtype invariant
|
8 years ago |
Alexander Polcyn
|
0f02908e67
|
address comments
|
8 years ago |
Alexander Polcyn
|
d809a15ec4
|
cpp doc nits
|
8 years ago |
Vijay Pai
|
611e7e78de
|
Reintroduce a lambda capture as part of C++11-izing code
|
8 years ago |
David Garcia Quintas
|
97106a7ef2
|
Removed 3rd party dep on thrift
|
8 years ago |