1. d650163 MINOR: threads: inline the wait function for pthread_rwlock emulation by Willy Tarreau · Wed Aug 16 22:51:37 2023 +0200
  2. 315b718 IMPORT: plock: also support inlining the int code by Willy Tarreau · Wed Aug 16 22:25:34 2023 +0200
  3. 96a0954 BUILD: Makefile: add the USE_QUIC option to make help by William Lallemand · Wed Aug 16 23:41:15 2023 +0200
  4. cca939e DOC: jwt: Add explicit list of supported algorithms by Remi Tricot-Le Breton · Thu Aug 10 16:11:27 2023 +0200
  5. 34042cb REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (3) by Tim Duesterhus · Mon Aug 07 15:46:23 2023 +0200
  6. 40db4a6 SCRIPTS: git-show-backports: automatic ref and base detection with -m by Willy Tarreau · Mon Aug 14 13:03:46 2023 +0200
  7. c789980 DOC: typo: fix sc-set-gpt references by Johannes Naab · Thu Aug 10 14:10:37 2023 +0200
  8. b425f75 BUG/MINOR: stktable: allow sc-add-gpc from tcp-request connection by Aurelien DARRAGON · Wed Aug 09 17:39:29 2023 +0200
  9. e18fe56 BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection by Aurelien DARRAGON · Wed Aug 09 17:23:32 2023 +0200
  10. da4a834 DEV: flags/show-sess-to-flags: properly decode fd.state by Willy Tarreau · Mon Aug 14 08:47:43 2023 +0200
  11. 3e81aed BUG/MINOR: hlua: fix invalid use of lua_pop on error paths by Aurelien DARRAGON · Wed Aug 09 10:11:49 2023 +0200
  12. 6edb856 BUG/MEDIUM: quic: fix tasklet_wakeup loop on connection closing by Amaury Denoyelle · Fri Aug 11 16:10:34 2023 +0200
  13. 4b1d536 CI: get rid of travis-ci wrapper for Coverity scan by Ilya Shipitsin · Sun Aug 06 00:07:39 2023 +0200
  14. e800d44 CI: do not use "groupinstall" for Fedora Rawhide builds by Ilya Shipitsin · Sun Aug 06 00:07:38 2023 +0200
  15. 61a0f57 [RELEASE] Released version 2.8.2 by Willy Tarreau · Wed Aug 09 14:16:53 2023 +0200
  16. c33738c BUG/MINOR: http: skip leading zeroes in content-length values by Willy Tarreau · Wed Aug 09 11:02:34 2023 +0200
  17. 965fb74 DOC: clarify the handling of URL fragments in requests by Willy Tarreau · Tue Aug 08 19:35:25 2023 +0200
  18. b3f2604 REGTESTS: http-rules: verify that we block '#' by default for normalize-uri by Willy Tarreau · Tue Aug 08 19:53:51 2023 +0200
  19. 96dfea8 BUG/MINOR: h3: reject more chars from the :path pseudo header by Willy Tarreau · Tue Aug 08 17:54:26 2023 +0200
  20. 462a860 BUG/MINOR: h2: reject more chars from the :path pseudo header by Willy Tarreau · Tue Aug 08 15:40:49 2023 +0200
  21. 9bf75c8 BUG/MINOR: h1: do not accept '#' as part of the URI component by Willy Tarreau · Tue Aug 08 16:17:22 2023 +0200
  22. 1660481 REGTESTS: http-rules: add accept-invalid-http-request for normalize-uri tests by Willy Tarreau · Tue Aug 08 19:52:45 2023 +0200
  23. b6be1a4 MINOR: h2: pass accept-invalid-http-request down the request parser by Willy Tarreau · Tue Aug 08 15:38:28 2023 +0200
  24. b491940 MINOR: http: add new function http_path_has_forbidden_char() by Willy Tarreau · Tue Aug 08 15:24:54 2023 +0200
  25. 451ac66 MINOR: ist: add new function ist_find_range() to find a character range by Willy Tarreau · Tue Aug 08 15:23:19 2023 +0200
  26. a32f99f BUG/MAJOR: http: reject any empty content-length header value by Willy Tarreau · Wed Aug 09 08:32:48 2023 +0200
  27. 0404bf1 BUG/MAJOR: h3: reject header values containing invalid chars by Willy Tarreau · Tue Aug 08 17:18:27 2023 +0200
  28. 21c4ffd REORG: http: move has_forbidden_char() from h2.c to http.h by Willy Tarreau · Tue Aug 08 17:00:50 2023 +0200
  29. 80707f7 BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement by Christopher Faulet · Fri Aug 04 16:51:11 2023 +0200
  30. d208151 BUILD: quic: fix wrong potential NULL dereference by Amaury Denoyelle · Fri Aug 04 15:34:34 2023 +0200
  31. 3659534 BUG/MINOR: quic: reappend rxbuf buffer on fake dgram alloc error by Amaury Denoyelle · Fri Aug 04 15:37:29 2023 +0200
  32. ca90de2 BUG/MINOR: http-client: Don't forget to commit changes on HTX message by Christopher Faulet · Fri Aug 04 14:28:23 2023 +0200
  33. 5f01cf3 BUG/MEDIUM: quic: consume contig space on requeue datagram by Amaury Denoyelle · Fri Aug 04 09:57:04 2023 +0200
  34. 331a3b9 BUG/MEDIUM: bwlim: Reset analyse expiration date when then channel analyse ends by Christopher Faulet · Tue Aug 01 08:16:42 2023 +0200
  35. 3809fe9 BUG/MEDIUM: h3: Be sure to handle fin bit on the last DATA frame by Christopher Faulet · Fri Jul 28 09:33:29 2023 +0200
  36. aafbc3a BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full by Dragan Dosen · Thu Jul 27 20:30:42 2023 +0200
  37. 1489419 DOC: configuration: describe Td in Timing events by William Lallemand · Tue Jul 25 09:06:51 2023 +0200
  38. 87230d3 BUG/MEDIUM: h3: Properly report a C-L header was found to the HTX start-line by Christopher Faulet · Mon Jul 24 11:37:10 2023 +0200
  39. 5feb35d BUG/MINOR: ssl: OCSP callback only registered for first SSL_CTX by Remi Tricot-Le Breton · Fri Jul 21 17:21:15 2023 +0200
  40. 31e801c MINOR: quic: Useless call to SSL_CTX_set_quic_method() by Frédéric Lécaille · Thu Jun 08 09:22:26 2023 +0200
  41. aada881 MINOR: quic: Make ->set_encryption_secrets() be callable two times by Frédéric Lécaille · Tue Jun 06 17:40:41 2023 +0200
  42. 6844af6 BUG/MEDIUM: listener: Acquire proxy's lock in relax_listener() if necessary by Christopher Faulet · Thu Jul 20 14:53:50 2023 +0200
  43. 7b79f7c BUG/MINOR: server-state: Avoid warning on 'file not found' by Marcos de Oliveira · Thu Jul 20 17:21:09 2023 -0300
  44. 4820c6e BUG/MINOR: server-state: Ignore empty files by Marcos de Oliveira · Thu Jul 20 17:21:10 2023 -0300
  45. 0e7f9da BUG/MINOR: quic: Missing parentheses around PTO probe variable. by Frédéric Lécaille · Thu Jul 20 15:45:41 2023 +0200
  46. 521d99f BUG/MINOR: server: Don't warn on server resolution failure with init-addr none by Christopher Faulet · Thu Jul 20 17:25:54 2023 +0200
  47. adb7e4a BUG/MINOR: init: set process' affinity even in foreground by Willy Tarreau · Wed Jul 19 18:39:32 2023 +0200
  48. eded6c1 BUG/MINOR: cpuset: remove the bogus "proc" from the cpu_map struct by Willy Tarreau · Wed Jul 19 18:17:39 2023 +0200
  49. 6f88350 BUG/MINOR: config: do not detect NUMA topology when cpu-map is configured by Willy Tarreau · Tue Jul 18 17:45:21 2023 +0200
  50. b8ee931 MINOR: cpuset: add cpu_map_configured() to know if a cpu-map was found by Willy Tarreau · Tue Jul 18 17:14:10 2023 +0200
  51. a3ba46a BUG/MINOR: h1-htx: Return the right reason for 302 FCGI responses by Christopher Faulet · Thu Jul 20 09:50:56 2023 +0200
  52. 64d7afb BUG/MINOR: hlua: add check for lua_newstate by firexinghe · Thu Jul 13 11:03:34 2023 +0800
  53. 2b6d45e BUILD: quic: fix warning during compilation using gcc-6.5 by Emeric Brun · Mon Jul 17 18:33:44 2023 +0200
  54. ac63c8e CI: explicitely highlight VTest result section if there's something by Ilya Shipitsin · Sat Jul 15 00:00:49 2023 +0200
  55. 0c6410f CI: add naming convention documentation by Ilya Shipitsin · Sat Jul 15 00:00:48 2023 +0200
  56. 7bddacb BUG/MINOR: http: Return the right reason for 302 by Christopher Faulet · Mon Jul 17 08:47:12 2023 +0200
  57. ca6bf91 BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters by Christopher Faulet · Mon Jul 17 08:35:11 2023 +0200
  58. 18b63f4 DOC: config: Fix fc_src description to state the source address is returned by Christopher Faulet · Mon Jul 17 07:56:55 2023 +0200
  59. 202edb5 BUG/MEDIUM: hlua_fcn/queue: bad pop_wait sequencing by Aurelien DARRAGON · Thu Jul 13 10:47:33 2023 +0200
  60. bcdf07e BUG/MINOR: hlua: hlua_yieldk ctx argument should support pointers by Aurelien DARRAGON · Thu Jul 13 10:18:04 2023 +0200
  61. e0190c6 CLEANUP: quic: remove useless parameter 'key' from quic_packet_encrypt by Emeric Brun · Tue Jul 11 14:53:41 2023 +0200
  62. 7875f12 BUG/MEDIUM: quic: timestamp shared in token was using internal time clock by Emeric Brun · Tue Jul 11 16:13:19 2023 +0200
  63. 0ae0d74 BUG/MEDIUM: quic: missing check of dcid for init pkt including a token by Emeric Brun · Tue Jul 11 14:57:54 2023 +0200
  64. e397d86 BUG/MINOR: quic: retry token remove one useless intermediate expand by Emeric Brun · Tue Jul 04 14:56:08 2023 +0200
  65. 28f430c BUG/MEDIUM: quic: token IV was not computed using a strong secret by Emeric Brun · Mon Jul 03 12:14:41 2023 +0200
  66. 3e83b09 BUG/MINOR: config: Remove final '\n' in error messages by Thierry Fournier · Tue May 23 17:58:03 2023 +0200
  67. 4163036 BUG/MINOR: hlua_fcn/queue: use atomic load to fetch queue size by Aurelien DARRAGON · Tue Jul 11 15:42:00 2023 +0200
  68. cb8c4c2 EXAMPLES: maintain haproxy 2.8 retrocompatibility for lua mailers script by Aurelien DARRAGON · Tue Jul 11 11:32:55 2023 +0200
  69. 9da1f95 BUG/MINOR: sink/log: properly deinit srv in sink_new_from_logsrv() by Aurelien DARRAGON · Tue Jul 11 09:31:06 2023 +0200
  70. 2b8f7ab MINOR: hlua_fcn/mailers: handle timeout mail from mailers section by Aurelien DARRAGON · Fri Jul 07 16:55:43 2023 +0200
  71. 9a55efb BUG/MINOR: server: set rid default value in new_server() by Aurelien DARRAGON · Fri Jul 07 15:19:36 2023 +0200
  72. 727e396 BUG/MINOR: sink: fix errors handling in cfg_post_parse_ring() by Aurelien DARRAGON · Mon Jul 10 16:26:08 2023 +0200
  73. 6a366ea BUG/MINOR: sink: invalid sft free in sink_deinit() by Aurelien DARRAGON · Mon Jul 10 15:17:12 2023 +0200
  74. 791433e BUG/MINOR: log: free errmsg on error in cfg_parse_log_forward() by Aurelien DARRAGON · Tue Jul 04 15:36:45 2023 +0200
  75. 2a9dfb8 BUG/MINOR: log: fix multiple error paths in cfg_parse_log_forward() by Aurelien DARRAGON · Mon Jul 03 18:33:18 2023 +0200
  76. 53f080d BUG/MINOR: log: fix missing name error message in cfg_parse_log_forward() by Aurelien DARRAGON · Mon Jul 03 17:35:54 2023 +0200
  77. 7d4e87b BUG/MEDIUM: log: improper use of logsrv->maxlen for buffer targets by Aurelien DARRAGON · Mon Jun 26 17:15:48 2023 +0200
  78. 5bab37e MINOR: sink/api: pass explicit maxlen parameter to sink_write() by Aurelien DARRAGON · Mon Jun 26 16:44:41 2023 +0200
  79. a021134 BUG/MINOR: log: LF upsets maxlen for UDP targets by Aurelien DARRAGON · Tue Jun 27 11:32:06 2023 +0200
  80. 79504b9 BUG/MINOR: ring: maxlen warning reported as alert by Aurelien DARRAGON · Mon Jun 26 14:22:12 2023 +0200
  81. cad9ce5 BUG/MINOR: ring: size warning incorrectly reported as fatal error by Aurelien DARRAGON · Thu Jun 22 16:57:29 2023 +0200
  82. cc683cb BUG/MINOR: sink: missing sft free in sink_deinit() by Aurelien DARRAGON · Thu Jul 06 15:19:34 2023 +0200
  83. 4ecef9e BUG/MINOR: http_ext: unhandled ERR_ABORT in proxy_http_parse_7239() by Aurelien DARRAGON · Tue Jul 04 10:33:33 2023 +0200
  84. aff4ac2 BUG/MEDIUM: sink: invalid server list in sink_new_from_logsrv() by Aurelien DARRAGON · Thu Jul 06 14:57:32 2023 +0200
  85. 02f4724 BUG/MINOR: cache: A 'max-age=0' cache-control directive can be overriden by a s-maxage by Remi Tricot-Le Breton · Tue Jul 04 17:13:28 2023 +0200
  86. 35d5b5f BUG/MINOR: tcp_sample: bc_{dst,src} return IP not INT by Aurelien DARRAGON · Wed Jun 07 15:12:06 2023 +0200
  87. 44f9bf5 DOC: ssl: Add ocsp-update troubleshooting clues and emphasize on crt-list only aspect by Remi Tricot-Le Breton · Fri Jun 23 17:01:09 2023 +0200
  88. 5c24f90 DOC: ssl: Fix typo in 'ocsp-update' option by Remi Tricot-Le Breton · Fri Jun 23 17:01:08 2023 +0200
  89. a90123a [RELEASE] Released version 2.8.1 by Christopher Faulet · Mon Jul 03 14:28:20 2023 +0200
  90. d939a2e CLEANUP: quic: Remove server specific about Initial packet number space by Frédéric Lécaille · Mon Jun 26 15:57:39 2023 +0200
  91. 13ed7c9 MINOR: quic: Reduce the maximum length of TLS secrets by Frédéric Lécaille · Thu Jun 22 14:51:28 2023 +0200
  92. 0960b52 MINOR: quic: Move packet number space related functions by Frédéric Lécaille · Tue Jun 13 08:17:23 2023 +0200
  93. ac73baa MINOR: quic: Move QUIC encryption level structure definition by Frédéric Lécaille · Mon Jun 12 18:19:17 2023 +0200
  94. 2058f53 BUILD: debug: avoid a build warning related to epoll_wait() in debug code by Willy Tarreau · Sun Jul 02 10:49:49 2023 +0200
  95. 6fbf6d4 MINOR: compression/slz: add support for a pure flush of pending bytes by Willy Tarreau · Mon Jun 26 19:34:39 2023 +0200
  96. 3ffe11e IMPORT: slz: implement a synchronous flush() operation by Willy Tarreau · Mon Jun 26 19:24:55 2023 +0200
  97. 7619aa6 BUG/MINOR: quic: Wrong endianess for version field in Retry token by Frédéric Lécaille · Fri Jun 30 14:57:30 2023 +0200
  98. 966e468 BUG/MINOR: quic: Wrong Retry paquet version field endianess by Frédéric Lécaille · Fri Jun 30 14:41:31 2023 +0200
  99. 2b22054 BUG/MINOR: quic: Missing random bits in Retry packet header by Frédéric Lécaille · Fri Jun 30 12:17:36 2023 +0200
  100. c6c5125 BUG/MINOR: config: fix stick table duplicate name check by Patrick Hemmer · Mon Jun 26 14:14:47 2023 -0400