Craig Tiller
|
be094fc5e6
|
Fix compile
|
8 years ago |
Sree Kuchibhotla
|
f2c32150ef
|
Update C++ code
|
8 years ago |
Sree Kuchibhotla
|
982a6f2b1c
|
C++ code changes in response to grpc_completion_queue_create() API change
|
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
|
81eceb31cc
|
Remove bogus assert
|
8 years ago |
Craig Tiller
|
73ee7dc559
|
C++ compiles
|
9 years ago |
Craig Tiller
|
cca7589333
|
Start moving C++ to slice interfaces
|
9 years ago |
Craig Tiller
|
28b72428a8
|
clang-format
|
9 years ago |
Craig Tiller
|
b37d53ebc0
|
Bulk update #includes
|
9 years ago |
Craig Tiller
|
d41a4a720f
|
s/gpr_slice/grpc_slice, and move around tests, impls
|
9 years ago |
David Garcia Quintas
|
61887dcf46
|
scrubbed codegen/sync.h
|
9 years ago |
David Garcia Quintas
|
c79b0650d2
|
removed codegen/log.h
|
9 years ago |
David Garcia Quintas
|
1399e466b0
|
removed codegen/time.h
|
9 years ago |
David Garcia Quintas
|
3b31fdf77b
|
removed codegen/byte_buffer.h
|
9 years ago |
David Garcia Quintas
|
6b11462da1
|
removed codegen/alloc.h
|
9 years ago |
David Garcia Quintas
|
6721d4f0f1
|
Return success status of grpc_byte_buffer_reader
|
9 years ago |
David Garcia Quintas
|
a20a2ad41b
|
moved core_codegen from src/cpp/... to include/grpc++/...
|
9 years ago |
David Garcia Quintas
|
1b2db6333d
|
Moved protos out of core_codegen interface
|
9 years ago |
Craig Tiller
|
9533d042d4
|
Fix includes
|
9 years ago |
David Garcia Quintas
|
b942640497
|
clang-format
|
9 years ago |
David Garcia Quintas
|
ef6848fe5b
|
reverted gpr_ time changes
|
9 years ago |
David Garcia Quintas
|
057a0a2033
|
fixed wrong refactoring
|
9 years ago |
David Garcia Quintas
|
723af53419
|
moved some files around
|
9 years ago |
David Garcia Quintas
|
8c3d9943f6
|
compiles!
|
9 years ago |
David Garcia Quintas
|
e1ce31eda3
|
wip. cq refactored
|
9 years ago |
David Garcia Quintas
|
6848c4e145
|
wip. prior to cq refactoring
|
9 years ago |
David Garcia Quintas
|
94c80d8389
|
copyrights
|
9 years ago |
David Garcia Quintas
|
f588aeb1e2
|
introduced workaround for proto_utils
|
9 years ago |
Craig Tiller
|
7536af02cf
|
Eliminate gpr_ int types - and insist on C99 variants instead
|
9 years ago |
Jan Tattermusch
|
5dc93c363b
|
include climits
|
10 years ago |
Jan Tattermusch
|
5b155e5674
|
more win x64 fixes
|
10 years ago |
Craig Tiller
|
0ba432d445
|
Move profiling system to gpr
|
10 years ago |
Craig Tiller
|
1f41b6b5ed
|
Simplify adding annotations, annotate more things
|
10 years ago |
Craig Tiller
|
71a0f9d3b0
|
Fix clang-format script
|
10 years ago |
Craig Tiller
|
cc5dc5bbaf
|
Fast path for proto serialization for small protos
|
10 years ago |
Craig Tiller
|
04456843cd
|
Windows fixes
|
10 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
10 years ago |
Craig Tiller
|
d6c98df792
|
clang-format all source
|
10 years ago |
yang-g
|
f99c090625
|
return StatusCode::INTERNAL for proto parsing error
|
10 years ago |
David Garcia Quintas
|
d7d9ce27c5
|
WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of compression request thru MD
|
10 years ago |
yang-g
|
adfed03146
|
Add missing headers to build.json
|
10 years ago |
David Garcia Quintas
|
59f905d79a
|
Changes to byte_buffer based on comments.
|
10 years ago |
Craig Tiller
|
bd277cb3cb
|
Clarify serialization traits interface
|
10 years ago |
Craig Tiller
|
ce40de58da
|
clang-format
|
10 years ago |
Craig Tiller
|
50a7a68ca2
|
Progress commit on fixing up C++
|
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
|
3921c56bee
|
Expose max message size at the server side
|
10 years ago |
Craig Tiller
|
f96dbc784d
|
Fix for a crash seen in the wild
|
10 years ago |
Yang Gao
|
6baa9b67ad
|
clang-format c++ code
|
10 years ago |