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 |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 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 |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 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 |
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 |
vjpai
|
b6df94ad22
|
WIP
|
9 years ago |
Craig Tiller
|
d6599a39e4
|
Replicate C++ docs from master to beta branch
Original PR #3074 by @dgquintas
|
10 years ago |
Craig Tiller
|
00ad71c135
|
Revert "C++ docs"
|
10 years ago |
David Garcia Quintas
|
c5318a2aa7
|
MOAR COMMENTS
|
10 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
10 years ago |
Yang Gao
|
89c5a56233
|
Add const to ByteBuffer methods and add tests
|
10 years ago |
David Garcia Quintas
|
59f905d79a
|
Changes to byte_buffer based on comments.
|
10 years ago |
David Garcia Quintas
|
30bd4eb5cc
|
Removed grpc_byte_buffer_reader_{create,destroy}.
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to
manage memory.
|
10 years ago |
Yang Gao
|
3b3097fb7a
|
Remove an extra unref
|
10 years ago |
Yang Gao
|
086cd1108c
|
read and copy add two ref's, unref one
|
10 years ago |
Yang Gao
|
61c413182d
|
initial imple of byte buffer and slice
|
10 years ago |
Yang Gao
|
1c40233814
|
first sets of changes, it builds
|
10 years ago |