1. 74a9eb5 BUG/MEDIUM: httpclient: segfault when the httpclient parser fails by Thierry Fournier · Mon Oct 10 12:46:38 2022 +0200
  2. 47ddc89 BUILD: scripts: disable tests build on QuicTLS build by Ilya Shipitsin · Sat Oct 15 09:55:49 2022 +0500
  3. 5a5d05c BUILD: quic: QUIC mux build fix for 32-bit build by Frédéric Lécaille · Fri Oct 14 22:10:50 2022 +0200
  4. ea8aebe [RELEASE] Released version 2.7-dev8 by Willy Tarreau · Fri Oct 14 20:45:23 2022 +0200
  5. b87ecbb CI: Replace the deprecated `::set-output` command by writing to $GITHUB_OUTPUT in workflow definition by Tim Duesterhus · Fri Oct 14 19:46:07 2022 +0200
  6. 8a03bf4 CI: Replace the deprecated `::set-output` command by writing to $GITHUB_OUTPUT in matrix.py by Tim Duesterhus · Fri Oct 14 19:46:06 2022 +0200
  7. 5d1e131 DOC: management: "show startup-logs" for master CLI by William Lallemand · Fri Oct 14 15:41:55 2022 +0200
  8. f76b3b4 DOC: management: add forgotten "show startup-logs" by William Lallemand · Fri Oct 14 15:29:07 2022 +0200
  9. b5684c5 DOC/CLEANUP: lua-api: removing duplicate core.proxies attribute by Aurelien DARRAGON · Fri Oct 14 09:03:32 2022 +0200
  10. 846fc7d DOC: lua-api: updating toolbox link by Aurelien DARRAGON · Fri Oct 14 08:48:57 2022 +0200
  11. 53901f4 DOC/CLEANUP: lua-api: some minor corrections by Aurelien DARRAGON · Thu Oct 13 19:49:42 2022 +0200
  12. 380ae9c MINOR: httpclient/lua: Don't set req_payload callback if body is empty by Christopher Faulet · Fri Oct 14 14:57:04 2022 +0200
  13. 48005de BUG/MEDIUM: httpclient: Don't set EOM flag on an empty HTX message by Christopher Faulet · Fri Oct 14 15:10:24 2022 +0200
  14. 48e46f9 BUILD: ssl_sock: bind_conf uninitialized in ssl_sock_bind_verifycbk() by Frédéric Lécaille · Fri Oct 14 09:34:00 2022 +0200
  15. ef3e5a1 DOC: management: update the "reload" command of the master CLI by William Lallemand · Thu Oct 13 18:14:55 2022 +0200
  16. f5a0c8a MEDIUM: quic: respect the threads assigned to a bind line by Willy Tarreau · Thu Oct 13 16:14:11 2022 +0200
  17. ec1f8a6 MINOR: mworker/cli: reload command displays the startup-logs by William Lallemand · Thu Oct 13 17:49:54 2022 +0200
  18. eba6a54 MINOR: logs: startup-logs can use a shm for logging the reload by William Lallemand · Mon Sep 26 12:54:39 2022 +0200
  19. 35df342 MINOR: buffers: split b_force_xfer() into b_cpy() and b_force_xfer() by William Lallemand · Mon Oct 10 17:27:47 2022 +0200
  20. 9e4ead3 MINOR: ring: ring_cast_from_area() cast from an allocated area by William Lallemand · Tue Sep 27 15:53:53 2022 +0200
  21. 91b2305 MINOR: quic: implement datagram cleanup for quic_receiver_buf by Amaury Denoyelle · Thu Oct 06 14:45:09 2022 +0200
  22. 1cba8d6 CLEANUP: quic: improve naming for rxbuf/datagrams handling by Amaury Denoyelle · Thu Oct 06 15:16:22 2022 +0200
  23. 8c4d062 CLEANUP: quic: remove unused rxbufs member in receiver by Amaury Denoyelle · Thu Oct 13 10:11:36 2022 +0200
  24. e1a49cf MINOR: quic: Split the secrets key allocation in two parts by Frédéric Lécaille · Fri Sep 16 16:24:47 2022 +0200
  25. 4aa7d81 BUG/MINOR: quic: Stalled 0RTT connections with big ClientHello TLS message by Frédéric Lécaille · Fri Sep 16 10:15:58 2022 +0200
  26. 9f9263e MINOR: quic: Use a non-contiguous buffer for RX CRYPTO data by Frédéric Lécaille · Tue Sep 13 14:36:44 2022 +0200
  27. a20c93e MINOR: quic: Extract CRYPTO frame parsing from qc_parse_pkt_frms() by Frédéric Lécaille · Mon Sep 12 14:54:45 2022 +0200
  28. 7e3f7c4 MINOR: quic: New quic_cstream object implementation by Frédéric Lécaille · Fri Sep 09 18:05:45 2022 +0200
  29. b65fd66 CI: SSL: temporarily stick to LibreSSL=3.5.3 by Ilya Shipitsin · Tue Oct 11 12:11:55 2022 +0500
  30. 14711bd CI: SSL: use proper version generating when "latest" semantic is used by Ilya Shipitsin · Tue Oct 11 12:10:57 2022 +0500
  31. d114f4a MEDIUM: checks: spread the checks load over random threads by Willy Tarreau · Wed Oct 12 20:58:18 2022 +0200
  32. a840b4a MINOR: checks: use the lighter PRNG for spread checks by Willy Tarreau · Wed Oct 12 21:48:17 2022 +0200
  33. 99521ab BUG/MINOR: server: make sure "show servers state" hides private bits by Willy Tarreau · Wed Oct 12 21:40:31 2022 +0200
  34. 1049856 BUG/MEDIUM: mux-h1: Handle abort with an incomplete message during parsing by Christopher Faulet · Mon Oct 10 18:05:25 2022 +0200
  35. 9009c97 BUG/MEDIUM: mux-h1: Add connection error handling when reading/sending on a pipe by Christopher Faulet · Wed Oct 05 12:04:56 2022 +0200
  36. c8db114 MINOR: flags/mux-fcgi: Decode FCGI connection and stream flags by Christopher Faulet · Wed Oct 12 17:00:13 2022 +0200
  37. 3965aa7 REORG: mux-fcgi: Extract flags and enums into mux_fcgi-t.h by Christopher Faulet · Wed Oct 12 16:57:19 2022 +0200
  38. 3e06488 BUG/MINOR: stick-table: fix build with DEBUG_THREAD by Amaury Denoyelle · Wed Oct 12 16:47:59 2022 +0200
  39. cbdb528 MEDIUM: stick-table: requeue the wakeup task out of the write lock by Willy Tarreau · Wed Oct 12 10:04:01 2022 +0000
  40. dbae89e MEDIUM: stick-table: always use atomic ops to requeue the table's task by Willy Tarreau · Wed Oct 12 10:00:50 2022 +0000
  41. eb23e3e MINOR: stick-table: split stktable_store() between key and requeue by Willy Tarreau · Wed Oct 12 09:56:08 2022 +0000
  42. e3f5ae8 MEDIUM: stick-table: requeue the expiration task out of the exclusive lock by Willy Tarreau · Wed Oct 12 09:45:36 2022 +0000
  43. e628852 MEDIUM: stick-table: make stktable_set_entry() look up under a read lock by Willy Tarreau · Wed Oct 12 09:13:14 2022 +0000
  44. 996f1a5 MEDIUM: stick-table: do not take a lock to update t->current anymore. by Willy Tarreau · Tue Oct 11 16:19:35 2022 +0200
  45. 47f2297 MEDIUM: stick-table: make stktable_get_entry() look up under a read lock by Willy Tarreau · Tue Oct 11 15:22:42 2022 +0200
  46. a7d6a13 MEDIUM: stick-table: switch to rdlock in stktable_lookup() and lookup_key() by Willy Tarreau · Tue Oct 11 15:42:54 2022 +0200
  47. 175aa06 MEDIUM: stick-table: free newly allocated stkess if it couldn't be inserted by Willy Tarreau · Tue Oct 11 15:13:46 2022 +0200
  48. d2d3fd9 MEDIUM: stick-table: return inserted entry in __stktable_store() by Willy Tarreau · Tue Oct 11 15:09:46 2022 +0200
  49. 8d3c333 MEDIUM: stick-table: make stksess_kill_if_expired() avoid the exclusive lock by Willy Tarreau · Tue Oct 11 18:50:22 2022 +0000
  50. a7536ef MEDIUM: stick-table: only take the lock when needed in stktable_touch_with_exp() by Willy Tarreau · Tue Oct 11 18:31:04 2022 +0000
  51. 9f5cb43 MINOR: stick-table: move the write lock inside stktable_touch_with_exp() by Willy Tarreau · Tue Oct 11 18:17:58 2022 +0000
  52. 4be073b MINOR: stick-table: do not take an exclusive lock when downing ref_cnt by Willy Tarreau · Tue Oct 11 18:10:27 2022 +0000
  53. 7664222 MEDIUM: stick-table: switch the table lock to rwlock by Willy Tarreau · Tue Oct 11 12:02:50 2022 +0200
  54. f6a42c3 MINOR: freq_ctr: use the thread's local time whenever possible by Willy Tarreau · Tue Oct 11 11:55:16 2022 +0200
  55. b13044c MINOR: plock: support disabling exponential back-off by Willy Tarreau · Tue Oct 11 17:02:02 2022 +0200
  56. bc7c207 BUG/MAJOR: stick-tables: do not try to index a server name for applets by Willy Tarreau · Wed Oct 12 10:35:41 2022 +0200
  57. d56bebe MINOR: hlua: removing ambiguous lua_pushvalue with 0 index by Aurelien DARRAGON · Fri Oct 07 11:54:57 2022 +0200
  58. d49b559 DOC: configuration: missing 'if' in tcp-request content example by Aurelien DARRAGON · Wed Oct 05 18:09:33 2022 +0200
  59. d83d045 MINOR: hlua: some luaL_checktype() calls were not guarded with MAY_LJMP by Aurelien DARRAGON · Wed Oct 05 11:46:45 2022 +0200
  60. 487d04f BUG/MINOR: quic: set IP_PKTINFO socket option for QUIC receivers only by Amaury Denoyelle · Tue Oct 11 16:22:18 2022 +0200
  61. cab054b CLEANUP: quic/receiver: remove the now unused tx_qring list by Willy Tarreau · Tue Oct 11 08:36:21 2022 +0200
  62. a6fc616 CLEANUP: Reapply strcmp.cocci by Tim Duesterhus · Sat Oct 08 12:33:19 2022 +0200
  63. a029d78 CLEANUP: Reapply ist.cocci (2) by Tim Duesterhus · Sat Oct 08 12:33:18 2022 +0200
  64. 97ecc7a MEDIUM: quic: retrieve frontend destination address by Amaury Denoyelle · Fri Sep 23 17:15:58 2022 +0200
  65. 90121b3 CLEANUP: quic: fix indentation by Amaury Denoyelle · Tue Sep 27 10:35:29 2022 +0200
  66. 036cc5d MINOR: mux-quic: check quic-conn return code on Tx by Amaury Denoyelle · Mon Sep 26 15:02:31 2022 +0200
  67. 2ed8400 MINOR: quic: limit usage of ssl_sock_ctx in favor of quic_conn by Amaury Denoyelle · Mon Sep 26 14:53:59 2022 +0200
  68. afb7daf BUG/MINOR: hlua: hlua_channel_insert_data() behavior conflicts with documentation by Aurelien DARRAGON · Tue Oct 04 12:16:05 2022 +0200
  69. 2e2b79d BUILD: http_fetch: silence an uninitiialized warning with gcc-4/5/6 at -Os by Willy Tarreau · Tue Oct 04 09:18:34 2022 +0200
  70. eefcd8a BUG/MINOR: http-fetch: Update method after a prefetch in smp_fetch_meth() by Christopher Faulet · Tue Oct 04 08:58:02 2022 +0200
  71. c06557c MINOR: init: do not try to shrink existing RLIMIT_NOFIlE by Willy Tarreau · Thu Sep 22 16:12:08 2022 +0200
  72. 922a907 MINOR: fd: add a new function to only raise RLIMIT_NOFILE by Willy Tarreau · Thu Sep 22 16:08:47 2022 +0200
  73. 55d2e85 BUILD: h1: silence an initiialized warning with gcc-4.7 and -Os by Willy Tarreau · Tue Oct 04 08:02:03 2022 +0200
  74. 14f6268 BUG/MEDIUM: lua: handle stick table implicit arguments right. by Olivier Houchard · Tue Sep 13 00:35:53 2022 +0200
  75. ca43161 BUG/MEDIUM: lua: Don't crash in hlua_lua2arg_check on failure by Olivier Houchard · Tue Sep 13 00:31:17 2022 +0200
  76. d775537 BUG/MINOR: mux-quic: ignore STOP_SENDING for locally closed stream by Amaury Denoyelle · Mon Oct 03 17:20:31 2022 +0200
  77. 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · Fri Sep 30 18:11:13 2022 +0200
  78. a263938 CLEANUP: quic: remove duplicated varint code from xprt_quic.h by Amaury Denoyelle · Fri Sep 30 17:47:04 2022 +0200
  79. ac9bf01 CLEANUP: quic: remove unused function prototype by Amaury Denoyelle · Fri Sep 30 17:34:54 2022 +0200
  80. 5c25dc5 CLEANUP: quic: fix headers by Amaury Denoyelle · Fri Sep 30 17:44:15 2022 +0200
  81. f3c40f8 BUG/MINOR: quic: adjust quic_tls prototypes by Amaury Denoyelle · Fri Sep 30 17:37:38 2022 +0200
  82. a19bb6f CLEANUP: quic: remove global var definition in quic_tls header by Amaury Denoyelle · Fri Sep 30 17:31:18 2022 +0200
  83. d6922d5 CLEANUP: mux-quic: remove usage of non-standard ull type by Amaury Denoyelle · Fri Sep 30 18:03:03 2022 +0200
  84. 59307b3 DOC: config: Fix pgsql-check documentation to make user param mandatory by Christopher Faulet · Mon Oct 03 15:00:59 2022 +0200
  85. 0d6fb7a BUG/MINOR: checks: update pgsql regex on auth packet by Fatih Acar · Mon Sep 26 17:27:11 2022 +0200
  86. dd4a2a6 [RELEASE] Released version 2.7-dev7 by Willy Tarreau · Mon Oct 03 15:20:38 2022 +0200
  87. 406efb9 BUG/MINOR: backend: only enforce turn-around state when not redispatching by Willy Tarreau · Mon Oct 03 14:56:34 2022 +0200
  88. 3d1c334 BUG/MINOR: config: insufficient syntax check of the global "maxconn" value by Thierry Fournier · Sat Oct 01 10:06:59 2022 +0200
  89. 8522348 BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns by Willy Tarreau · Thu Sep 29 20:32:43 2022 +0200
  90. 94ab139 BUG/MEDIUM: config: count line arguments without dereferencing the output by Willy Tarreau · Mon Oct 03 08:27:55 2022 +0200
  91. 8a6767d BUG/MINOR: config: don't count trailing spaces as empty arg (v2) by Erwan Le Goas · Fri Sep 23 15:06:34 2022 +0200
  92. cd341d5 MINOR: hlua: ambiguous lua_pushvalue with 0 index by Aurelien DARRAGON · Thu Sep 29 12:00:04 2022 +0200
  93. 28f0a60 DOC/CLEANUP: lua-api: removing duplicate date functions doc by Aurelien DARRAGON · Thu Sep 29 10:25:24 2022 +0200
  94. 4d7aefe BUG/MINOR: hlua: prevent crash when loading numerous arguments using lua-load(per-thread) by Aurelien DARRAGON · Fri Sep 23 10:22:14 2022 +0200
  95. 9ae05bb DOC: management: httpclient can resolve server names in URLs by William Lallemand · Thu Sep 29 15:00:15 2022 +0200
  96. bcbcf98 BUG/MINOR: hlua: _hlua_http_msg_delete incorrect behavior when offset is used by Aurelien DARRAGON · Wed Sep 28 19:08:15 2022 +0200
  97. 015bbc2 MINOR: tools: Impprove hash_ipanon to not hash FD-based addresses by Christopher Faulet · Thu Sep 29 11:53:07 2022 +0200
  98. 7e50e4b MINOR: tools: Impprove hash_ipanon to support dgram sockets and port offsets by Christopher Faulet · Thu Sep 29 11:46:34 2022 +0200
  99. d786931 MINOR: cli: correct commentary and replace 'set global-key' name by Erwan Le Goas · Thu Sep 29 10:36:11 2022 +0200
  100. f30c5d7 MINOR: config: Add option line when the configuration file is dumped by Erwan Le Goas · Thu Sep 29 10:34:04 2022 +0200