1. 3ccb14d MINOR: thread: get rid of MAX_THREADS_MASK by Willy Tarreau · Tue Jun 14 11:18:40 2022 +0200
  2. e35f032 CLEANUP: hlua: check for at least 2 threads on a task by Willy Tarreau · Tue Jun 14 11:00:46 2022 +0200
  3. 1a85a95 MINOR: tinfo: remove the global thread ID bit (tid_bit) by Willy Tarreau · Tue Jun 14 10:43:01 2022 +0200
  4. 8716875 CLEANUP: quic: use task_new_on() for single-threaded tasks by Willy Tarreau · Mon Jun 13 16:31:53 2022 +0200
  5. 680ed5f MINOR: task: move profiling bit to per-thread by Willy Tarreau · Mon Jun 13 15:59:39 2022 +0200
  6. 040955f BUG/MEDIUM: mux-quic: fix segfault on flow-control frame cleanup by Amaury Denoyelle · Mon Jun 13 11:30:46 2022 +0200
  7. 4167e05 BUG/MEDIUM: cli: Notify cli applet won't consume data during request processing by Christopher Faulet · Wed Jun 01 17:25:42 2022 +0200
  8. 04f03e1 BUG/MEDIUM: stconn: Don't wakeup applet for send if it won't consume data by Christopher Faulet · Wed Jun 01 17:35:34 2022 +0200
  9. e4b4019 CLEANUP: check: Remove useless tests on check's stream-connector by Christopher Faulet · Mon Jun 13 07:59:46 2022 +0200
  10. d1c6cfe BUG/MINOR: tcp-rules: Make action call final on read error and delay expiration by Christopher Faulet · Fri Jun 10 16:48:47 2022 +0200
  11. 43c090c BUG/MINOR: mux-quic: fix memleak on frames rejected by transport by Amaury Denoyelle · Fri Jun 10 15:16:40 2022 +0200
  12. 78fa559 MINOR: mux-quic: complete BUG_ON on TX flow-control enforcing by Amaury Denoyelle · Fri Jun 10 15:18:12 2022 +0200
  13. b9e0640 BUG/MEDIUM: mux-quic: fix flow control connection Tx level by Amaury Denoyelle · Fri Jun 10 15:16:21 2022 +0200
  14. 1424774 DOC: design: update the notes on thread groups by Willy Tarreau · Fri Jun 10 16:05:59 2022 +0200
  15. c6b7a97 BUG/MINOR: cli/stats: add missing trailing LF after "show info json" by Willy Tarreau · Fri Jun 10 15:12:21 2022 +0200
  16. 9b46fb4 BUG/MINOR: server: do not enable DNS resolution on disabled proxies by Willy Tarreau · Fri Jun 10 11:11:44 2022 +0200
  17. 5a0e7ca BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs by Willy Tarreau · Fri Jun 10 09:21:22 2022 +0200
  18. 3a2fcfd BUG/MEDIUM: h3: fix SETTINGS parsing by Amaury Denoyelle · Thu Jun 09 11:54:38 2022 +0200
  19. c715eb7 BUG/MINOR: h3: fix frame type definition by Amaury Denoyelle · Thu Jun 09 11:51:01 2022 +0200
  20. 0012f89 OPTIM: mux-h2: increase h2_settings_initial_window_size default to 64k by Glenn Strauss · Sat Jun 04 22:11:50 2022 -0400
  21. 617592c MEDIUM: mux-h2: try to coalesce outgoing WINDOW_UPDATE frames by Willy Tarreau · Wed Jun 08 16:32:22 2022 +0200
  22. 1cd43aa BUG/MINOR: h3: fix incorrect BUG_ON assert on SETTINGS parsing by Amaury Denoyelle · Wed Jun 08 18:21:32 2022 +0200
  23. af93676 REGTESTS: healthcheckmail: Relax health-check failure condition by Christopher Faulet · Wed Jun 08 16:55:21 2022 +0200
  24. 5291257 REGTESTS: healthcheckmail: Update the test to be functionnal again by Christopher Faulet · Wed Jun 08 11:57:52 2022 +0200
  25. 58e3501 BUG/MEDIUM: mailers: Set the object type for check attached to an email alert by Christopher Faulet · Wed Jun 08 09:17:14 2022 +0200
  26. 4f1825c BUG/MINOR: checks: Properly handle email alerts in trace messages by Christopher Faulet · Wed Jun 08 09:12:58 2022 +0200
  27. e3b2574 BUG/MINOR: trace: Test server existence for health-checks to get proxy by Christopher Faulet · Wed Jun 08 09:06:15 2022 +0200
  28. 2d7cd3e DEV: tcploop: add minimal UDP support by Willy Tarreau · Tue Jun 07 12:09:55 2022 +0200
  29. d493331 DEV: tcploop: add a new "bind" command to bind to ip/port. by Willy Tarreau · Tue Jun 07 12:03:48 2022 +0200
  30. cb284c7 DEV: tcploop: permit port 0 to ease handling of default options by Willy Tarreau · Tue Jun 07 12:06:04 2022 +0200
  31. ff13dad DEV: tcploop: factor out the socket creation by Willy Tarreau · Tue Jun 07 11:55:45 2022 +0200
  32. 542bf0a DEV: tcploop: make it possible to change the target address of a connect() by Willy Tarreau · Tue Jun 07 11:46:57 2022 +0200
  33. 7184ca2 DEV: tcploop: make the current address the default address by Willy Tarreau · Tue Jun 07 11:36:20 2022 +0200
  34. 98028c8 DEV: tcploop: reorder options in the usage message by Willy Tarreau · Tue Jun 07 11:29:16 2022 +0200
  35. 7d318ed BUILD: compiler: implement unreachable for older compilers too by Willy Tarreau · Wed Jun 08 12:14:23 2022 +0200
  36. 69e3f05 BUILD: quic: fix anonymous union for gcc-4.4 by Benoit DOLEZ · Wed Jun 08 09:28:56 2022 +0200
  37. dca4c53 BUG/MINOR: h3: fix return value on decode_qcs on error by Amaury Denoyelle · Tue Jun 07 18:24:34 2022 +0200
  38. 1f21ebd MINOR: mux-quic/h3: adjust demuxing function return values by Amaury Denoyelle · Tue Jun 07 17:30:55 2022 +0200
  39. 62eef85 MINOR: mux-quic: simplify decode_qcs API by Amaury Denoyelle · Fri Jun 03 16:40:34 2022 +0200
  40. c015679 MINOR: h3: add h3c pointer into h3s instance by Amaury Denoyelle · Fri Jun 03 15:29:07 2022 +0200
  41. 16f3da4 MINOR: connection: support HTTP/3.0 for smp_*_http_major fetch by Amaury Denoyelle · Tue Jun 07 11:57:20 2022 +0200
  42. fdf6934 REGTESTS: restrict_req_hdr_names: Extend supported versions by Christopher Faulet · Tue Jun 07 08:21:18 2022 +0200
  43. 3d1da9a REGTESTS: http_abortonclose: Extend supported versions by Christopher Faulet · Tue Jun 07 08:20:12 2022 +0200
  44. 1f90f33 BUG/MINOR: ssl_ckch: Fix another possible uninitialized value by Christopher Faulet · Fri Jun 03 16:34:30 2022 +0200
  45. ea2c8c6 BUILD: ssl_ckch: Fix build error about a possible uninitialized value by Christopher Faulet · Fri Jun 03 16:37:31 2022 +0200
  46. 88041b3 BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_crlfile I/O handler by Christopher Faulet · Fri Jun 03 16:26:56 2022 +0200
  47. 677cb4f BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler by Christopher Faulet · Fri Jun 03 16:25:35 2022 +0200
  48. d1d2e4d BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler by Christopher Faulet · Fri Jun 03 16:24:02 2022 +0200
  49. d6c66f0 MINOR: ssl_ckch: Remove service context for "set ssl crl-file" command by Christopher Faulet · Fri Jun 03 11:59:10 2022 +0200
  50. 132c595 MINOR: ssl_ckch: Remove service context for "set ssl ca-file" command by Christopher Faulet · Fri Jun 03 11:56:26 2022 +0200
  51. 24a20b9 MINOR: ssl_ckch: Remove service context for "set ssl cert" command by Christopher Faulet · Fri Jun 03 11:50:40 2022 +0200
  52. 6af2fc6 MINOR: ssl_ckch: Simplify structure used to commit changes on CA/CRL entries by Christopher Faulet · Fri Jun 03 11:42:38 2022 +0200
  53. dd0c483 CLEANUP: ssl_ckch: Remove unused field in commit_cacrlfile_ctx structure by Christopher Faulet · Fri Jun 03 11:35:37 2022 +0200
  54. f814c4a BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd by Christopher Faulet · Fri Jun 03 11:32:05 2022 +0200
  55. 3e94f5d BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield by Christopher Faulet · Fri Jun 03 10:46:40 2022 +0200
  56. 5a2154b BUG/MINOR: ssl_ckch: Dump CA transaction only once if show command yield by Christopher Faulet · Fri Jun 03 10:42:48 2022 +0200
  57. 9a99e54 BUG/MINOR: ssl_ckch: Dump CRL transaction only once if show command yield by Christopher Faulet · Fri Jun 03 10:32:18 2022 +0200
  58. 51095ee BUG/MINOR: ssl_ckch: Use right type for old entry in show_crlfile_ctx by Christopher Faulet · Fri Jun 03 10:21:27 2022 +0200
  59. ddc8e1c MINOR: ssl_ckch: Simplify I/O handler to commit changes on CA/CRL entry by Christopher Faulet · Fri Jun 03 09:00:09 2022 +0200
  60. 14df913 CLEANUP: ssl_ckch: Use corresponding enum for commit_cacrlfile_ctx.cafile_type by Christopher Faulet · Fri Jun 03 09:17:09 2022 +0200
  61. 33a2745 REGTESTS: http_request_buffer: Increase client timeout to wait "slow" clients by Christopher Faulet · Thu Jun 02 14:01:30 2022 +0200
  62. 0f98a15 REGTESTS: abortonclose: Add a barrier to not mix up log messages by Christopher Faulet · Thu Jun 02 13:56:00 2022 +0200
  63. 9fb57e8 CLEANUP: Re-apply xalloc_size.cocci (2) by Tim Duesterhus · Wed Jun 01 21:58:37 2022 +0200
  64. d649b57 MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs by Christopher Faulet · Wed Jun 01 17:42:35 2022 +0200
  65. 89f2626 MEDIUM: httpclient: Don't close CLI applet at the end of a response by Christopher Faulet · Wed Jun 01 17:17:24 2022 +0200
  66. 0158bb2 BUG/MEDIUM: httpclient: Rework CLI I/O handler to handle full buffer cases by Christopher Faulet · Wed Jun 01 17:08:19 2022 +0200
  67. 18de6f2 BUG/MEDIUM: httpclient: Don't remove HTX header blocks before duplicating them by Christopher Faulet · Wed Jun 01 16:37:49 2022 +0200
  68. c642d7c BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases by Christopher Faulet · Wed Jun 01 16:31:09 2022 +0200
  69. e9c3bd1 BUG/MEDIUM: ssl_ckch: Rework 'commit ssl ca-file' to handle full buffer cases by Christopher Faulet · Tue May 31 17:51:06 2022 +0200
  70. 9d56e24 BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases by Christopher Faulet · Tue May 31 16:37:01 2022 +0200
  71. 1e00c7e BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a CA/CRL entry by Christopher Faulet · Tue May 31 18:10:19 2022 +0200
  72. e2ef4dd BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry by Christopher Faulet · Tue May 31 18:07:59 2022 +0200
  73. 1f08fa4 BUG/MEDIUM: ssl_ckch: Don't delete CA/CRL entry if it is being modified by Christopher Faulet · Tue May 31 18:06:30 2022 +0200
  74. 926fefc BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if it is being modified by Christopher Faulet · Tue May 31 18:04:25 2022 +0200
  75. 4329dcc BUG/MINOR: ssl_ckch: Free error msg if commit changes on a CA/CRL entry fails by Christopher Faulet · Tue May 31 18:03:26 2022 +0200
  76. 01a09e2 BUG/MINOR: ssl_ckch: Free error msg if commit changes on a cert entry fails by Christopher Faulet · Tue May 31 18:02:30 2022 +0200
  77. 29698e3 [RELEASE] Released version 2.7-dev0 by Willy Tarreau · Tue May 31 17:05:27 2022 +0200
  78. 6391bb2 MINOR: version: it's development again by Willy Tarreau · Tue May 31 17:04:45 2022 +0200
  79. a1efc04 [RELEASE] Released version 2.6.0 by Willy Tarreau · Tue May 31 16:58:21 2022 +0200
  80. b2c1e08 MINOR: version: mention that it's LTS now. by Willy Tarreau · Tue May 31 16:53:13 2022 +0200
  81. e68e7e8 DOC: intro: adjust the numbering of paragrams to keep the output ordered by Willy Tarreau · Tue May 31 16:23:06 2022 +0200
  82. 5869cb6 BUG/MINOR: qpack: do not consider empty enc/dec stream as error by Amaury Denoyelle · Tue May 31 15:21:27 2022 +0200
  83. 9f17a5a CLEANUP: quic: remove useless check on local UNI stream reception by Amaury Denoyelle · Tue May 31 15:17:02 2022 +0200
  84. fdc1b96 BUG/MINOR: quic: Fix QUIC_EV_CONN_PRSAFRM event traces by Frédéric Lécaille · Tue May 31 12:04:42 2022 +0200
  85. 417c7c0 BUG/MEDIUM: h3: fix H3_EXCESSIVE_LOAD when receiving H3 frame header only by Amaury Denoyelle · Tue May 31 14:18:33 2022 +0200
  86. 88d5dd1 BUG/MINOR: h3: fix frame demuxing by Amaury Denoyelle · Tue May 31 11:44:52 2022 +0200
  87. 1194db2 MINOR: ncbuf: adjust ncb_data with NCBUF_NULL by Amaury Denoyelle · Tue May 31 11:44:25 2022 +0200
  88. cd50e76 DOC: install: update supported OpenSSL versions in the INSTALL doc by Willy Tarreau · Tue May 31 11:37:37 2022 +0200
  89. 5e349e7 DOC: gpc/gpt: add commments of gpc/gpt array definitions on stick tables. by Emeric Brun · Fri Mar 25 14:13:23 2022 +0100
  90. e77984f DOC: peers: fix port number and addresses on new peers section format by Emeric Brun · Mon May 30 18:13:35 2022 +0200
  91. 423ed38 DOC: peers: clarify when entry expiration date is renewed. by Emeric Brun · Mon May 30 18:08:28 2022 +0200
  92. 0f4a02b DOC: peers: indicate that some server settings are not usable by Willy Tarreau · Tue May 31 10:22:12 2022 +0200
  93. 824c8c5 BUG/MINOR: peers: detect and warn on init_addr/resolvers/check/agent-check by Willy Tarreau · Tue May 31 09:42:44 2022 +0200
  94. 245721b MINOR: server: indicate when no address was expected for a server by Willy Tarreau · Tue May 31 09:25:34 2022 +0200
  95. 356866a BUG/MINOR: peers: set the proxy's name to the peers section name by Willy Tarreau · Tue May 31 09:10:19 2022 +0200
  96. 50e77b2 CLEANUP: peers/cli: make peers_dump_peer() take an appctx instead of an stconn by Willy Tarreau · Tue May 31 08:55:54 2022 +0200
  97. fc50599 CLEANUP: peers/cli: stop misusing the appctx local variable by Willy Tarreau · Tue May 31 08:53:25 2022 +0200
  98. ccea010 BUG/MEDIUM: peers/cli: fix "show peers" crash by Willy Tarreau · Tue May 31 08:49:29 2022 +0200
  99. 55b9689 DOC: fix a few spelling mistakes in the docs by Willy Tarreau · Tue May 31 08:07:43 2022 +0200
  100. 453d60b BUILD: makefile: reorder objects by build time by Willy Tarreau · Mon May 30 19:24:27 2022 +0200