Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
ff80c82877ee9765b1bde3b03a5d61be8d3bf9d2
/
src
/
xprt_quic.c
e449893
CLEANUP: quic: use pool_zalloc() instead of pool_alloc+memset
by Willy Tarreau
· Mon Mar 22 21:13:05 2021 +0100
1b3c931
MEDIUM: connections: Introduce a new XPRT method, start().
by Olivier Houchard
· Fri Mar 05 23:37:48 2021 +0100
7416314
CLEANUP: task: make sure tasklet handlers always indicate their statuses
by Willy Tarreau
· Sat Mar 13 11:30:19 2021 +0100
144f84a
MEDIUM: task: extend the state field to 32 bits
by Willy Tarreau
· Tue Mar 02 16:09:26 2021 +0100
61cfdf4
CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x)
by Willy Tarreau
· Sat Feb 20 10:46:51 2021 +0100
691d503
MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them
by Willy Tarreau
· Wed Jan 20 14:55:01 2021 +0100
1e9a666
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Tue Jan 05 22:10:46 2021 +0500
153d4a8
BUG/MINOR: quic: NULL pointer dereferences when building post handshake frames.
by Frédéric Lécaille
· Wed Jan 06 12:12:39 2021 +0100
242fb1b
MINOR: quic: Drop packets with STREAM frames with wrong direction.
by Frédéric Lécaille
· Thu Dec 31 12:45:38 2020 +0100
ea60499
BUG/MINOR: quic: Possible CRYPTO frame building errors.
by Frédéric Lécaille
· Thu Dec 24 13:01:37 2020 +0100
6c1e36c
CLEANUP: quic: Remove useless QUIC event trace definitions.
by Frédéric Lécaille
· Wed Dec 23 17:17:37 2020 +0100
f63921f
MINOR: quic: Add traces for quic_packet_encrypt().
by Frédéric Lécaille
· Fri Dec 18 09:48:20 2020 +0100
133e8a7
MINOR: quic: make a packet build fails when qc_build_frm() fails.
by Frédéric Lécaille
· Fri Dec 18 09:33:27 2020 +0100
f7e0b8d
MINOR: quic: Add traces for in flght ack-eliciting packet counter.
by Frédéric Lécaille
· Wed Dec 16 17:33:11 2020 +0100
47c433f
MINOR: quic: Display the SSL alert in ->ssl_send_alert() callback.
by Frédéric Lécaille
· Thu Dec 10 17:03:11 2020 +0100
0c14020
MINOR: quic: Code reordering to help in reviewing/modifying.
by Frédéric Lécaille
· Wed Dec 09 15:56:48 2020 +0100
f7fe965
MINOR: quic: Flag RX packet as ack-eliciting from the generic parser.
by Frédéric Lécaille
· Wed Dec 09 14:56:18 2020 +0100
04ffb66
MINOR: quic: Make usage of the congestion control window.
by Frédéric Lécaille
· Tue Dec 08 15:58:39 2020 +0100
c5e72b9
MINOR: quic: Attempt to make trace more readable
by Frédéric Lécaille
· Wed Dec 02 16:11:40 2020 +0100
8090b51
MAJOR: quic: Make usage of ebtrees to store QUIC ACK ranges.
by Frédéric Lécaille
· Mon Nov 30 16:19:22 2020 +0100
a7e7ce9
MINOR: quic: Import C source code files for QUIC protocol.
by Frédéric Lécaille
· Mon Nov 23 14:14:04 2020 +0100