Cheng-Yu Chung
|
e83d69bdf2
|
Remove `include/grpcpp/impl/codegen/metadata_map.h` (#31531)
* Remove `include/grpcpp/impl/codegen/metadata_map.h`
* Automated change: Fix sanity tests
|
2 years ago |
Cheng-Yu Chung
|
c91c2fbd1a
|
Remove `include/grpcpp/impl/codegen/completion_queue_tag.h` (#31320)
* Remove `include/grpcpp/impl/codegen/completion_queue_tag.h`
* Automated change: Fix sanity tests
|
2 years ago |
Cheng-Yu Chung
|
37c6662919
|
Remove `include/grpcpp/impl/codegen/callback_common.h` (#31311)
* Remove `include/grpcpp/impl/codegen/callback_common.h`
* Update
|
2 years ago |
Cheng-Yu Chung
|
08ee2a3487
|
Remove `include/grpcpp/impl/codegen/call_op_set.h` (#31310)
|
2 years ago |
Cheng-Yu Chung
|
a1cb2f3d6f
|
Remove `include/grpcpp/impl/codegen/server_callback.h` (#31280)
|
2 years ago |
Craig Tiller
|
28316341bf
|
Annotate impl/codegen with IWYU pragmas (#27252)
* Add a tool to annotate impl/codegen with IWYU pragmas
* xx
* oops
* fmt
* x
* fix wrong direction bug
* use defaultdict
* better annotations
* better annotations
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
|
3 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
Alistair Veitch
|
75d5c0f024
|
post merge
|
9 years ago |
David Garcia Quintas
|
b523c732d1
|
async_stream.h done. Compiles
|
9 years ago |
David Garcia Quintas
|
44f3249018
|
Introduced ServerInterface
|
9 years ago |
murgatroid99
|
3466c4b55d
|
Updated copyrights
|
9 years ago |
Ian Coolidge
|
8e7a4b66e8
|
Fix R/W template argument order in prototypes
In some cases, the prototype argument order was different
than the declaration order.
Based on a patch from Sam Leffler.
|
9 years ago |
Hongyu Chen
|
134cac2004
|
Address comments: revert all changes except adding two new metadata keys
"census" and "census-bin"
|
9 years ago |
Hongyu Chen
|
1f96048187
|
Census tags propagation.
|
9 years ago |
Julien Boeuf
|
5be92a316d
|
Shuffling headers around.
|
9 years ago |
yang-g
|
e21908fcee
|
impl
|
9 years ago |
yang-g
|
1eeb21c4df
|
api change to string_ref
|
9 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
9 years ago |
yang-g
|
9b7757dd35
|
Use a sync service to handle requests to unknown services
|
9 years ago |
Craig Tiller
|
bb5361453f
|
C++ context propagation
|
9 years ago |
yang-g
|
d45a26ed06
|
allow null tag
|
9 years ago |
yang-g
|
b335256444
|
Add AsyncNotifyWhenDone
|
9 years ago |
Alistair Veitch
|
100a6e1d82
|
add struct include/grpc++/server_context.h src/cpp/server/server_context.cc
|
9 years ago |
yang-g
|
9a009f2a75
|
make accessors from get_x() to x()
|
9 years ago |
yang-g
|
487f5a20b6
|
add warning comments
|
9 years ago |
yang-g
|
f1ec377063
|
server api
|
9 years ago |
Alistair Veitch
|
cf39e94872
|
Server side census context plumbing for c++
|
9 years ago |
David Garcia Quintas
|
80f3995e47
|
wip
|
9 years ago |
David Garcia Quintas
|
6dd49a5c8f
|
Added some methods to context inspector. Also minor tweak to server context IsCancelled() method
|
10 years ago |
yang-g
|
94d6225ae7
|
Create server side auth context lazily
|
10 years ago |
David Garcia Quintas
|
3922005878
|
Introduced InteropContextInspector to be able to peek into server contexts during interop testing.
|
10 years ago |
David Garcia Quintas
|
8d9f830168
|
Introduced InteropContextInspector to be able to peek into server contexts during interop testing.
|
10 years ago |
jboeuf
|
69cb6b41c8
|
Backport of pull request #2313 into release-0_10.
|
10 years ago |
yang-g
|
85c04f938f
|
resolve comments
|
10 years ago |
yang-g
|
3abe60b9d0
|
compiles
|
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 |
Craig Tiller
|
50a7a68ca2
|
Progress commit on fixing up C++
|
10 years ago |
David Garcia Quintas
|
c9516d4e28
|
Fixed memory leak in server_async
|
10 years ago |
zeliard
|
179be50ad3
|
merge VS solutions file from upstream master
|
10 years ago |
Nicolas Noble
|
89219162dd
|
Refactoring std::chrono out.
|
10 years ago |
Vijay Pai
|
8dafd52cea
|
Revert "Remove dead members of server context"
This reverts commit 8c8588c7dc .
|
10 years ago |
Vijay Pai
|
652b7e983b
|
Revert "Remove dead members of server context"
This reverts commit 8c8588c7dc .
|
10 years ago |
Vijay Pai
|
fa6ea8536d
|
Revert "Remove dead members of server context"
This reverts commit 8c8588c7dc .
|
10 years ago |
Vijay Pai
|
8c8588c7dc
|
Remove dead members of server context
|
10 years ago |
Yang Gao
|
1c40233814
|
first sets of changes, it builds
|
10 years ago |
Yang Gao
|
ee7ab3db2f
|
Remove include google/protobuf/message.h as it should be covered in config.h
|
10 years ago |
Nicolas "Pixel" Noble
|
1ff52d5278
|
Guard headers tool.
|
10 years ago |
Craig Tiller
|
c5ba0e56a0
|
Make it possible to compile with gcc4.6
|
10 years ago |