1. 99521ab BUG/MINOR: server: make sure "show servers state" hides private bits by Willy Tarreau · Wed Oct 12 21:40:31 2022 +0200
  2. 1049856 BUG/MEDIUM: mux-h1: Handle abort with an incomplete message during parsing by Christopher Faulet · Mon Oct 10 18:05:25 2022 +0200
  3. 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
  4. c8db114 MINOR: flags/mux-fcgi: Decode FCGI connection and stream flags by Christopher Faulet · Wed Oct 12 17:00:13 2022 +0200
  5. 3965aa7 REORG: mux-fcgi: Extract flags and enums into mux_fcgi-t.h by Christopher Faulet · Wed Oct 12 16:57:19 2022 +0200
  6. 3e06488 BUG/MINOR: stick-table: fix build with DEBUG_THREAD by Amaury Denoyelle · Wed Oct 12 16:47:59 2022 +0200
  7. cbdb528 MEDIUM: stick-table: requeue the wakeup task out of the write lock by Willy Tarreau · Wed Oct 12 10:04:01 2022 +0000
  8. 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
  9. eb23e3e MINOR: stick-table: split stktable_store() between key and requeue by Willy Tarreau · Wed Oct 12 09:56:08 2022 +0000
  10. e3f5ae8 MEDIUM: stick-table: requeue the expiration task out of the exclusive lock by Willy Tarreau · Wed Oct 12 09:45:36 2022 +0000
  11. 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
  12. 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
  13. 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
  14. a7d6a13 MEDIUM: stick-table: switch to rdlock in stktable_lookup() and lookup_key() by Willy Tarreau · Tue Oct 11 15:42:54 2022 +0200
  15. 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
  16. d2d3fd9 MEDIUM: stick-table: return inserted entry in __stktable_store() by Willy Tarreau · Tue Oct 11 15:09:46 2022 +0200
  17. 8d3c333 MEDIUM: stick-table: make stksess_kill_if_expired() avoid the exclusive lock by Willy Tarreau · Tue Oct 11 18:50:22 2022 +0000
  18. 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
  19. 9f5cb43 MINOR: stick-table: move the write lock inside stktable_touch_with_exp() by Willy Tarreau · Tue Oct 11 18:17:58 2022 +0000
  20. 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
  21. 7664222 MEDIUM: stick-table: switch the table lock to rwlock by Willy Tarreau · Tue Oct 11 12:02:50 2022 +0200
  22. f6a42c3 MINOR: freq_ctr: use the thread's local time whenever possible by Willy Tarreau · Tue Oct 11 11:55:16 2022 +0200
  23. b13044c MINOR: plock: support disabling exponential back-off by Willy Tarreau · Tue Oct 11 17:02:02 2022 +0200
  24. 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
  25. d56bebe MINOR: hlua: removing ambiguous lua_pushvalue with 0 index by Aurelien DARRAGON · Fri Oct 07 11:54:57 2022 +0200
  26. d49b559 DOC: configuration: missing 'if' in tcp-request content example by Aurelien DARRAGON · Wed Oct 05 18:09:33 2022 +0200
  27. d83d045 MINOR: hlua: some luaL_checktype() calls were not guarded with MAY_LJMP by Aurelien DARRAGON · Wed Oct 05 11:46:45 2022 +0200
  28. 487d04f BUG/MINOR: quic: set IP_PKTINFO socket option for QUIC receivers only by Amaury Denoyelle · Tue Oct 11 16:22:18 2022 +0200
  29. cab054b CLEANUP: quic/receiver: remove the now unused tx_qring list by Willy Tarreau · Tue Oct 11 08:36:21 2022 +0200
  30. a6fc616 CLEANUP: Reapply strcmp.cocci by Tim Duesterhus · Sat Oct 08 12:33:19 2022 +0200
  31. a029d78 CLEANUP: Reapply ist.cocci (2) by Tim Duesterhus · Sat Oct 08 12:33:18 2022 +0200
  32. 97ecc7a MEDIUM: quic: retrieve frontend destination address by Amaury Denoyelle · Fri Sep 23 17:15:58 2022 +0200
  33. 90121b3 CLEANUP: quic: fix indentation by Amaury Denoyelle · Tue Sep 27 10:35:29 2022 +0200
  34. 036cc5d MINOR: mux-quic: check quic-conn return code on Tx by Amaury Denoyelle · Mon Sep 26 15:02:31 2022 +0200
  35. 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
  36. afb7daf BUG/MINOR: hlua: hlua_channel_insert_data() behavior conflicts with documentation by Aurelien DARRAGON · Tue Oct 04 12:16:05 2022 +0200
  37. 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
  38. 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
  39. c06557c MINOR: init: do not try to shrink existing RLIMIT_NOFIlE by Willy Tarreau · Thu Sep 22 16:12:08 2022 +0200
  40. 922a907 MINOR: fd: add a new function to only raise RLIMIT_NOFILE by Willy Tarreau · Thu Sep 22 16:08:47 2022 +0200
  41. 55d2e85 BUILD: h1: silence an initiialized warning with gcc-4.7 and -Os by Willy Tarreau · Tue Oct 04 08:02:03 2022 +0200
  42. 14f6268 BUG/MEDIUM: lua: handle stick table implicit arguments right. by Olivier Houchard · Tue Sep 13 00:35:53 2022 +0200
  43. ca43161 BUG/MEDIUM: lua: Don't crash in hlua_lua2arg_check on failure by Olivier Houchard · Tue Sep 13 00:31:17 2022 +0200
  44. d775537 BUG/MINOR: mux-quic: ignore STOP_SENDING for locally closed stream by Amaury Denoyelle · Mon Oct 03 17:20:31 2022 +0200
  45. 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · Fri Sep 30 18:11:13 2022 +0200
  46. a263938 CLEANUP: quic: remove duplicated varint code from xprt_quic.h by Amaury Denoyelle · Fri Sep 30 17:47:04 2022 +0200
  47. ac9bf01 CLEANUP: quic: remove unused function prototype by Amaury Denoyelle · Fri Sep 30 17:34:54 2022 +0200
  48. 5c25dc5 CLEANUP: quic: fix headers by Amaury Denoyelle · Fri Sep 30 17:44:15 2022 +0200
  49. f3c40f8 BUG/MINOR: quic: adjust quic_tls prototypes by Amaury Denoyelle · Fri Sep 30 17:37:38 2022 +0200
  50. a19bb6f CLEANUP: quic: remove global var definition in quic_tls header by Amaury Denoyelle · Fri Sep 30 17:31:18 2022 +0200
  51. d6922d5 CLEANUP: mux-quic: remove usage of non-standard ull type by Amaury Denoyelle · Fri Sep 30 18:03:03 2022 +0200
  52. 59307b3 DOC: config: Fix pgsql-check documentation to make user param mandatory by Christopher Faulet · Mon Oct 03 15:00:59 2022 +0200
  53. 0d6fb7a BUG/MINOR: checks: update pgsql regex on auth packet by Fatih Acar · Mon Sep 26 17:27:11 2022 +0200
  54. dd4a2a6 [RELEASE] Released version 2.7-dev7 by Willy Tarreau · Mon Oct 03 15:20:38 2022 +0200
  55. 406efb9 BUG/MINOR: backend: only enforce turn-around state when not redispatching by Willy Tarreau · Mon Oct 03 14:56:34 2022 +0200
  56. 3d1c334 BUG/MINOR: config: insufficient syntax check of the global "maxconn" value by Thierry Fournier · Sat Oct 01 10:06:59 2022 +0200
  57. 8522348 BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns by Willy Tarreau · Thu Sep 29 20:32:43 2022 +0200
  58. 94ab139 BUG/MEDIUM: config: count line arguments without dereferencing the output by Willy Tarreau · Mon Oct 03 08:27:55 2022 +0200
  59. 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
  60. cd341d5 MINOR: hlua: ambiguous lua_pushvalue with 0 index by Aurelien DARRAGON · Thu Sep 29 12:00:04 2022 +0200
  61. 28f0a60 DOC/CLEANUP: lua-api: removing duplicate date functions doc by Aurelien DARRAGON · Thu Sep 29 10:25:24 2022 +0200
  62. 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
  63. 9ae05bb DOC: management: httpclient can resolve server names in URLs by William Lallemand · Thu Sep 29 15:00:15 2022 +0200
  64. 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
  65. 015bbc2 MINOR: tools: Impprove hash_ipanon to not hash FD-based addresses by Christopher Faulet · Thu Sep 29 11:53:07 2022 +0200
  66. 7e50e4b MINOR: tools: Impprove hash_ipanon to support dgram sockets and port offsets by Christopher Faulet · Thu Sep 29 11:46:34 2022 +0200
  67. d786931 MINOR: cli: correct commentary and replace 'set global-key' name by Erwan Le Goas · Thu Sep 29 10:36:11 2022 +0200
  68. f30c5d7 MINOR: config: Add option line when the configuration file is dumped by Erwan Le Goas · Thu Sep 29 10:34:04 2022 +0200
  69. 059d05f MINOR: config: Add other keywords when dump the anonymized configuration file by Erwan Le Goas · Thu Sep 29 10:31:18 2022 +0200
  70. be5ed92 MINOR: config: correct errors about argument number in condition in cfgparse.c by Erwan Le Goas · Thu Sep 29 10:30:00 2022 +0200
  71. 1caa535 MINOR: cli: Add an anonymization on a missed element in 'show server state' by Erwan Le Goas · Thu Sep 29 10:28:44 2022 +0200
  72. 9ac3ccb MINOR: cli: use hash_ipanon to anonymized address by Erwan Le Goas · Thu Sep 29 10:27:33 2022 +0200
  73. 5eef158 MINOR: tools: modify hash_ipanon in order to use it in cli by Erwan Le Goas · Thu Sep 29 10:25:31 2022 +0200
  74. 3f4ae61 MINOR: cli: remove error message with 'set anon on|off' by Erwan Le Goas · Wed Sep 28 17:04:29 2022 +0200
  75. 2a2e46f MINOR: cli: Add anonymization on a missed element for 'show sess all' by Erwan Le Goas · Wed Sep 28 17:02:30 2022 +0200
  76. 7fdba0a BUG/MINOR: hlua: fixing hlua_http_msg_insert_data behavior by Aurelien DARRAGON · Wed Sep 28 16:03:45 2022 +0200
  77. d7c71b0 BUG/MINOR: hlua: fixing hlua_http_msg_del_data behavior by Aurelien DARRAGON · Wed Sep 28 15:52:18 2022 +0200
  78. c5daf28 Revert "BUG/MINOR: config: don't count trailing spaces as empty arg" by Christopher Faulet · Wed Sep 28 18:22:23 2022 +0200
  79. 5529424 BUG/MINOR: config: don't count trailing spaces as empty arg by Erwan Le Goas · Fri Sep 23 15:06:34 2022 +0200
  80. 3a374ea BUG/MINOR: ring: fix the size check in ring_make_from_area() by William Lallemand · Tue Sep 27 14:31:37 2022 +0200
  81. bb650f2 DOC: management: add timeout on the "reload" command by William Lallemand · Tue Sep 27 11:38:10 2022 +0200
  82. eaabf06 BUG/MEDIUM: resolvers: Remove aborted resolutions from query_ids tree by Christopher Faulet · Tue Sep 27 10:43:24 2022 +0200
  83. 3ab72c6 BUG/MEDIUM: stconn: Reset SE descriptor when we fail to create a stream by Christopher Faulet · Tue Sep 27 09:18:20 2022 +0200
  84. 4cfc038 BUG/MINOR: stream: Perform errors handling in right order in stream_new() by Christopher Faulet · Tue Sep 27 09:14:47 2022 +0200
  85. 56ac2cb CLEANUP: list: fix again some style issues in the recent comments by Willy Tarreau · Tue Sep 27 07:42:28 2022 +0200
  86. 70c5ad4 DOC: management: describe the new reload command behavior by William Lallemand · Sat Sep 24 16:44:44 2022 +0200
  87. 0a0512f MINOR: mworker/cli: the mcli_reload bind_conf only send the reload status by William Lallemand · Sat Sep 24 16:14:50 2022 +0200
  88. 56f73b2 MINOR: mworker: stores the mcli_reload bind_conf by William Lallemand · Sat Sep 24 15:56:25 2022 +0200
  89. 21623b5 MINOR: mworker: mworker_cli_proxy_new_listener() returns a bind_conf by William Lallemand · Sat Sep 24 15:51:27 2022 +0200
  90. 68192b2 MINOR: mworker: store and shows loading status by William Lallemand · Sat Sep 24 15:44:42 2022 +0200
  91. 479cb3e MINOR: mworker/cli: replace close() by fd_delete() by William Lallemand · Fri Sep 23 10:21:32 2022 +0200
  92. b12d169 BUG/MINOR: hlua: fixing ambiguous sizeof in hlua_load_per_thread by Aurelien DARRAGON · Fri Sep 23 08:48:34 2022 +0200
  93. ec059c2 MEDIUM: mworker/cli: keep the connection of the FD that ask for a reload by William Lallemand · Thu Sep 22 17:26:23 2022 +0200
  94. d2605cf BUG/MINOR: anon: memory illegal accesses in tools.c with hash_anon and hash_ipanon by Erwan Le Goas · Wed Sep 21 16:24:23 2022 +0200
  95. ae6b568 MINOR: hlua: Allow argument on lua-lod(-per-thread) directives by Thierry Fournier · Mon Sep 19 09:04:16 2022 +0200
  96. 70e38e9 BUG/MINOR: hlua: Remove \n in Lua error message built with memprintf by Thierry Fournier · Mon Sep 19 09:01:53 2022 +0200
  97. 4558437 CLEANUP: list: Fix mt_list_for_each_entry_safe indentation by Christopher Faulet · Wed Sep 21 15:44:54 2022 +0200
  98. 60cffba MINOR: list: documenting mt_list_for_each_entry_safe() macro by Aurelien DARRAGON · Wed Sep 21 10:43:15 2022 +0200
  99. 9a8d8a3 BUG/MINOR: smtpchk: SMTP Service check should gracefully close SMTP transaction by wrightlaw · Thu Sep 08 16:10:48 2022 +0100
  100. 2ec1ffa MINOR: smtpchk: Update expect rule to fully match replies to EHLO commands by Christopher Faulet · Wed Sep 21 14:42:47 2022 +0200