Sree Kuchibhotla
8600438d54
Add more functionality (no cq integration yet) and add a dummy test
9 years ago
Yuchen Zeng
1318479011
Separate generated file and protobuf dependency
9 years ago
Sree Kuchibhotla
9e656a4340
Initial shell
9 years ago
yang-g
807387641f
prevent spurious wake up and unstarted/already shutdown server
9 years ago
yang-g
6ec11f2acd
prevent spurious wake up and unstarted/already shutdown server
9 years ago
yang-g
05573f1692
Make Server::Wait work for async only server.
9 years ago
yang-g
e89dc6ceb6
Make Server::Wait work for async only server.
9 years ago
David Garcia Quintas
6721d4f0f1
Return success status of grpc_byte_buffer_reader
9 years ago
David Garcia Quintas
4281272389
Updated git clone URL
9 years ago
Mark D. Roth
97b173dfb8
Addressed reviewer comments.
9 years ago
Mark D. Roth
ab950ee7c5
Move channel_filter.h from include/ tree to src/ tree.
9 years ago
Mark D. Roth
bd3e3189d6
clang-format
9 years ago
Vijay Pai
577d1696e8
Fix generated reflection files
9 years ago
Mark D. Roth
07cd9c9e06
Initial attempt at a C++ wrapper for the C grpc_transport_op and
...
grpc_transport_stream_op structs.
9 years ago
vjpai
726561ed06
Initial definition of flow-controlled unary type along with code generation for this type
9 years ago
Mark D. Roth
9fe5ef5f9d
Removed unnecessary comments. Added connection counter to test.
9 years ago
Mark D. Roth
f5bbff9c8e
Fix portability issues.
9 years ago
Mark D. Roth
f9c1f7a412
clang-format
9 years ago
Mark D. Roth
c008b33c18
Pass channel args to ChannelData ctor and ChannelData to CallData ctor.
9 years ago
Mark D. Roth
c459ecf7c9
- fix build problems
...
- make changes suggested by reviewer
- add test (not working yet)
9 years ago
Vijay Pai
6b668cc93f
Remove range-based for, comparisons to nullptr
9 years ago
Vijay Pai
4e1a883a5f
Digraph
9 years ago
Vijay Pai
4425828d1d
Should not explicitly initialize these pointers to nullptr in gcc-4.4 case
...
because nullptr assignment actually requires the calling of a constructor.
As a result, the order in which these nullptr initializations take place
is not defined with respect to other initializations.
A pointer that is left without explicit initialization automatically
gets nullptr anyway, so just don't explicitly initialize these.
9 years ago
Mark D. Roth
ec0bc8b4ed
Initial attempt at a C++ API for defining channel filters.
9 years ago
yang-g
773a8825bc
Minor fixes
9 years ago
Martin Dyring-Andersen
0de6cea207
Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined
9 years ago
Vijay Pai
15855f3e7f
Switch server builder plugin API to something that will work with gcc4.4
9 years ago
Vijay Pai
eac07c3cc8
WIP
9 years ago
Craig Tiller
05bec5c0ab
Fix uninitialized variable
9 years ago
Vijay Pai
b645a2d3ce
Remove another range-based for
...
Do not make explicit comparisons against nullptr; only use
implicit typecast to bool
9 years ago
Adam Michalik
4ad746e4e0
clang-format, fix headers, windows fixes
9 years ago
Adam Michalik
b97e2d145e
Add C++ support for using external FD
9 years ago
Yuchen Zeng
7ae31a8898
Add more comments, fix format issues
9 years ago
Yuchen Zeng
0601df3a04
Move reflection src/hdr to src/cpp/ext include/grpc++/ext
9 years ago
Craig Tiller
fa96d86a99
Fix comments
9 years ago
Craig Tiller
8a7fe1a0ef
Fix crash
9 years ago
Craig Tiller
e004958fd6
Fix formatting, mem leak, stall
9 years ago
Craig Tiller
20431a8618
Fix merge
9 years ago
Craig Tiller
aae6c2cb96
Fix server plugin test
9 years ago
Craig Tiller
3eee9b4ace
Mark sync cq as non-listening when it is
9 years ago
David Garcia Quintas
a20a2ad41b
moved core_codegen from src/cpp/... to include/grpc++/...
9 years ago
David Garcia Quintas
2d02456e78
got rid of grpc_compression_options
9 years ago
David Garcia Quintas
9e9f7b62c7
Refactorings and renamings related to compression.
...
Also added levels to the channel args options.
9 years ago
Sree Kuchibhotla
8c34e7c3f1
Fix a typo
9 years ago
Sree Kuchibhotla
98a185a72e
Change error to warning since we do not have a good way to determine
...
whether the server is sync or async
9 years ago
David Garcia Quintas
183ba02ce7
Renamed some defines
9 years ago
Yuchen Zeng
7d099a5c90
Fix naming and comment problems
9 years ago
Yuchen Zeng
3b8f3354de
Add plugins at the time of static initialization
9 years ago
Yuchen Zeng
a42ec21341
Server builder plugin
9 years ago
David Garcia Quintas
1b2db6333d
Moved protos out of core_codegen interface
9 years ago