Juanli Shen
|
fe40815682
|
Readd grpclb fallback
|
8 years ago |
Vijay Pai
|
efce6e1e50
|
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
|
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 |
Juanli Shen
|
aba0a0a544
|
Add fallback (use backends from resolver if can't reach balancer) to grpclb.
|
8 years ago |
Vijay Pai
|
677395558d
|
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
|
8 years ago |
Vijay Pai
|
ce58cf8c44
|
Add Slice constructors to match all grpc_slice cases
|
8 years ago |
Vijay Pai
|
0f95fa4909
|
Add idiomatic C++ API for grpc::Slice construction that doesn't
require using grpc_slice
|
8 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Mehrdad Afshari
|
d488bbac02
|
minor: doxygenize comment
|
8 years ago |
Mehrdad Afshari
|
6a6747a906
|
Link comment code entities
|
8 years ago |
Mehrdad Afshari
|
65942421b4
|
minor edits in channel_arguments.h
|
8 years ago |
Alexander Polcyn
|
d809a15ec4
|
cpp doc nits
|
8 years ago |
yang-g
|
eceec8eaf6
|
Add helper function to supply and parse error_details from Status.
|
8 years ago |
Craig Tiller
|
18f09a01f6
|
Add benchmark suite for chttp2
|
8 years ago |
Yuchen Zeng
|
77532e8bf3
|
Destroy pointer args when destructing a ChannelArguments
|
8 years ago |
Craig Tiller
|
62f28bfcf0
|
Remove double-checking of max-message-size in C++ layers
|
8 years ago |
Mark D. Roth
|
f0e17783ae
|
Add ChannelArguments methods for setting max send/recv message size.
|
8 years ago |
Craig Tiller
|
f69369741d
|
Review feedback
|
8 years ago |
Mark D. Roth
|
dc5d60b814
|
Allow setting service config via C++ API, for use in tests.
|
8 years ago |
Mark D. Roth
|
754b2b88bc
|
Code review changes.
|
8 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
8 years ago |
Craig Tiller
|
618e67d655
|
s/GPR_SLICE/GRPC_SLICE/g
|
8 years ago |
Craig Tiller
|
b37d53ebc0
|
Bulk update #includes
|
8 years ago |
Craig Tiller
|
d41a4a720f
|
s/gpr_slice/grpc_slice, and move around tests, impls
|
8 years ago |
Mark D. Roth
|
7190b0c651
|
Add ChannelArguments::SetLoadBalancingPolicyName() to C++ API.
|
8 years ago |
Craig Tiller
|
1d0fce9d60
|
Add some endpoint pair tests
|
8 years ago |
Craig Tiller
|
20afa3d7c9
|
BufferPool --> ResourceQuota
|
9 years ago |
Yuchen Zeng
|
de3daf5d63
|
More interfaces for grpc_socket_mutator
|
9 years ago |
Craig Tiller
|
db1a5cce47
|
Buffer pool C++ wrapper
|
9 years ago |
Mark D. Roth
|
6980362c4e
|
Allow setting max send message size via C++ ServerBuilder API.
|
9 years ago |
Vijay Pai
|
a9c0d7f88b
|
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is
violating the appearance of unary-ness)
|
9 years ago |
Mark D. Roth
|
2665bdd6d2
|
Reduce allocations associated with src/cpp/util/byte_buffer.cc.
|
9 years ago |
David Garcia Quintas
|
6721d4f0f1
|
Return success status of grpc_byte_buffer_reader
|
9 years ago |
yang-g
|
a324c4fea6
|
Add API to get c slice from c++ Slice.
|
9 years ago |
vjpai
|
726561ed06
|
Initial definition of flow-controlled unary type along with code generation for this type
|
9 years ago |
yang-g
|
17487f9a22
|
Make grpc++ independent of protobuf
|
9 years ago |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
Craig Tiller
|
f40df23eeb
|
Auto-changes
|
9 years ago |
yang-g
|
f64befd27f
|
Make a copy of ByteBuffer when writing
|
9 years ago |
David Garcia Quintas
|
4105505b33
|
Fixed refactoring of grpc_arg pointer vtable
|
9 years ago |
yang-g
|
1945ae4285
|
Fix copyright
|
9 years ago |
yang-g
|
d59ad7ef39
|
Provide explicit API for user to set user agent string prefix
|
9 years ago |
Alistair Veitch
|
75d5c0f024
|
post merge
|
9 years ago |
David Garcia Quintas
|
5a9462339d
|
copyrights
|
9 years ago |
David Garcia Quintas
|
6bd7b97dc6
|
DONE!!1one
|
9 years ago |
David Garcia Quintas
|
e1300deb87
|
After GrpcLibrary refactoring. Compiles and passes. WIP still
|
9 years ago |
David Garcia Quintas
|
6a48405ed0
|
pre sync_stream.cc creation. Does not compile
|
9 years ago |
David Garcia Quintas
|
b523c732d1
|
async_stream.h done. Compiles
|
9 years ago |
David Garcia Quintas
|
3452ae27c1
|
copyrights
|
9 years ago |