1. 46bea1c BUILD: peers: peers-t.h depends on stick-table-t.h by William Lallemand · Fri Dec 16 15:40:31 2022 +0100
  2. 5594184 MINOR: stats: introduce stats field ctx by Aurelien DARRAGON · Thu Dec 15 14:01:04 2022 +0100
  3. 15f3cc4 MINOR: http: extract content-length parsing from H2 by Amaury Denoyelle · Thu Dec 08 16:53:58 2022 +0100
  4. dbf6ad4 BUG/MINOR: quic: properly handle alloc failure in qc_new_conn() by Amaury Denoyelle · Mon Dec 12 11:22:42 2022 +0100
  5. e06e31e MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · Thu Dec 08 09:17:01 2022 +0000
  6. 7d6644e BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · Thu Dec 08 09:17:00 2022 +0000
  7. 9192d20 MINOR: pools: make DEBUG_UAF a runtime setting by Willy Tarreau · Thu Dec 08 17:47:59 2022 +0100
  8. 4da51bd CLEANUP: pools: get rid of CONFIG_HAP_POOLS by Willy Tarreau · Thu Dec 08 17:45:08 2022 +0100
  9. a956366 REORG: pool: move all the OS specific code to pool-os.h by Willy Tarreau · Thu Dec 08 15:30:49 2022 +0100
  10. 76a97a9 CLEANUP: pool: only include pool-os from pool.c not pool.h by Willy Tarreau · Thu Dec 08 17:26:50 2022 +0100
  11. 5ab3c61 BUILD: atomic: atomic.h may need compiler.h on ARMv8.2-a by Willy Tarreau · Thu Dec 08 08:32:57 2022 +0100
  12. 7d541a9 BUG/MINOR: checks: restore legacy on-error fastinter behavior by Aurelien DARRAGON · Wed Dec 07 12:17:24 2022 +0100
  13. 5fa29b8 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Dec 07 09:46:19 2022 +0500
  14. 22f82f8 MINOR: server/event_hdl: add support for SERVER_UP and SERVER_DOWN events by Aurelien DARRAGON · Fri Nov 25 18:07:49 2022 +0100
  15. 129ecf4 MINOR: server/event_hdl: add support for SERVER_ADD and SERVER_DEL events by Aurelien DARRAGON · Thu Nov 17 10:37:58 2022 +0100
  16. 745ce8e MINOR: stats: add server revision id support by Aurelien DARRAGON · Thu Nov 17 16:34:07 2022 +0100
  17. 61e3894 MINOR: server: add srv->rid (revision id) value by Aurelien DARRAGON · Thu Nov 17 16:10:35 2022 +0100
  18. d3083c9 MINOR: quic: reconnect quic-conn socket on address migration by Amaury Denoyelle · Thu Dec 01 16:20:06 2022 +0100
  19. 7c9fdd9 MEDIUM: quic: move receive out of FD handler to quic-conn io-cb by Amaury Denoyelle · Wed Nov 16 11:01:02 2022 +0100
  20. 5b41486 MEDIUM: quic: use quic-conn socket for reception by Amaury Denoyelle · Mon Oct 24 17:40:37 2022 +0200
  21. 40909df MINOR: quic: allocate a socket per quic-conn by Amaury Denoyelle · Mon Oct 24 17:08:43 2022 +0200
  22. 75839a4 MINOR: quic: startup detect for quic-conn owned socket support by Amaury Denoyelle · Mon Nov 21 10:04:14 2022 +0100
  23. eec0b3c MINOR: quic: detect connection migration by Amaury Denoyelle · Fri Dec 02 09:57:32 2022 +0100
  24. 21e611d MINOR: tools: add port for ipcmp as optional criteria by Amaury Denoyelle · Thu Dec 01 17:46:45 2022 +0100
  25. 8687b63 MINOR: quic: extract datagram parsing code by Amaury Denoyelle · Tue Sep 27 14:22:09 2022 +0200
  26. 518c98f MINOR: quic: remove qc from quic_rx_packet by Amaury Denoyelle · Thu Nov 24 17:12:25 2022 +0100
  27. 52ddd99 MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data" by William Lallemand · Tue Nov 22 11:51:53 2022 +0100
  28. 68e692d MINOR: event_hdl: add event handler base api by Aurelien DARRAGON · Wed Nov 16 18:06:28 2022 +0100
  29. eaded98 [RELEASE] Released version 2.8-dev0 by Willy Tarreau · Thu Dec 01 15:25:34 2022 +0100
  30. 989c55d MINOR: version: mention that it's development again by Willy Tarreau · Thu Dec 01 15:23:12 2022 +0100
  31. d705b85 MINOR: version: mention that it's stable now by Willy Tarreau · Thu Dec 01 15:15:24 2022 +0100
  32. b82296c BUILD: quic: allow build with USE_QUIC and USE_OPENSSL_WOLFSSL by Stefan Eissing · Wed Nov 30 15:16:38 2022 +0100
  33. 6f86eaa CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Nov 30 16:22:42 2022 +0500
  34. d5cae6a MINOR: stick-table: change the API of the function used to calculate the shard by Willy Tarreau · Tue Nov 29 17:36:44 2022 +0100
  35. d64a26f CLEANUP: ncbuf: inline small functions by Amaury Denoyelle · Mon Nov 28 15:08:14 2022 +0100
  36. 56460ee MINOR: stick-table: store a per-table hash seed and use it by Willy Tarreau · Mon Nov 28 18:53:06 2022 +0100
  37. 63b5b33 CLEANUP: stick-table: fill alignment holes in the stktable struct by Willy Tarreau · Mon Nov 28 18:48:11 2022 +0100
  38. 0a2d632 BUG/MINOR: ssl: shut the ca-file errors emitted during httpclient init by William Lallemand · Thu Nov 24 19:14:19 2022 +0100
  39. 3cbf09e MEDIUM: ssl: add minimal WolfSSL support with OpenSSL compatibility mode by Uriah Pollock · Wed Nov 23 16:41:25 2022 +0100
  40. 79320cb BUILD: quic: use openssl-compat.h instead of openssl/ssl.h by Uriah Pollock · Wed Nov 23 17:10:07 2022 +0100
  41. 946d370 BUILD: flags: really restrict the cases where flags are exposed by Willy Tarreau · Thu Nov 24 08:22:40 2022 +0100
  42. 08093cc CLEANUP: tools: do not needlessly include xxhash nor cli from tools.h by Willy Tarreau · Thu Nov 24 08:09:12 2022 +0100
  43. 4d46638 BUILD: compiler: include compiler's definitions before ours by Willy Tarreau · Thu Nov 24 07:51:57 2022 +0100
  44. fc50b9d BUG/MAJOR: sched: protect task during removal from wait queue by Willy Tarreau · Tue Nov 22 07:05:44 2022 +0100
  45. c21a187 MINOR: server/idle: make the next_takeover index per-tgroup by Willy Tarreau · Mon Nov 21 14:14:06 2022 +0100
  46. 9dc231a BUG/MINOR: server/idle: at least use atomic stores when updating max_used_conns by Willy Tarreau · Mon Nov 21 14:32:33 2022 +0100
  47. 2fba08f MINOR: cli/pools: add sorting capabilities to "show pools" by Willy Tarreau · Mon Nov 21 09:34:02 2022 +0100
  48. ace3da8 CLEANUP: quic: replace "choosen" with "chosen" all over the code by Ilya Shipitsin · Tue Nov 01 15:46:39 2022 +0500
  49. 74b5f7b BUG/MAJOR: quic: Crash after discarding packet number spaces by Frédéric Lécaille · Sun Nov 20 18:35:35 2022 +0100
  50. 814645f BUG/MAJOR: quic: Crash upon retransmission of dgrams with several packets by Frédéric Lécaille · Fri Nov 18 18:15:28 2022 +0100
  51. 037e3f8 MINOR: cfgparse: Always check the section position by Christopher Faulet · Fri Nov 18 15:46:06 2022 +0100
  52. 62138aa MINOR: mux-h1: Rely on a H1S flag to know a WS key was found or not by Christopher Faulet · Wed Nov 02 08:42:08 2022 +0100
  53. ab79b32 MEDIUM: mux-fcgi: Introduce flags to deal with connection read/write errors by Christopher Faulet · Wed Oct 12 17:51:51 2022 +0200
  54. 68ee784 CLEANUP: mux-h2: Remove unused fields in h2c structures by Christopher Faulet · Wed Oct 12 10:21:33 2022 +0200
  55. ff7925d MEDIUM: mux-h2: Introduce flags to deal with connection read/write errors by Christopher Faulet · Tue Oct 11 19:12:40 2022 +0200
  56. 31da34d MEDIUM: mux-h1: Don't report a final error whe a message is aborted by Christopher Faulet · Mon Oct 10 16:36:10 2022 +0200
  57. b3de5e5 CLEANUP: mux-h1: Reorder H1 connection flags to avoid holes by Christopher Faulet · Wed Oct 05 11:12:18 2022 +0200
  58. fc473a6 MEDIUM: mux-h1: Rely on the H1C to deal with shutdown for reads by Christopher Faulet · Wed Oct 05 08:22:33 2022 +0200
  59. bef8900 MINOR: mux-h1: Add flag on H1 stream to deal with internal errors by Christopher Faulet · Wed Oct 05 07:50:19 2022 +0200
  60. 56a4994 CLEANUP: mux-h1: Rename H1C_F_ERR_PENDING into H1C_F_ABRT_PENDING by Christopher Faulet · Tue Oct 04 17:45:24 2022 +0200
  61. 4e72b17 MEDIUM: mux-h1: Handle H1C states via its state field instead of H1C_F_ST_* by Christopher Faulet · Tue Oct 04 17:35:19 2022 +0200
  62. ef93be2 MINOR: mux-h1: Add a dedicated enum to deal with H1 connection state by Christopher Faulet · Tue Oct 04 17:13:32 2022 +0200
  63. 71abc0c CLEANUP: mux-h1: Rename H1C_F_ST_ERROR and H1C_F_ST_SILENT_SHUT flags by Christopher Faulet · Tue Oct 04 17:06:52 2022 +0200
  64. 7fcbcc0 CLEANUP: mux-h1; Rename H1S_F_ERROR flag into H1S_F_ERROR_MASK by Christopher Faulet · Thu Oct 06 09:24:07 2022 +0200
  65. 2fd6dbf BUILD: makefile: move the compiler option detection stuff to compiler.mk by Willy Tarreau · Thu Nov 17 09:02:56 2022 +0100
  66. 8b5a998 BUILD: makefile: use $(cmd_MAKE) in quiet mode by Willy Tarreau · Thu Nov 17 08:34:37 2022 +0100
  67. 8dd6725 BUILD: makefile: move default verbosity settings to include/make/verbose.mk by Willy Tarreau · Thu Nov 17 08:23:10 2022 +0100
  68. a58af5b MINOR: dynbuf: switch allocation and release to macros to better track users by Willy Tarreau · Wed Nov 16 11:37:29 2022 +0100
  69. f7c475d MINOR: pool/debug: create a new pool_alloc_flag() macro by Willy Tarreau · Wed Nov 16 11:30:04 2022 +0100
  70. 91d31c9 OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's key by Willy Tarreau · Tue Nov 15 08:08:31 2022 +0100
  71. bf13e53 OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's pfx by Willy Tarreau · Tue Nov 15 08:08:24 2022 +0100
  72. e98d385 MINOR: deinit: add a "quick-exit" option to bypass the deinit step by Willy Tarreau · Tue Nov 15 09:34:07 2022 +0100
  73. 6342714 CLEANUP: stick-table: remove the unused table->exp_next by Willy Tarreau · Mon Nov 14 17:33:02 2022 +0100
  74. e239e49 BUG/MINOR: ssl: Fix potential overflow by Remi Tricot-Le Breton · Mon Nov 14 15:15:52 2022 +0100
  75. 7ed0597 BUILD: sample: use __fallthrough in smp_is_rw() and smp_dup() by Willy Tarreau · Mon Nov 14 06:59:59 2022 +0100
  76. 1f344c0 BUILD: compiler: define a __fallthrough statement for switch/case by Willy Tarreau · Sun Nov 13 12:21:22 2022 +0100
  77. 2b080f7 BUILD: compiler: add a default definition for __has_attribute() by Willy Tarreau · Sun Nov 13 11:39:18 2022 +0100
  78. 08e09f0 BUILD: compiler: add a macro to detect if another one is set and equals 1 by Willy Tarreau · Sun Nov 13 11:32:45 2022 +0100
  79. 71de041 IMPORT: slz: define and use a __fallthrough statement for switch/case by Willy Tarreau · Sun Nov 13 13:06:02 2022 +0100
  80. 4bd53c3 IMPORT: slz: mention the potential header in slz_finish() by Dridi Boukelmoune · Wed Mar 30 07:58:23 2022 +0200
  81. eab4256 IMPORT: xxhash: update xxHash to version 0.8.1 by Willy Tarreau · Sun Nov 13 13:21:56 2022 +0100
  82. eedcea8 BUILD: debug: remove unnecessary quotes in HA_WEAK() calls by Willy Tarreau · Sun Nov 13 12:14:10 2022 +0100
  83. 24e9961 MINOR: cli: define usermsgs print context by Amaury Denoyelle · Thu Nov 10 14:24:51 2022 +0100
  84. 56f50a0 CLEANUP: cli: rename dynamic error printing state by Amaury Denoyelle · Thu Nov 10 11:47:36 2022 +0100
  85. 960fb74 MEDIUM: ssl: {ca,crt}-ignore-err can now use error constant name by William Lallemand · Thu Nov 03 16:31:50 2022 +0100
  86. 9b25982 BUG/MEDIUM: ssl: Verify error codes can exceed 63 by Remi Tricot-Le Breton · Thu Nov 10 10:48:58 2022 +0100
  87. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Oct 29 09:34:32 2022 +0500
  88. 735b44f MINOR: quic: add counter for interrupted reception by Amaury Denoyelle · Thu Oct 27 17:56:27 2022 +0200
  89. bbb1c68 BUG/MINOR: quic: fix subscribe operation by Amaury Denoyelle · Wed Sep 28 15:15:51 2022 +0200
  90. 36d1565 MINOR: peers: Support for peer shards by Frédéric Lécaille · Mon Oct 17 14:58:19 2022 +0200
  91. 7941ead MINOR: quic: display unknown error sendto counter on stat page by Amaury Denoyelle · Mon Oct 24 10:44:34 2022 +0200
  92. 1d9f170 MINOR: quic: do not crash on unhandled sendto error by Amaury Denoyelle · Mon Oct 24 10:03:33 2022 +0200
  93. 176174f BUG/MINOR: mux-quic: complete flow-control for uni streams by Amaury Denoyelle · Fri Oct 21 17:02:18 2022 +0200
  94. e951c34 MINOR: list: adding MT_LIST_APPEND_LOCKED macro by Aurelien DARRAGON · Thu Oct 20 17:37:51 2022 +0200
  95. 18c284c DOC/MINOR: list: fixing MT_LIST_LOCK_ELT macro documentation by Aurelien DARRAGON · Thu Oct 20 09:42:23 2022 +0200
  96. bcaa401 MINOR: list: fixing typo in MT_LIST_LOCK_ELT by Aurelien DARRAGON · Thu Oct 20 09:19:30 2022 +0200
  97. bb58142 BUG/MEDIUM: httpclient/lua: crash when the lua task timeout before the httpclient by William Lallemand · Thu Oct 20 10:57:28 2022 +0200
  98. deb7c87 MINOR: quic: define first packet flag by Amaury Denoyelle · Wed Oct 19 17:14:28 2022 +0200
  99. 845169d MINOR: quic: extend pn_offset field from quic_rx_packet by Amaury Denoyelle · Mon Oct 17 18:05:26 2022 +0200
  100. 0eae572 MINOR: quic: add version field on quic_rx_packet by Amaury Denoyelle · Mon Oct 17 18:05:18 2022 +0200