..
build.info
Remove the old Dummy Handshake code
2023-01-24 17:16:29 +00:00
cc_dummy.c
quic_ackm.c
QUIC ACKM: Add function to get PTO
2023-01-13 13:20:14 +00:00
quic_cfq.c
quic_channel_local.h
Replace use of the Dummy Handshake Layer with the real one
2023-01-24 17:16:29 +00:00
quic_channel.c
Replace use of the Dummy Handshake Layer with the real one
2023-01-24 17:16:29 +00:00
quic_demux.c
QUIC DEMUX: Refactor list manipulation
2023-01-19 13:17:40 +00:00
quic_fc.c
QUIC RXFC: Don't emit a MAX_STREAM_DATA frame if we have a final size
2023-01-13 13:20:11 +00:00
quic_fifd.c
quic_impl.c
Remove the user_ssl field
2023-01-24 17:16:29 +00:00
quic_local.h
Replace use of the Dummy Handshake Layer with the real one
2023-01-24 17:16:29 +00:00
quic_method.c
quic_reactor.c
QUIC API: Rename want_net_read and want_net_write
2023-01-13 13:20:38 +00:00
quic_record_rx.c
QUIC QRX: (Server support) Add support for manual URXE injection
2023-01-19 13:17:39 +00:00
quic_record_shared.c
QUIC Front-End I/O API
2023-01-13 13:20:15 +00:00
quic_record_shared.h
quic_record_tx.c
QUIC QTX: Handle network errors explicitly
2023-01-13 13:20:37 +00:00
quic_record_util.c
quic_rstream.c
QUIC RSTREAM: Allow pointer to be NULL when calling free
2023-01-13 13:20:12 +00:00
quic_rx_depack.c
QUIC CSM: Minor style fixes
2023-01-13 13:20:35 +00:00
quic_sf_list.c
QUIC RX: Support refcounted packets and eliminate wrapper
2023-01-13 13:20:10 +00:00
quic_sstream.c
QUIC TXP: Fix bug in send stream handling, cleanup
2023-01-13 13:20:22 +00:00
quic_statm.c
quic_stream_map.c
QUIC Stream Mapper: CSM-related changes, stream limits handling
2023-01-13 13:20:15 +00:00
quic_tls.c
Add QUIC-TLS server support
2023-01-24 17:16:29 +00:00
quic_tserver.c
Add QUIC-TLS server support
2023-01-24 17:16:29 +00:00
quic_txp.c
QUIC Test Server: Minor fixups
2023-01-19 13:17:49 +00:00
quic_txpim.c
quic_wire_pkt.c
QUIC: Revise and add some TODO lines
2023-01-13 13:20:19 +00:00
quic_wire.c
QUIC Transport Parameters: Add CID encoder/decoder, make ID optional
2023-01-13 13:20:13 +00:00
uint_set.c