grpc/src/core/lib/surface
Craig Tiller 0ea1eeb4e7
Expose channel stack type to builder (#29088)
* split builder

* expose channel stack type to builder

* Automated change: Fix sanity tests

* Update channel_stack_builder_impl.h

* Update channel_init.h

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
2022-03-15 21:33:32 -07:00
..
README.md Actually add the documentation 2017-01-06 13:15:27 -08:00
api_trace.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
api_trace.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
builtins.cc c++-ize channel stack builder (#28660) 2022-01-24 15:28:08 -08:00
builtins.h Standardize on grpc/support/port_platform.h usage in src/core/... (#27568) 2021-10-04 08:56:42 -07:00
byte_buffer.cc Remove unnecessary includes of exec_ctx.h 2018-03-14 15:33:57 -07:00
byte_buffer_reader.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
call.cc Remove idempotent/cacheable requests (#28922) 2022-03-04 14:42:59 -08:00
call.h grpc_millis -> Timestamp/Duration (#28119) 2022-03-01 11:34:05 -08:00
call_details.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
call_log_batch.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
call_test_only.h Add a sanity check for inclusion of port_platform.h 2018-02-23 09:59:53 -08:00
channel.cc Expose channel stack type to builder (#29088) 2022-03-15 21:33:32 -07:00
channel.h grpc_millis -> Timestamp/Duration (#28119) 2022-03-01 11:34:05 -08:00
channel_init.cc Expose channel stack type to builder (#29088) 2022-03-15 21:33:32 -07:00
channel_init.h Expose channel stack type to builder (#29088) 2022-03-15 21:33:32 -07:00
channel_ping.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
channel_stack_type.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
channel_stack_type.h Add a sanity check for inclusion of port_platform.h 2018-02-23 09:59:53 -08:00
completion_queue.cc grpc_millis -> Timestamp/Duration (#28119) 2022-03-01 11:34:05 -08:00
completion_queue.h Drop experimental tags from core callback API (#26535) 2021-06-24 17:20:43 -07:00
completion_queue_factory.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
completion_queue_factory.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
event_string.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
event_string.h Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec" 2020-05-28 11:13:12 -07:00
init.cc grpc_millis -> Timestamp/Duration (#28119) 2022-03-01 11:34:05 -08:00
init.h Eliminate gRPC insecure build (#25586) 2022-02-10 11:17:18 -08:00
lame_client.cc Eliminate gRPC insecure build (#25586) 2022-02-10 11:17:18 -08:00
lame_client.h LameClient ready for absl::Status (#27319) 2021-09-15 13:41:53 -07:00
metadata_array.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
server.cc Remove idempotent/cacheable requests (#28922) 2022-03-04 14:42:59 -08:00
server.h Remove idempotent/cacheable requests (#28922) 2022-03-04 14:42:59 -08:00
validate_metadata.cc enable clang-tidy readability-static-definition-in-anonymous-namespace check (#28033) 2021-11-17 07:48:43 -08:00
validate_metadata.h Introduced grpc_error_handle (#25902) 2021-04-22 12:00:28 -07:00
version.cc Bump version to 1.46.0-dev (on master branch) (#29064) 2022-03-09 16:44:12 -08:00

README.md

Surface

Surface provides the bulk of the gRPC Core public API, and translates it into calls against core components.