1. c6ecf56 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 11 months ago
  2. 7deb28c BUG/MEDIUM: quic: fix null deref on error path in qc_conn_init() by Willy Tarreau · 3 years, 2 months ago
  3. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  4. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  5. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · 3 years, 3 months ago
  6. e449893 CLEANUP: quic: use pool_zalloc() instead of pool_alloc+memset by Willy Tarreau · 3 years, 3 months ago
  7. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 4 months ago
  8. 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · 3 years, 4 months ago
  9. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  10. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  11. 691d503 MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them by Willy Tarreau · 3 years, 5 months ago
  12. 1e9a666 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  13. 153d4a8 BUG/MINOR: quic: NULL pointer dereferences when building post handshake frames. by Frédéric Lécaille · 3 years, 6 months ago
  14. 242fb1b MINOR: quic: Drop packets with STREAM frames with wrong direction. by Frédéric Lécaille · 3 years, 6 months ago
  15. ea60499 BUG/MINOR: quic: Possible CRYPTO frame building errors. by Frédéric Lécaille · 3 years, 6 months ago
  16. 6c1e36c CLEANUP: quic: Remove useless QUIC event trace definitions. by Frédéric Lécaille · 3 years, 6 months ago
  17. f63921f MINOR: quic: Add traces for quic_packet_encrypt(). by Frédéric Lécaille · 3 years, 6 months ago
  18. 133e8a7 MINOR: quic: make a packet build fails when qc_build_frm() fails. by Frédéric Lécaille · 3 years, 6 months ago
  19. f7e0b8d MINOR: quic: Add traces for in flght ack-eliciting packet counter. by Frédéric Lécaille · 3 years, 7 months ago
  20. 47c433f MINOR: quic: Display the SSL alert in ->ssl_send_alert() callback. by Frédéric Lécaille · 3 years, 7 months ago
  21. 0c14020 MINOR: quic: Code reordering to help in reviewing/modifying. by Frédéric Lécaille · 3 years, 7 months ago
  22. f7fe965 MINOR: quic: Flag RX packet as ack-eliciting from the generic parser. by Frédéric Lécaille · 3 years, 7 months ago
  23. 04ffb66 MINOR: quic: Make usage of the congestion control window. by Frédéric Lécaille · 3 years, 7 months ago
  24. c5e72b9 MINOR: quic: Attempt to make trace more readable by Frédéric Lécaille · 3 years, 7 months ago
  25. 8090b51 MAJOR: quic: Make usage of ebtrees to store QUIC ACK ranges. by Frédéric Lécaille · 3 years, 7 months ago
  26. a7e7ce9 MINOR: quic: Import C source code files for QUIC protocol. by Frédéric Lécaille · 3 years, 7 months ago