289 Commits (c7f641da0d5508a5d49e8efe60b523c68d9b7b73)

Author SHA1 Message Date
Yousuk Seung c7f641da0d
server: introduce ServerMetricRecorder API and move per-call reporting from a C++ interceptor to a C-core filter (#32106) 2 years ago
Craig Tiller a414dbd304
Revert #30349 (#32008) 2 years ago
Yijie Ma f99b8b5bc4
Convert c-style comments to C++-style comments (#31923) 2 years ago
Craig Tiller 49a3035d44
[iwyu] Fix CI job (#31921) 2 years ago
Cheng-Yu Chung 1b05576aa3
[cleanups] Clean up `GrpcLibraryInitializer` (#31894) 2 years ago
Cheng-Yu Chung 9a7e77318b
[cleanups] Remove `include/grpc/impl/codegen/grpc_types.h` (#31835) 2 years ago
Cheng-Yu Chung 0356ff3a72
Remove `include/grpc/impl/codegen/gpr_types.h` (#31818) 2 years ago
Cheng-Yu Chung e9b287997a
Remove `include/grpcpp/impl/codegen/sync.h` (#31545) 2 years ago
Cheng-Yu Chung 452d026b7d
Remove `include/grpcpp/impl/codegen/interceptor_common.h` (#31530) 2 years ago
Cheng-Yu Chung e83d69bdf2
Remove `include/grpcpp/impl/codegen/metadata_map.h` (#31531) 2 years ago
Cheng-Yu Chung 224c72b524
Remove `include/grpcpp/impl/codegen/server_interface.h` (#31539) 2 years ago
Cheng-Yu Chung e7f9fb03f4
Remove `include/grpcpp/impl/codegen/server_callback_handlers.h` (#31533) 2 years ago
Cheng-Yu Chung c91c2fbd1a
Remove `include/grpcpp/impl/codegen/completion_queue_tag.h` (#31320) 2 years ago
Esun Kim 50fbe51238
Fix IWYU with clang-15 (#31556) 2 years ago
Cheng-Yu Chung 08ee2a3487
Remove `include/grpcpp/impl/codegen/call_op_set.h` (#31310) 2 years ago
Cheng-Yu Chung 1a9ce63199
Revert "Remove `include/grpcpp/impl/codegen/status_code_enum.h` (#31284)" (#31387) 2 years ago
Cheng-Yu Chung 3981105be6
Remove `include/grpcpp/impl/codegen/status_code_enum.h` (#31284) 2 years ago
Craig Tiller 9c98d67d7a
[c++14] absl::make_unique --> std::make_unique (#31159) 3 years ago
Esun Kim d43511f4af
Removed GRPC_ERROR_NONE (#31131) 3 years ago
Cheng-Yu Chung 7cb9731e4e
Remove `include/grpcpp/impl/codegen/call_op_set_interface.h` (#30990) 3 years ago
Craig Tiller 004788af3d
[cleanup] Remove profiling timers (#30779) 3 years ago
Craig Tiller 0450157e06
[iwyu] Better handle <type_traits> (#30349) 3 years ago
Mark D. Roth 80541dbc25
Revert "Revert "Second attempt: health check service: rewrite using callback … (#29813)" (#30168) 3 years ago
Craig Tiller 897bc2c100
Revert "Second attempt: health check service: rewrite using callback … (#29813) 3 years ago
Craig Tiller 0f9d024fec
[iwyu] c++ (#29721) 3 years ago
Craig Tiller 0642bc213d
Revert "[iwyu] grpc++ (#29610)" (#29720) 3 years ago
Craig Tiller c8159eabdf
[iwyu] grpc++ (#29610) 3 years ago
AJ Heller 93e6894485
Revert "Fix gRPC C++ init bug (#29689)" (#29701) 3 years ago
Esun Kim de613e3a9e
Fix gRPC C++ init bug (#29689) 3 years ago
Mark D. Roth 90ee4e85f5
Second attempt: health check service: rewrite using callback API (#29562) 3 years ago
Craig Tiller d4680eb8eb
Revert "health check service: rewrite using callback API (#29457)" (#29559) 3 years ago
Mark D. Roth 2b00c7d2ad
health check service: rewrite using callback API (#29457) 3 years ago
Mark D. Roth 0bdb4d650b
Revert "Revert "use CppImplOf for grpc_server (#28112)" (#28130)" (#28144) 3 years ago
Mark D. Roth eec0ca98c1
Revert "use CppImplOf for grpc_server (#28112)" (#28130) 3 years ago
Mark D. Roth 2ea8e50c3a
use CppImplOf for grpc_server (#28112) 3 years ago
Craig Tiller ea389c00c2
Adjust include order per style guide (#27175) 4 years ago
Tamir Duberstein 013e67a029
Deprecate grpc{_core,::internal}::WaitUntil (#26866) 4 years ago
Vijay Pai ea4b68e7a1
Drop experimental tags from core callback API (#26535) 4 years ago
Vijay Pai cf1ebf7387
Remove experimental tag from uses of the C++ callback API (#26495) 4 years ago
Alisha Nanda cbcb0253a0
Additional logging for proto deserialization (#26159) 4 years ago
Vijay Pai edf500fb82
Add useful status error message when server threadpool is exhausted (#26146) 4 years ago
Vijay Pai dc6948cf35
Use atomics to remove locks in Channel/Server::CallbackCQ() (#26091) 4 years ago
Vijay Pai b36d3f7e33
Annotate C++ server (#25605) 4 years ago
Vijay Pai 37bd0a0cbd
Fix race at server shutdown between actual shutdown and MatchOrQueue (#25541) 4 years ago
Vijay Pai 2a656ce68b
Don't dynamically allocate default server context (#25576) 4 years ago
Vijay Pai 1f91c57f6b
Remove an incorrect debug assertion 4 years ago
Vijay Pai dba8bb59a0 Implement callback CQ at C++ layer using shared thread pool if non-background iomgr 4 years ago
AJ Heller 8261d9de15 Fix unused variable error from PR #25401 4 years ago
Esun Kim 6468d8a69d Make grpcpp/mutex compatible absl/mutex 4 years ago
Vijay Pai 9cceb28b2e Use AllocatingRequestMatcher for sync C++ server and simplify 4 years ago