1. 1a5e88c MINOR: quic: Remove header protection also for Initial packets by Frédéric Lécaille · 3 years, 6 months ago
  2. 497fa78 MINOR: quic: Derive the initial secrets asap by Frédéric Lécaille · 3 years, 6 months ago
  3. d24c2ec MINOR: quic: Remove header protection for conn with context by Frédéric Lécaille · 3 years, 6 months ago
  4. 3d77fa7 MINOR: quic: QUIC conn initialization from I/O handler by Frédéric Lécaille · 3 years, 6 months ago
  5. de935f3 BUG/MINOR: quic: Do not check the acception of a new conn from I/O handler. by Frédéric Lécaille · 3 years, 6 months ago
  6. 1e1aad4 MINOR: quic: Move an SSL func call from QUIC I/O handler to the xprt init. by Frédéric Lécaille · 3 years, 6 months ago
  7. 785c9c9 MINOR: quic: Replace max_packet_size by max_udp_payload size. by Frédéric Lécaille · 3 years, 7 months ago
  8. 422a39c MINOR: quic: Add callbacks for (un)scribing to QUIC xprt. by Frédéric Lécaille · 3 years, 9 months ago
  9. fbe3b77 MINOR: quic: Disable the action of ->rcv_buf() xprt callback by Frédéric Lécaille · 3 years, 9 months ago
  10. dfbae76 MINOR: mux_quic: Add QUIC mux layer. by Frédéric Lécaille · 3 years, 10 months ago
  11. 5aa4143 MINOR: quic: Move transport parmaters to anynomous struct. by Frédéric Lécaille · 3 years, 10 months ago
  12. 577fe48 BUG/MINOR: quic: Possible NULL pointer dereferencing when dumping streams. by Frédéric Lécaille · 3 years, 11 months ago
  13. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  14. 7deb28c BUG/MEDIUM: quic: fix null deref on error path in qc_conn_init() by Willy Tarreau · 3 years, 7 months ago
  15. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  16. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  17. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · 3 years, 8 months ago
  18. e449893 CLEANUP: quic: use pool_zalloc() instead of pool_alloc+memset by Willy Tarreau · 3 years, 8 months ago
  19. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 9 months ago
  20. 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · 3 years, 9 months ago
  21. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
  22. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
  23. 691d503 MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them by Willy Tarreau · 3 years, 10 months ago
  24. 1e9a666 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 11 months ago
  25. 153d4a8 BUG/MINOR: quic: NULL pointer dereferences when building post handshake frames. by Frédéric Lécaille · 3 years, 11 months ago
  26. 242fb1b MINOR: quic: Drop packets with STREAM frames with wrong direction. by Frédéric Lécaille · 4 years ago
  27. ea60499 BUG/MINOR: quic: Possible CRYPTO frame building errors. by Frédéric Lécaille · 4 years ago
  28. 6c1e36c CLEANUP: quic: Remove useless QUIC event trace definitions. by Frédéric Lécaille · 4 years ago
  29. f63921f MINOR: quic: Add traces for quic_packet_encrypt(). by Frédéric Lécaille · 4 years ago
  30. 133e8a7 MINOR: quic: make a packet build fails when qc_build_frm() fails. by Frédéric Lécaille · 4 years ago
  31. f7e0b8d MINOR: quic: Add traces for in flght ack-eliciting packet counter. by Frédéric Lécaille · 4 years ago
  32. 47c433f MINOR: quic: Display the SSL alert in ->ssl_send_alert() callback. by Frédéric Lécaille · 4 years ago
  33. 0c14020 MINOR: quic: Code reordering to help in reviewing/modifying. by Frédéric Lécaille · 4 years ago
  34. f7fe965 MINOR: quic: Flag RX packet as ack-eliciting from the generic parser. by Frédéric Lécaille · 4 years ago
  35. 04ffb66 MINOR: quic: Make usage of the congestion control window. by Frédéric Lécaille · 4 years ago
  36. c5e72b9 MINOR: quic: Attempt to make trace more readable by Frédéric Lécaille · 4 years ago
  37. 8090b51 MAJOR: quic: Make usage of ebtrees to store QUIC ACK ranges. by Frédéric Lécaille · 4 years ago
  38. a7e7ce9 MINOR: quic: Import C source code files for QUIC protocol. by Frédéric Lécaille · 4 years ago