Home | History | Annotate | only in /external/grpc-grpc/src/core/ext/transport/chttp2/transport
Up to higher level directory
NameDateSize
bin_decoder.cc22-Oct-20209.3K
bin_decoder.h22-Oct-20202.1K
bin_encoder.cc22-Oct-20207.4K
bin_encoder.h22-Oct-20201.4K
chttp2_plugin.cc22-Oct-20201.1K
chttp2_transport.cc22-Oct-2020126K
chttp2_transport.h22-Oct-20201.7K
flow_control.cc22-Oct-202015K
flow_control.h22-Oct-202016.9K
frame.h22-Oct-20201.5K
frame_data.cc22-Oct-202011.1K
frame_data.h22-Oct-20202.9K
frame_goaway.cc22-Oct-20206.1K
frame_goaway.h22-Oct-20202.1K
frame_ping.cc22-Oct-20204.3K
frame_ping.h22-Oct-20201.6K
frame_rst_stream.cc22-Oct-20203.8K
frame_rst_stream.h22-Oct-20201.6K
frame_settings.cc22-Oct-20208.4K
frame_settings.h22-Oct-20202.1K
frame_window_update.cc22-Oct-20204K
frame_window_update.h22-Oct-20201.7K
hpack_encoder.cc22-Oct-202027.2K
hpack_encoder.h22-Oct-20203.8K
hpack_mapping.cc22-Oct-20201.5K
hpack_mapping.h22-Oct-20201.4K
hpack_parser.cc22-Oct-202077.7K
hpack_parser.h22-Oct-20203.7K
hpack_table.cc22-Oct-202011.3K
hpack_table.h22-Oct-20204K
hpack_tables.txt22-Oct-20204.2K
http2_settings.cc22-Oct-20202.3K
http2_settings.h22-Oct-20202.1K
huffsyms.cc22-Oct-20205.5K
huffsyms.h22-Oct-20201,021
incoming_metadata.cc22-Oct-20202.4K
incoming_metadata.h22-Oct-20201.8K
internal.h22-Oct-202029.6K
parsing.cc22-Oct-202026.8K
README.md22-Oct-2020152
stream_lists.cc22-Oct-20207.5K
stream_map.cc22-Oct-20204.6K
stream_map.h22-Oct-20202.5K
varint.cc22-Oct-20201.7K
varint.h22-Oct-20202.6K
writing.cc22-Oct-202023.4K

README.md

      1 chttp2 transport plugin - implements grpc over http2
      2 
      3 Used by chttp2/{client,server}/{insecure,secure} plugins to implement most of
      4 their functionality
      5