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 |
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 |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
4 years ago |
Vijay Pai
|
0e29d7b9bc
|
Properly clear metadata and other structs when reusing ServerContext
|
6 years ago |
Yash Tibrewal
|
c2e3fde9b5
|
Rename call.h to call_op_set.h and call_wrapper.h to call.h
|
6 years ago |
ncteisen
|
58e99b6377
|
Use strncmp over grpc_slice_str_cmp
|
6 years ago |
ncteisen
|
ca77fcd7cd
|
Reviewer comments
|
6 years ago |
ncteisen
|
743d40d635
|
Lazily fill metadata map
|
6 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Muxi Yan
|
38fcd0c6c3
|
clang-format
|
7 years ago |
Craig Tiller
|
baa14a975e
|
Update clang-format to 5.0
|
7 years ago |
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
7 years ago |
Vijay Pai
|
6abd20020b
|
Revert "Separate internal-only and public parts of C++ API"
|
7 years ago |
Vijay Pai
|
c0baec60a1
|
Internalize structs and methods meant for being exposed through codegen
or that interface with core and are only for internal use
|
8 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
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
|
cadabdf1f3
|
Fix include guards
|
8 years ago |
Craig Tiller
|
f658bf0e1b
|
Start resolving memory issues in C++ metadata
|
8 years ago |