Karthik Ravi Shankar
|
db3cd51b2f
|
Move ErrorDetails from ::grpc_impl to ::grpc
Reverts: https://github.com/grpc/grpc/pull/18455
|
5 years ago |
Karthik Ravi Shankar
|
338b4cb5c9
|
Fold ErrorDetails into grpc_impl from grpc
|
6 years ago |
Vijay Pai
|
2eb25c871e
|
Avoid build errors
|
6 years ago |
Ara Ayvazyan
|
8d06d097bc
|
Fix broken ByteBuffer copy ctor
|
7 years ago |
Noah Eisen
|
52d4c7c8b6
|
Ensure lib is initialize for ByteBuffer use
|
7 years ago |
ncteisen
|
cf5b2666e1
|
Make GrpcProtoBufferReaderWriter public
|
7 years ago |
Vijay Pai
|
7fed69b7ad
|
Use static_cast rather than reinterpret_cast whenever possible
|
7 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
7 years ago |
Muxi Yan
|
38fcd0c6c3
|
clang-format
|
7 years ago |
ncteisen
|
61c4d6b648
|
Fix stats
|
8 years ago |
Craig Tiller
|
baa14a975e
|
Update clang-format to 5.0
|
8 years ago |
yang-g
|
903981adb6
|
Catch out of order error code
|
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 |
Jan Tattermusch
|
5432dd8874
|
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
|
8 years ago |
Vijay Pai
|
677395558d
|
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
|
8 years ago |
Craig Tiller
|
2897235609
|
Expose stats into qps_driver
|
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 |
yang-g
|
eceec8eaf6
|
Add helper function to supply and parse error_details from Status.
|
8 years ago |
Craig Tiller
|
7c70b6c144
|
Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97 .
|
8 years ago |
Craig Tiller
|
5e01e2ac97
|
Revert "Metadata handling rewrite"
|
8 years ago |
Craig Tiller
|
5ef31ab9c9
|
Progress towards mdstr elimination
|
9 years ago |
Vijay Pai
|
5c41bab92c
|
Remove references to NO_CHRONO option
|
9 years ago |
Craig Tiller
|
d41a4a720f
|
s/gpr_slice/grpc_slice, and move around tests, impls
|
9 years ago |
Craig Tiller
|
102fa966b6
|
Rename some files to avoid conflicting .obj files on Windows
|
9 years ago |
Vijay Pai
|
c4752d8857
|
Remove this->
|
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 |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
Craig Tiller
|
2e1903638e
|
Fix copyrights
|
9 years ago |
Craig Tiller
|
f40df23eeb
|
Auto-changes
|
9 years ago |
David Garcia Quintas
|
1b634717ff
|
copyright
|
9 years ago |
David Garcia Quintas
|
8c3d9943f6
|
compiles!
|
9 years ago |
David Garcia Quintas
|
6848c4e145
|
wip. prior to cq refactoring
|
9 years ago |
Alistair Veitch
|
75d5c0f024
|
post merge
|
9 years ago |
Vijay Pai
|
e0b0e27f3a
|
clang-format
|
9 years ago |
Vijay Pai
|
17e630af30
|
Fix a case in bbuf copy constructore
|
9 years ago |
yang-g
|
f80573502a
|
destroy reader after using it
|
9 years ago |
Craig Tiller
|
754bd26e28
|
clang-format code
|
9 years ago |
murgatroid99
|
eeb02ba77a
|
Update copyrights again
|
9 years ago |
Vijay Pai
|
b30bc2aad6
|
Remove dead code and a thus unneeded change to C++ bbuf
|
9 years ago |
vjpai
|
de332dfcac
|
Refactor server side to support generic tests.
|
9 years ago |
Vijay Pai
|
18c0477528
|
Got rid of all compilation problems, now need to test
|
9 years ago |
Craig Tiller
|
7536af02cf
|
Eliminate gpr_ int types - and insist on C99 variants instead
|
9 years ago |
Jan Tattermusch
|
88086373db
|
make gpr_timespec platform agnostic
|
9 years ago |
vjpai
|
b6df94ad22
|
WIP
|
10 years ago |
Craig Tiller
|
71a0f9d3b0
|
Fix clang-format script
|
10 years ago |