index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
quic
/
quic_channel.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
QUIC: Define error code for stateless reset
Hugo Landau
2024-03-08
1
-1
/
+1
*
QUIC: Uniform changes for QUIC error code definitions rename
Hugo Landau
2024-03-08
1
-29
/
+29
*
QUIC CHANNEL: Defer QLOG instantiation until first event
Hugo Landau
2024-02-19
1
-6
/
+16
*
QUIC CHANNEL: Fix idle timeout computation bug
Hugo Landau
2024-02-08
1
-2
/
+13
*
QUIC CHANNEL: Defer transport parameter generation
Hugo Landau
2024-02-08
1
-8
/
+9
*
QUIC CHANNEL: Add idle timeout configuration and stream count APIs
Hugo Landau
2024-02-08
1
-5
/
+69
*
QUIC QLOG: Use set0
Hugo Landau
2024-02-02
1
-2
/
+2
*
QUIC CHANNEL: Ensure QLOG instance is used correctly on server side
Hugo Landau
2024-02-02
1
-0
/
+4
*
QLOG: Minor updates
Hugo Landau
2024-02-02
1
-35
/
+33
*
QLOG: Minor fixes after port refactor
Hugo Landau
2024-02-02
1
-0
/
+3
*
QLOG: Events: Implement transport:packet_received
Hugo Landau
2024-02-02
1
-0
/
+7
*
QLOG: Events: Implement transport:packet_sent
Hugo Landau
2024-02-02
1
-0
/
+1
*
QLOG: QUIC CHANNEL: Allow a log title to be specified
Hugo Landau
2024-02-02
1
-1
/
+9
*
QLOG: Wiring: QUIC FIFD
Hugo Landau
2024-02-02
1
-0
/
+1
*
QLOG: Events: Implement connectivity:connection_closed
Hugo Landau
2024-02-02
1
-0
/
+2
*
QLOG: Events: Implement transport:parameters_set
Hugo Landau
2024-02-02
1
-2
/
+93
*
QLOG: Events: Implement connectivity:connection_state_updated
Hugo Landau
2024-02-02
1
-7
/
+29
*
QLOG: Events: Implement connectivity:connection_started
Hugo Landau
2024-02-02
1
-0
/
+4
*
QLOG: Wiring: QUIC CHANNEL
Hugo Landau
2024-02-02
1
-0
/
+40
*
Minor updates
Hugo Landau
2023-12-21
1
-2
/
+5
*
QUIC APL, TSERVER: Start using a QUIC_ENGINE object
Hugo Landau
2023-12-21
1
-14
/
+20
*
QUIC PORT: Fix BIO_dgram usage under Winsock due to bind requirement
Hugo Landau
2023-12-21
1
-0
/
+1
*
QUIC PORT: Allow errors to be tracked at port level
Hugo Landau
2023-12-21
1
-6
/
+10
*
QUIC CHANNEL, LCIDM: Factor duplicate CID generation function
Hugo Landau
2023-12-21
1
-17
/
+2
*
QUIC CHANNEL: Finish cleanup of LCIDM integration
Hugo Landau
2023-12-21
1
-5
/
+4
*
QUIC CHANNEL: Finish moving SRT handling to SRTM
Hugo Landau
2023-12-21
1
-118
/
+9
*
QUIC CHANNEL: Phase out use of QRX-DEMUX routing in favour of PORT-LCIDM routing
Hugo Landau
2023-12-21
1
-12
/
+12
*
QUIC CHANNEL: Keep a reference to our LCIDM
Hugo Landau
2023-12-21
1
-1
/
+4
*
QUIC PORT: Enable injection of incoming URXEs into a channel via default hand...
Hugo Landau
2023-12-21
1
-0
/
+5
*
QUIC PORT: Partially move stateless reset handling to port
Hugo Landau
2023-12-21
1
-46
/
+4
*
QUIC CHANNEL: Remove legacy calls for functionality moved to QUIC_PORT
Hugo Landau
2023-12-21
1
-15
/
+0
*
QUIC PORT, CHANNEL: Move ticking code into QUIC_PORT
Hugo Landau
2023-12-21
1
-139
/
+22
*
QUIC PORT, CHANNEL: Move DEMUX and default packet handling out of CHANNEL
Hugo Landau
2023-12-21
1
-118
/
+19
*
QUIC PORT: Keep a list of all child channels
Hugo Landau
2023-12-21
1
-0
/
+8
*
QUIC CHANNEL, PORT: Abstract time retrieval
Hugo Landau
2023-12-21
1
-5
/
+2
*
QUIC CHANNEL, TSERVER: Move to using libctx/propq/mutex/now_cb via QUIC_PORT
Hugo Landau
2023-12-21
1
-20
/
+16
*
QUIC CHANNEL: Make a QUIC_PORT mandatory
Hugo Landau
2023-12-21
1
-0
/
+3
*
QUIC CHANNEL: Keep a reference to a QUIC_PORT
Hugo Landau
2023-12-21
1
-0
/
+6
*
QUIC CHANNEL: Set reason string for missing tparams extension
Hugo Landau
2023-11-02
1
-1
/
+3
*
QUIC CHANNEL: Make ping deadline and idle deadline calculation consistent
Hugo Landau
2023-10-30
1
-29
/
+41
*
QUIC CHANNEL: Handle ping deadlines differently
Hugo Landau
2023-10-25
1
-0
/
+9
*
QUIC CHANNEL: Tweak crypto buffer sizes
Hugo Landau
2023-10-25
1
-5
/
+6
*
QUIC CHANNEL: Correct timeout calculation for ACKs
Hugo Landau
2023-10-25
1
-16
/
+14
*
QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packet
Hugo Landau
2023-10-25
1
-29
/
+38
*
Don't fail on a bad dcid in the tranport params when fuzzing
Matt Caswell
2023-10-23
1
-0
/
+2
*
QUIC: Prevent incoming oversize tokens
Hugo Landau
2023-10-20
1
-2
/
+12
*
QUIC: Add handling of SSL_get_shutdown()
Tomas Mraz
2023-10-20
1
-1
/
+1
*
Postpone two TODO(QUIC) items appropriately
Tomas Mraz
2023-10-20
1
-1
/
+1
*
Ignore ping deadline when calculating tick deadline if we can't send
Matt Caswell
2023-10-19
1
-8
/
+7
[next]