yang-g
|
e21908fcee
|
impl
|
10 years ago |
yang-g
|
9fb35a5332
|
split stream.h into sync_stream.h and async_stream.h
|
10 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
10 years ago |
yang-g
|
ef00308e39
|
remove internal_stub
|
10 years ago |
yang-g
|
c2bd8a6d1a
|
Fix server side and generic stub
|
10 years ago |
yang-g
|
431f8c2b5f
|
make registermethod private
|
10 years ago |
yang-g
|
8c2be9f228
|
Remove ChannelInterface and replace it with Channel
|
10 years ago |
yang-g
|
b9b9d6ee8e
|
add a README for include/grpc++/impl
|
10 years ago |
Craig Tiller
|
d6c98df792
|
clang-format all source
|
10 years ago |
yang-g
|
9b7757dd35
|
Use a sync service to handle requests to unknown services
|
10 years ago |
Nicolas "Pixel" Noble
|
4960516c63
|
Properly initializing reserved pointer in tests.
|
10 years ago |
yang-g
|
766d9ee148
|
fix build
|
10 years ago |
yang-g
|
7cbac4cf95
|
Fix gpr_inf_future call
|
10 years ago |
Vijay Pai
|
94fd462df8
|
override and final
|
10 years ago |
Vijay Pai
|
181ef45f5e
|
Addressing outstanding typos and comments
Clang-format of changed files
|
10 years ago |
vjpai
|
7d980e44b2
|
Remove lambda function with lambda capture to allow building with pre-lambda
compilers
|
10 years ago |
David Garcia Quintas
|
664cda0ef5
|
Removed spurious check
|
10 years ago |
David Garcia Quintas
|
6a3cf974f7
|
Added WriteOptions for per-message flags and modified CallOps to use it.
|
10 years ago |
Nicolas "Pixel" Noble
|
d8c04b3603
|
std::function is no longer implicitly included. Fixing this.
|
10 years ago |
Craig Tiller
|
026e600b5b
|
Update to set flags=0 on all ops
|
10 years ago |
Craig Tiller
|
e9fad15b0b
|
Remove redundant decls
|
10 years ago |
Yang Gao
|
c1a2c314fb
|
Update the Status API
|
10 years ago |
Craig Tiller
|
90ed038999
|
.clang-format
|
10 years ago |
Craig Tiller
|
fcff618e6f
|
Clarify some of the call stuff
|
10 years ago |
Craig Tiller
|
bd277cb3cb
|
Clarify serialization traits interface
|
10 years ago |
Craig Tiller
|
2f4a49c8d3
|
Fix memory leak
|
10 years ago |
Craig Tiller
|
928ec8ee51
|
Fix memory leak
|
10 years ago |
Craig Tiller
|
8f789fd4b9
|
Reset on finalization so op objects can be reused
|
10 years ago |
Craig Tiller
|
e8200ba046
|
Fix GCC compilation
|
10 years ago |
Craig Tiller
|
e6ee9b403c
|
Hide some unnecessary information
|
10 years ago |
Craig Tiller
|
4beef42264
|
Clarify ownership
|
10 years ago |
Craig Tiller
|
b73856916a
|
Remove old code, simplify a little
|
10 years ago |
Craig Tiller
|
44290f1b6f
|
Add necessary include
|
10 years ago |
Craig Tiller
|
ce40de58da
|
clang-format
|
10 years ago |
Craig Tiller
|
789471cfc6
|
Client side compiles/links
|
10 years ago |
Craig Tiller
|
50a7a68ca2
|
Progress commit on fixing up C++
|
10 years ago |
Craig Tiller
|
81fafa8971
|
Beginning the cleanup
|
10 years ago |
Yang Gao
|
69fe0759be
|
Various minor fixes
|
10 years ago |
Craig Tiller
|
3676b38183
|
Lose redundant tag on unary calls
|
10 years ago |
Craig Tiller
|
f9e6adf998
|
Completion queue binding for new requests API change
Move completion queue binding for new requests to the new request
request time, not server instantiation time.
|
10 years ago |
Yang Gao
|
3921c56bee
|
Expose max message size at the server side
|
10 years ago |
zeliard
|
179be50ad3
|
merge VS solutions file from upstream master
|
10 years ago |
Yang Gao
|
c4b6ffb1b6
|
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
|
10 years ago |
Craig Tiller
|
277d3cff7e
|
clang-format
|
10 years ago |
Craig Tiller
|
3beef68d39
|
Populate channel tags for methods
|
10 years ago |
Craig Tiller
|
53a38d4699
|
Make RpcMethod constructor take all args
|
10 years ago |
Nicolas "Pixel" Noble
|
b092916a2a
|
Addressing concerns.
|
10 years ago |
Nicolas "Pixel" Noble
|
ff2828be3d
|
Rewriting mutex, condition_variable, and thread.
|
10 years ago |
Yang Gao
|
e9866e977e
|
resolve comment
|
10 years ago |
Yang Gao
|
b53af532af
|
Bug fix. User can destroy status after calling Finish and we should keep a copy of it instead of a pointer
|
10 years ago |