1. d48bfb6 BUG/MINOR: http-check: Skip C-L header for empty body when it's not mandatory by Christopher Faulet · Tue Feb 28 18:51:26 2023 +0100
  2. 0506d9d BUG/MINOR: http-check: Don't set HTX_SL_F_BODYLESS flag with a log-format body by Christopher Faulet · Tue Feb 28 18:44:14 2023 +0100
  3. fb5fff1 BUG/MINOR: mux-h1: Don't report an error on an early response close by Christopher Faulet · Tue Feb 28 17:56:54 2023 +0100
  4. 5e1b0e7 BUG/MEDIUM: connection: Clear flags when a conn is removed from an idle list by Christopher Faulet · Tue Feb 28 15:39:38 2023 +0100
  5. 4bdd069 MINOR: quic: consider EBADF as critical on send() by Amaury Denoyelle · Mon Feb 27 17:31:55 2023 +0100
  6. 1febc2d MEDIUM: quic: improve fatal error handling on send by Amaury Denoyelle · Thu Feb 23 11:18:38 2023 +0100
  7. 7b8aac4 MINOR: tinfo: make thread_set functions return nth group/mask instead of first by Willy Tarreau · Mon Feb 27 11:27:38 2023 +0100
  8. fea8c19 CLEANUP: listener: only store conn counts for local threads by Willy Tarreau · Tue Feb 28 10:25:57 2023 +0100
  9. 061754b BUG/MEDIUM: fd: make fd_delete() support being called from a different group by Willy Tarreau · Mon Feb 27 18:43:38 2023 +0100
  10. c0f6f57 BUG/MINOR: fd: used the update list from the fd's group instead of tgid by Willy Tarreau · Mon Feb 27 18:35:39 2023 +0100
  11. 85eabfb MEDIUM: mux-quic: Don't expect data from server as long as request is unfinished by Christopher Faulet · Thu Feb 23 14:52:09 2023 +0100
  12. 72722c0 MEDIUM: mux-h2: Don't expect data from server as long as request is unfinished by Christopher Faulet · Thu Feb 23 14:26:34 2023 +0100
  13. f4b89f1 MEDIUM: mux-h1: Don't expect data from server as long as request is unfinished by Christopher Faulet · Thu Feb 23 13:58:13 2023 +0100
  14. 59b240c BUG/MEDIUM: stconn: Report a blocked send if some output data are not consumed by Christopher Faulet · Mon Feb 27 16:38:12 2023 +0100
  15. e758b5c MEDIUM: stream: Eventually handle stream timeouts when exiting process_stream() by Christopher Faulet · Mon Feb 27 16:21:00 2023 +0100
  16. 85e568f MINOR: stream: Handle stream's timeouts in a dedicated function by Christopher Faulet · Mon Feb 27 16:08:31 2023 +0100
  17. 3bbd2ba BUG/MINOR: stream: Remove BUG_ON about the task expiration in process_stream() by Christopher Faulet · Mon Feb 27 16:13:33 2023 +0100
  18. c9ec9bc BUG/MEDIUM: h1-htx: Never copy more than the max data allowed during parsing by Christopher Faulet · Fri Feb 24 16:49:06 2023 +0100
  19. e51891a BUG/MEDIUM: fd: avoid infinite loops in fd_add_to_fd_list and fd_rm_from_fd_list by Aurelien DARRAGON · Mon Feb 27 14:48:46 2023 +0100
  20. 83540ed BUILD: thead: Fix several 32 bits compilation issues with uint64_t variables by Frédéric Lécaille · Fri Feb 24 09:47:07 2023 +0100
  21. 2a1bcf1 MINOR: config: add HAPROXY_BRANCH environment variable by Sébaastien Gross · Thu Feb 23 12:54:25 2023 -0500
  22. a2a3d5d CLEANUP: ring: remove the now unused ring's offset by Willy Tarreau · Wed Feb 22 15:15:41 2023 +0100
  23. d9c7188 MEDIUM: ring: make the offset relative to the head/tail instead of absolute by Willy Tarreau · Wed Feb 22 14:50:14 2023 +0100
  24. d0d85d2 BUG/MINOR: ring: do not realign ring contents on resize by Willy Tarreau · Wed Feb 22 15:36:03 2023 +0100
  25. b7a13be BUILD: quic: 32-bits compilation issue with %zu in quic_rx_pkts_del() by Frédéric Lécaille · Wed Feb 22 17:24:23 2023 +0100
  26. 28a6d48 MINOR: haproxy: always protocol unbind on startup error path by Aurelien DARRAGON · Tue Jan 17 16:30:52 2023 +0100
  27. de63efb MINOR: proto_ux: ability to dump ABNS names in error messages by Aurelien DARRAGON · Mon Feb 06 19:23:40 2023 +0100
  28. 2338dba MEDIUM: proto_ux: properly suspend named UNIX listeners by Aurelien DARRAGON · Wed Feb 22 14:34:28 2023 +0100
  29. 2a7903b BUG/MINOR: sock_unix: match finalname with tempname in sock_unix_addrcmp() by Aurelien DARRAGON · Tue Feb 21 17:33:50 2023 +0100
  30. ca8a4b2 BUG/MEDIUM: listener/proxy: fix listeners notify for proxy resume by Aurelien DARRAGON · Tue Feb 07 12:36:27 2023 +0100
  31. d3ffba4 MINOR: listener: pause_listener() becomes suspend_listener() by Aurelien DARRAGON · Mon Feb 13 17:45:08 2023 +0100
  32. 046a75e BUG/MEDIUM: resume from LI_ASSIGNED in default_resume_listener() by Aurelien DARRAGON · Tue Feb 07 12:17:20 2023 +0100
  33. 3bb2a38 BUG/MINOR: listener: fix resume_listener() resume return value handling by Aurelien DARRAGON · Tue Feb 07 13:26:14 2023 +0100
  34. 7a15fa5 BUG/MEDIUM: listener: fix pause_listener() suspend return value handling by Aurelien DARRAGON · Tue Feb 07 11:23:38 2023 +0100
  35. 2370599 MINOR: listener: make sure we don't pause/resume bypassed listeners by Aurelien DARRAGON · Tue Feb 14 08:51:14 2023 +0100
  36. f5d9893 MINOR: listener: workaround for closing a tiny race between resume_listener() and stopping by Aurelien DARRAGON · Mon Feb 06 17:19:58 2023 +0100
  37. bcad7e6 MINOR: listener: add relax_listener() function by Aurelien DARRAGON · Wed Feb 15 09:30:54 2023 +0100
  38. 4059e09 MINOR: listener/api: add lli hint to listener functions by Aurelien DARRAGON · Mon Feb 06 17:06:03 2023 +0100
  39. 9c3214c MINOR: proto_uxst: add resume method by Aurelien DARRAGON · Mon Feb 06 18:54:57 2023 +0100
  40. 8429627 BUG/MINOR: protocol: fix minor memory leak in protocol_bind_all() by Aurelien DARRAGON · Tue Feb 07 15:51:58 2023 +0100
  41. d861dc9 BUG/MINOR: proto_ux: report correct error when bind_listener fails by Aurelien DARRAGON · Mon Feb 06 18:50:51 2023 +0100
  42. be5cc76 MINOR: stconn: Remove half-closed timeout by Christopher Faulet · Mon Feb 20 08:41:55 2023 +0100
  43. bcdcfad MINOR: stconn: Set half-close timeout using proxy settings by Christopher Faulet · Mon Feb 20 08:36:53 2023 +0100
  44. 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · Mon Feb 20 08:23:51 2023 +0100
  45. b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · Mon Feb 20 07:55:19 2023 +0100
  46. 80e4532 MINOR: stream: Use relative expiration date in trace messages by Christopher Faulet · Thu Feb 16 14:35:51 2023 +0100
  47. 03d5e62 MINOR: stream: Report rex/wex value using the sedesc date in trace messages by Christopher Faulet · Wed Feb 22 14:43:22 2023 +0100
  48. 6e59e87 MINOR: stream: Dump the task expiration date in trace messages by Christopher Faulet · Wed Feb 22 14:41:53 2023 +0100
  49. b374ba5 MAJOR: stream: Use SE descriptor date to detect read/write timeouts by Christopher Faulet · Thu Feb 16 11:18:15 2023 +0100
  50. 2ca4cc1 MINOR: applet/stconn: Add a SE flag to specify an endpoint does not expect data by Christopher Faulet · Wed Feb 22 14:22:56 2023 +0100
  51. 4c13568 MEDIUM: stconn: Add two date to track successful reads and blocked sends by Christopher Faulet · Thu Feb 16 11:09:31 2023 +0100
  52. 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · Wed Feb 15 08:13:33 2023 +0100
  53. d7111e7 MEDIUM: stconn: Don't requeue the stream's task after I/O by Christopher Faulet · Tue Feb 14 15:49:15 2023 +0100
  54. f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · Tue Feb 07 16:06:14 2023 +0100
  55. ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · Tue Feb 07 11:09:15 2023 +0100
  56. 6362934 DEBUG: stream/trace: Add sedesc flags in trace messages by Christopher Faulet · Tue Feb 21 18:00:25 2023 +0100
  57. 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · Thu Jan 26 16:18:09 2023 +0100
  58. 81fdeb8 MEDIUM: channel: Remove CF_READ_NOEXP flag by Christopher Faulet · Thu Feb 16 16:47:33 2023 +0100
  59. 3ffbf38 BUG/MEDIUM: httpclient/lua: fix a race between lua GC and hlua_ctx_destroy by Aurelien DARRAGON · Thu Feb 09 17:02:57 2023 +0100
  60. 0356407 BUG/MINOR: lua/httpclient: missing free in hlua_httpclient_send() by Aurelien DARRAGON · Thu Feb 09 15:26:25 2023 +0100
  61. 25917cd BUG/MINOR: cache: Check cache entry is complete in case of Vary by Remi Tricot-Le Breton · Tue Feb 21 17:42:04 2023 +0100
  62. 879debe BUG/MINOR: cache: Cache response even if request has "no-cache" directive by Remi Tricot-Le Breton · Tue Feb 21 11:47:17 2023 +0100
  63. d4c0be6 MINOR: startup: HAPROXY_STARTUP_VERSION contains the version used to start by William Lallemand · Tue Feb 21 14:07:05 2023 +0100
  64. cc5b9fa BUG/MEDIUM: mworker: don't register mworker_accept_wrapper() when master FD is wrong by William Lallemand · Tue Feb 21 13:41:24 2023 +0100
  65. e16d320 BUG/MEDIUM: mworker: prevent inconsistent reload when upgrading from old versions by William Lallemand · Tue Feb 21 13:17:24 2023 +0100
  66. d27f457 BUG/MINOR: mworker: stop doing strtok directly from the env by William Lallemand · Tue Feb 21 12:44:56 2023 +0100
  67. c13f302 MINOR: cfgcond: Implement enabled condition expression by Christopher Faulet · Tue Feb 21 11:16:08 2023 +0100
  68. a1fdad7 MINOR: cfgcond: Implement strstr condition expression by Christopher Faulet · Mon Feb 20 17:55:58 2023 +0100
  69. 2f7c82b BUG/MINOR: haproxy: Fix option to disable the fast-forward by Christopher Faulet · Mon Feb 20 14:06:52 2023 +0100
  70. d17dd84 MINOR: proxy: Only consider backend httpclose option for server connections by Christopher Faulet · Mon Feb 20 17:30:06 2023 +0100
  71. a62201d DEBUG: stream: Add a BUG_ON to never exit process_stream with an expired task by Christopher Faulet · Mon Feb 20 14:43:49 2023 +0100
  72. bbf86be BUG/MEDIUM: quic: Missing TX buffer draining from qc_send_ppkts() by Frédéric Lécaille · Mon Feb 20 09:28:58 2023 +0100
  73. 0d6e5d2 MINOR: mux-h2/traces: add a missing TRACE_LEAVE() in h2s_frt_handle_headers() by Willy Tarreau · Mon Feb 20 17:05:10 2023 +0100
  74. f9f4499 MINOR: mux-h2/traces: do not log h2s pointer for dummy streams by Willy Tarreau · Mon Feb 20 16:57:47 2023 +0100
  75. 77ed631 MEDIUM: quic: trigger fast connection closing on process stopping by Amaury Denoyelle · Wed Feb 01 09:28:55 2023 +0100
  76. fb37557 MINOR: quic: mark quic-conn as jobs on socket allocation by Amaury Denoyelle · Wed Feb 01 09:28:32 2023 +0100
  77. b3aa07c MEDIUM: mux-quic: properly implement soft-stop by Amaury Denoyelle · Tue Jan 24 18:20:28 2023 +0100
  78. eb7d320 MINOR: mux-quic: implement client-fin timeout by Amaury Denoyelle · Wed Feb 08 15:55:24 2023 +0100
  79. 14dbb84 MINOR: mux-quic: define qc_process() by Amaury Denoyelle · Tue Jan 24 18:19:47 2023 +0100
  80. b30247b MINOR: mux-quic: define qc_shutdown() by Amaury Denoyelle · Tue Jan 24 18:18:23 2023 +0100
  81. 3d55084 MEDIUM: h3: enforce GOAWAY by resetting higher unhandled stream by Amaury Denoyelle · Tue Jan 24 17:42:21 2023 +0100
  82. 35d9053 BUG/MINOR: h3: prevent hypothetical demux failure on int overflow by Amaury Denoyelle · Thu Jan 26 16:03:45 2023 +0100
  83. 156a89a BUG/MINOR: quic: acknowledge STREAM frame even if MUX is released by Amaury Denoyelle · Mon Feb 20 10:32:16 2023 +0100
  84. 7546301 BUG/MINOR: quic: also send RESET_STREAM if MUX released by Amaury Denoyelle · Mon Feb 20 10:31:27 2023 +0100
  85. 38836b6 MINOR: quic: adjust request reject when MUX is already freed by Amaury Denoyelle · Tue Feb 07 14:24:54 2023 +0100
  86. 5faf577 BUG/MINOR: quic: Missing padding for short packets by Frédéric Lécaille · Thu Feb 16 17:30:53 2023 +0100
  87. 35218c6 BUG/MINOR: quic: Do not drop too small datagrams with Initial packets by Frédéric Lécaille · Thu Feb 16 11:40:11 2023 +0100
  88. 8f7d224 BUG/MINOR: quic: Wrong initialization for io_cb_wakeup boolean by Frédéric Lécaille · Wed Feb 15 11:55:21 2023 +0100
  89. 7c6d8f8 BUG/MINOR: quic: Do not probe with too little Initial packets by Frédéric Lécaille · Tue Feb 14 16:00:18 2023 +0100
  90. 4540053 MINOR: quic: Add <pto_count> to the traces by Frédéric Lécaille · Mon Feb 13 18:39:19 2023 +0100
  91. bc09f74 MINOR: quic: Add a trace to identify connections which sent Initial packet. by Frédéric Lécaille · Mon Feb 13 17:45:36 2023 +0100
  92. 1e8ef1b BUG/MINOR: quic: Missing call to task_queue() in qc_idle_timer_do_rearm() by Frédéric Lécaille · Fri Feb 10 16:35:43 2023 +0100
  93. e1738df MINOR: quic: Make qc_dgrams_retransmit() return a status. by Frédéric Lécaille · Fri Feb 10 14:46:39 2023 +0100
  94. 2f53111 MINOR: quic: Add traces to qc_kill_conn() by Frédéric Lécaille · Fri Feb 10 14:44:51 2023 +0100
  95. a2c62c3 MINOR: quic: Kill the connections on ICMP (port unreachable) packet receipt by Frédéric Lécaille · Fri Feb 10 14:13:43 2023 +0100
  96. dd41a45 MINOR: quic: Simplication for qc_set_timer() by Frédéric Lécaille · Thu Feb 09 07:48:33 2023 +0100
  97. dea3298 BUG/MINOR: quic: Really cancel the connection timer from qc_set_timer() by Frédéric Lécaille · Wed Feb 08 17:43:13 2023 +0100
  98. 75c8ad5 MINOR: quic: Move code to wakeup the timer task to avoid anti-amplication deadlock by Frédéric Lécaille · Wed Feb 08 16:08:28 2023 +0100
  99. 1dbeb35 MINOR: quic: Add new traces about by connection RX buffer handling by Frédéric Lécaille · Tue Feb 07 11:40:21 2023 +0100
  100. 9fc10af BUG/MINOR: quic: Possible unexpected counter incrementation on send*() errors by Frédéric Lécaille · Thu Feb 09 20:37:26 2023 +0100