1. 779aa69 BUILD: h1_htx: use __fallthrough in h1_parse_chunk() by Willy Tarreau · Mon Nov 14 07:32:50 2022 +0100
  2. c5bc4ad BUILD: http_act: use __fallthrough in parse_http_del_header() by Willy Tarreau · Mon Nov 14 07:32:04 2022 +0100
  3. 36a7343 BUILD: check: use __fallthrough in __health_adjust() by Willy Tarreau · Mon Nov 14 07:31:36 2022 +0100
  4. 80f9a63 BUILD: logs: use __fallthrough in build_log_header() by Willy Tarreau · Mon Nov 14 07:22:57 2022 +0100
  5. 3064f52 BUILD: spoe: use __fallthrough in spoe_handle_appctx() by Willy Tarreau · Mon Nov 14 07:22:14 2022 +0100
  6. 8de3593 BUILD: acl: use __fallthrough in parse_acl_expr() by Willy Tarreau · Mon Nov 14 07:21:22 2022 +0100
  7. 266ce55 BUILD: args: use __fallthrough in make_arg_list() by Willy Tarreau · Mon Nov 14 07:20:54 2022 +0100
  8. 7de8de0 BUILD: tools: use __fallthrough in url_decode() by Willy Tarreau · Mon Nov 14 07:20:09 2022 +0100
  9. cff8987 BUILD: hash: use __fallthrough in hash_djb2() by Willy Tarreau · Mon Nov 14 07:18:42 2022 +0100
  10. 7910825 BUILD: peers: use __fallthrough in peer_io_handler() by Willy Tarreau · Mon Nov 14 07:13:22 2022 +0100
  11. 9eb93c0 BUILD: stats: use __fallthrough in stats_dump_proxy_to_buffer() by Willy Tarreau · Mon Nov 14 07:12:05 2022 +0100
  12. f3f6076 BUILD: tcpcheck: use __fallthrough in check_proxy_tcpcheck() by Willy Tarreau · Mon Nov 14 07:10:33 2022 +0100
  13. 4698479 BUILD: stream: use __fallthrough in stats_dump_full_strm_to_buffer() by Willy Tarreau · Mon Nov 14 07:09:39 2022 +0100
  14. 14de395 BUILD: hlua: use __fallthrough in hlua_post_init_state() by Willy Tarreau · Mon Nov 14 07:08:28 2022 +0100
  15. a551f4f BUILD: ssl: use __fallthrough in cli_io_handler_tlskeys_files() by Willy Tarreau · Mon Nov 14 07:34:43 2022 +0100
  16. 6fcc86b BUILD: ssl: use __fallthrough in cli_io_handler_commit_{cert,cafile_crlfile}() by Willy Tarreau · Mon Nov 14 07:05:31 2022 +0100
  17. aef8448 BUILD: ssl/crt-list: use __fallthrough in cli_io_handler_add_crtlist() by Willy Tarreau · Mon Nov 14 07:03:16 2022 +0100
  18. 5c8b52f BUILD: quic: use __fallthrough in quic_connect_server() by Willy Tarreau · Mon Nov 14 07:02:00 2022 +0100
  19. 7ed0597 BUILD: sample: use __fallthrough in smp_is_rw() and smp_dup() by Willy Tarreau · Mon Nov 14 06:59:59 2022 +0100
  20. 1f344c0 BUILD: compiler: define a __fallthrough statement for switch/case by Willy Tarreau · Sun Nov 13 12:21:22 2022 +0100
  21. 2b080f7 BUILD: compiler: add a default definition for __has_attribute() by Willy Tarreau · Sun Nov 13 11:39:18 2022 +0100
  22. 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
  23. 71de041 IMPORT: slz: define and use a __fallthrough statement for switch/case by Willy Tarreau · Sun Nov 13 13:06:02 2022 +0100
  24. 4bd53c3 IMPORT: slz: mention the potential header in slz_finish() by Dridi Boukelmoune · Wed Mar 30 07:58:23 2022 +0200
  25. eda36f1 IMPORT: slz: declare len to fix debug build when optimal match is enabled by Willy Tarreau · Mon Dec 13 09:07:05 2021 +0100
  26. eab4256 IMPORT: xxhash: update xxHash to version 0.8.1 by Willy Tarreau · Sun Nov 13 13:21:56 2022 +0100
  27. a051816 CI: emit the compiler's version in the build reports by Willy Tarreau · Mon Nov 14 11:03:18 2022 +0100
  28. eedcea8 BUILD: debug: remove unnecessary quotes in HA_WEAK() calls by Willy Tarreau · Sun Nov 13 12:14:10 2022 +0100
  29. a8a83bc BUILD: ssl_utils: fix build on gcc versions before 8 by Willy Tarreau · Mon Nov 14 08:11:32 2022 +0100
  30. 4639689 BUG/MINOR: ssl: bind_conf is uncorrectly accessed when using QUIC by William Lallemand · Thu Nov 10 16:45:24 2022 +0100
  31. 30fc6da MINOR: server: clear prefix on stderr logs after add server by Amaury Denoyelle · Thu Nov 10 15:16:49 2022 +0100
  32. 24e9961 MINOR: cli: define usermsgs print context by Amaury Denoyelle · Thu Nov 10 14:24:51 2022 +0100
  33. 56f50a0 CLEANUP: cli: rename dynamic error printing state by Amaury Denoyelle · Thu Nov 10 11:47:36 2022 +0100
  34. 9fbc84e MINOR: ssl: x509_v_err_str converter transforms an integer to a X509_V_ERR name by William Lallemand · Thu Nov 03 18:56:37 2022 +0100
  35. 960fb74 MEDIUM: ssl: {ca,crt}-ignore-err can now use error constant name by William Lallemand · Thu Nov 03 16:31:50 2022 +0100
  36. 9b25982 BUG/MEDIUM: ssl: Verify error codes can exceed 63 by Remi Tricot-Le Breton · Thu Nov 10 10:48:58 2022 +0100
  37. 6397c7c CI: enable QUIC for LibreSSL builds by Ilya Shipitsin · Wed Nov 02 11:59:37 2022 +0500
  38. 70b2c72 CI: switch to the "latest" LibreSSL by Ilya Shipitsin · Wed Nov 02 11:57:03 2022 +0500
  39. aa529f7 BUG/MINOR: ssl: ocsp structure not freed properly in case of error by Remi Tricot-Le Breton · Thu Nov 03 15:16:49 2022 +0100
  40. 1621dc1 BUG/MINOR: ssl: Memory leak of AUTHORITY_KEYID struct when loading issuer by Remi Tricot-Le Breton · Thu Nov 03 15:16:48 2022 +0100
  41. a2c21db BUG/MINOR: ssl: Memory leak of DH BIGNUM fields by Remi Tricot-Le Breton · Thu Nov 03 15:16:47 2022 +0100
  42. a2ec192 BUG/MINOR: httpclient: fixed memory allocation for the SSL ca_file by Miroslav Zagorac · Wed Nov 02 16:11:50 2022 +0100
  43. 1ef1b85 CLEANUP: ssl: remove dead code in ssl_sock_load_pem_into_ckch() by William Lallemand · Sun Oct 30 19:00:06 2022 +0100
  44. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Oct 29 09:34:32 2022 +0500
  45. 5526f92 CI: add monthly gcc cross compile jobs by Ilya Shipitsin · Tue Oct 18 19:13:45 2022 +0500
  46. 0b13e94 BUG/MINOR: quic: fix race condition on datagram purging by Amaury Denoyelle · Tue Oct 25 11:38:21 2022 +0200
  47. 735b44f MINOR: quic: add counter for interrupted reception by Amaury Denoyelle · Thu Oct 27 17:56:27 2022 +0200
  48. 5de4951 MINOR: ssl: dump the SSL string error when SSL_CTX_use_PrivateKey() failed. by William Lallemand · Thu Oct 27 14:41:07 2022 +0200
  49. 7faffdc BUG/MINOR: log: fixing bug in tcp syslog_io_handler Octet-Counting by Aurelien DARRAGON · Wed Oct 26 23:40:08 2022 +0200
  50. bbb1c68 BUG/MINOR: quic: fix subscribe operation by Amaury Denoyelle · Wed Sep 28 15:15:51 2022 +0200
  51. 0aba11e MINOR: quic: remove unnecessary quic_session_accept() by Amaury Denoyelle · Thu Sep 29 18:31:24 2022 +0200
  52. b976640 BUG/MAJOR: stick-table: don't process store-response rules for applets by Christopher Faulet · Tue Oct 25 16:45:38 2022 +0200
  53. 432cd1a MEDIUM: ssl: be stricter about chain error by William Lallemand · Tue Oct 25 15:55:13 2022 +0200
  54. a538452 MINOR: ssl: add the SSL error string before the chain by William Lallemand · Tue Oct 25 15:53:01 2022 +0200
  55. f784b90 MINOR: ssl: add the SSL error string when failing to load a certificate by William Lallemand · Tue Oct 25 12:31:39 2022 +0200
  56. d08a25b BUG/MINOR: sink: Set default connect/server timeout for implicit ring buffers by Christopher Faulet · Mon Oct 24 15:53:01 2022 +0200
  57. 11a707a BUG/MINOR: sink: Only use backend capability for the sink proxies by Christopher Faulet · Mon Oct 24 15:10:18 2022 +0200
  58. ac55608 MINOR: peers: handle multiple resync requests using shards by Emeric Brun · Mon Oct 24 10:04:59 2022 +0200
  59. 36d1565 MINOR: peers: Support for peer shards by Frédéric Lécaille · Mon Oct 17 14:58:19 2022 +0200
  60. 7941ead MINOR: quic: display unknown error sendto counter on stat page by Amaury Denoyelle · Mon Oct 24 10:44:34 2022 +0200
  61. 1d9f170 MINOR: quic: do not crash on unhandled sendto error by Amaury Denoyelle · Mon Oct 24 10:03:33 2022 +0200
  62. 910b757 BUG/MEDIUM: compression: handle rewrite errors when updating response headers by Christopher Faulet · Mon Oct 24 08:39:29 2022 +0200
  63. 176174f BUG/MINOR: mux-quic: complete flow-control for uni streams by Amaury Denoyelle · Fri Oct 21 17:02:18 2022 +0200
  64. e951c34 MINOR: list: adding MT_LIST_APPEND_LOCKED macro by Aurelien DARRAGON · Thu Oct 20 17:37:51 2022 +0200
  65. 18c284c DOC/MINOR: list: fixing MT_LIST_LOCK_ELT macro documentation by Aurelien DARRAGON · Thu Oct 20 09:42:23 2022 +0200
  66. bcaa401 MINOR: list: fixing typo in MT_LIST_LOCK_ELT by Aurelien DARRAGON · Thu Oct 20 09:19:30 2022 +0200
  67. 1344ebd MINOR: mworker/cli: does no try to dump the startup-logs w/o USE_SHM_OPEN by William Lallemand · Fri Oct 21 14:03:29 2022 +0200
  68. 2f67dd9 CLEANUP: mworker/cli: rename the status function to loadstatus by William Lallemand · Fri Oct 21 14:00:05 2022 +0200
  69. a925619 DOC: lua: add a note about compression w/ httpclient by William Lallemand · Fri Oct 21 11:48:24 2022 +0200
  70. 83e9bca BUILD: Makefile: add "USE_SHM_OPEN" on the linux-musl target by William Lallemand · Fri Oct 21 10:35:37 2022 +0200
  71. 6435801 CI: github: dump the backtrace of coredumps in the alpine container by William Lallemand · Thu Oct 20 15:01:01 2022 +0200
  72. 4ed0a3a REGTESTS: httpclient/lua: test the lua task timeout with the httpclient by William Lallemand · Thu Oct 20 11:23:02 2022 +0200
  73. a93eac4 BUG/MEDIUM: httpclient: check if the httpclient was released in the IO handler by William Lallemand · Thu Oct 20 18:36:03 2022 +0200
  74. 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
  75. 321d100 BUG/MINOR: ring: Properly parse connect timeout by Christopher Faulet · Wed Oct 19 16:26:21 2022 +0200
  76. cc640e8 BUG/MINOR: log: Preserve message facility when the log target is a ring buffer by Christopher Faulet · Wed Oct 19 08:16:48 2022 +0200
  77. 9e3026c MINOR: quic: extend Retry token check function by Amaury Denoyelle · Mon Oct 17 11:13:07 2022 +0200
  78. 6e56a9e MINOR: quic: refactor packet drop on reception by Amaury Denoyelle · Mon Oct 17 12:04:49 2022 +0200
  79. 9828969 MINOR: quic: split and rename qc_lstnr_pkt_rcv() by Amaury Denoyelle · Wed Oct 19 15:37:44 2022 +0200
  80. 449b1a8 MINOR: quic: extract connection retrieval by Amaury Denoyelle · Wed Oct 19 15:28:44 2022 +0200
  81. deb7c87 MINOR: quic: define first packet flag by Amaury Denoyelle · Wed Oct 19 17:14:28 2022 +0200
  82. 845169d MINOR: quic: extend pn_offset field from quic_rx_packet by Amaury Denoyelle · Mon Oct 17 18:05:26 2022 +0200
  83. 0eae572 MINOR: quic: add version field on quic_rx_packet by Amaury Denoyelle · Mon Oct 17 18:05:18 2022 +0200
  84. 6c94056 BUG/MINOR: quic: fix buffer overflow on retry token generation by Amaury Denoyelle · Tue Oct 18 11:05:02 2022 +0200
  85. ea492e3 BUILD: quic: Fix build for m68k cross-compilation by Frédéric Lécaille · Tue Oct 18 11:57:01 2022 +0200
  86. ba303de BUILD: ssl_sock: fix null dereference for QUIC build by Amaury Denoyelle · Mon Oct 17 18:46:49 2022 +0200
  87. 74a9eb5 BUG/MEDIUM: httpclient: segfault when the httpclient parser fails by Thierry Fournier · Mon Oct 10 12:46:38 2022 +0200
  88. 47ddc89 BUILD: scripts: disable tests build on QuicTLS build by Ilya Shipitsin · Sat Oct 15 09:55:49 2022 +0500
  89. 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
  90. ea8aebe [RELEASE] Released version 2.7-dev8 by Willy Tarreau · Fri Oct 14 20:45:23 2022 +0200
  91. 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
  92. 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
  93. 5d1e131 DOC: management: "show startup-logs" for master CLI by William Lallemand · Fri Oct 14 15:41:55 2022 +0200
  94. f76b3b4 DOC: management: add forgotten "show startup-logs" by William Lallemand · Fri Oct 14 15:29:07 2022 +0200
  95. b5684c5 DOC/CLEANUP: lua-api: removing duplicate core.proxies attribute by Aurelien DARRAGON · Fri Oct 14 09:03:32 2022 +0200
  96. 846fc7d DOC: lua-api: updating toolbox link by Aurelien DARRAGON · Fri Oct 14 08:48:57 2022 +0200
  97. 53901f4 DOC/CLEANUP: lua-api: some minor corrections by Aurelien DARRAGON · Thu Oct 13 19:49:42 2022 +0200
  98. 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
  99. 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
  100. 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