1. 7deb28c BUG/MEDIUM: quic: fix null deref on error path in qc_conn_init() by Willy Tarreau · Mon May 10 07:40:27 2021 +0200
  2. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  3. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · Tue Apr 06 17:49:19 2021 +0200
  4. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · Tue Apr 06 17:23:40 2021 +0200
  5. e449893 CLEANUP: quic: use pool_zalloc() instead of pool_alloc+memset by Willy Tarreau · Mon Mar 22 21:13:05 2021 +0100
  6. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · Fri Mar 05 23:37:48 2021 +0100
  7. 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · Sat Mar 13 11:30:19 2021 +0100
  8. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  9. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  10. 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
  11. 1e9a666 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Tue Jan 05 22:10:46 2021 +0500
  12. 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
  13. 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
  14. ea60499 BUG/MINOR: quic: Possible CRYPTO frame building errors. by Frédéric Lécaille · Thu Dec 24 13:01:37 2020 +0100
  15. 6c1e36c CLEANUP: quic: Remove useless QUIC event trace definitions. by Frédéric Lécaille · Wed Dec 23 17:17:37 2020 +0100
  16. f63921f MINOR: quic: Add traces for quic_packet_encrypt(). by Frédéric Lécaille · Fri Dec 18 09:48:20 2020 +0100
  17. 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
  18. 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
  19. 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
  20. 0c14020 MINOR: quic: Code reordering to help in reviewing/modifying. by Frédéric Lécaille · Wed Dec 09 15:56:48 2020 +0100
  21. 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
  22. 04ffb66 MINOR: quic: Make usage of the congestion control window. by Frédéric Lécaille · Tue Dec 08 15:58:39 2020 +0100
  23. c5e72b9 MINOR: quic: Attempt to make trace more readable by Frédéric Lécaille · Wed Dec 02 16:11:40 2020 +0100
  24. 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
  25. 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