1. d3f4dd8 MINOR: quic: Useless test in quic_update_ack_ranges_list() by Frédéric Lécaille · Wed Jun 02 15:36:12 2021 +0200
  2. 9ef64cd MINOR: quic: quic_update_ack_ranges_list() code factorization by Frédéric Lécaille · Wed Jun 02 15:27:34 2021 +0200
  3. baea284 BUG/MINOR: quic: Wrong memory free in quic_update_ack_ranges_list() by Frédéric Lécaille · Wed Jun 02 15:04:03 2021 +0200
  4. 1a5e88c MINOR: quic: Remove header protection also for Initial packets by Frédéric Lécaille · Mon May 31 18:04:07 2021 +0200
  5. 497fa78 MINOR: quic: Derive the initial secrets asap by Frédéric Lécaille · Mon May 31 15:16:13 2021 +0200
  6. d24c2ec MINOR: quic: Remove header protection for conn with context by Frédéric Lécaille · Mon May 31 10:24:49 2021 +0200
  7. 3d77fa7 MINOR: quic: QUIC conn initialization from I/O handler by Frédéric Lécaille · Mon May 31 09:30:14 2021 +0200
  8. de935f3 BUG/MINOR: quic: Do not check the acception of a new conn from I/O handler. by Frédéric Lécaille · Fri May 28 10:25:07 2021 +0200
  9. ecb5872 MINOR: quic: Initialize the session before starting the xprt. by Frédéric Lécaille · Thu May 27 17:12:36 2021 +0200
  10. 1e1aad4 MINOR: quic: Move an SSL func call from QUIC I/O handler to the xprt init. by Frédéric Lécaille · Thu May 27 14:57:09 2021 +0200
  11. 785c9c9 MINOR: quic: Replace max_packet_size by max_udp_payload size. by Frédéric Lécaille · Mon May 17 16:42:21 2021 +0200
  12. 0faf807 MINOR: quic: Update the streams transport parameters. by Frédéric Lécaille · Thu Mar 18 15:05:18 2021 +0100
  13. e8139f3 BUG/MINOR: quic: Wrong ->accept() error handling by Frédéric Lécaille · Thu Mar 11 17:06:30 2021 +0100
  14. 422a39c MINOR: quic: Add callbacks for (un)scribing to QUIC xprt. by Frédéric Lécaille · Wed Mar 03 17:28:34 2021 +0100
  15. fbe3b77 MINOR: quic: Disable the action of ->rcv_buf() xprt callback by Frédéric Lécaille · Wed Mar 03 16:23:44 2021 +0100
  16. 27faba7 MINOR: quic_sock: Finalize the QUIC connections. by Frédéric Lécaille · Wed Mar 03 16:21:00 2021 +0100
  17. b4672fb MINOR: qpack: Add QPACK compression. by Frédéric Lécaille · Wed Mar 03 16:13:10 2021 +0100
  18. ccac11f MINOR: h3: Add HTTP/3 definitions. by Frédéric Lécaille · Wed Mar 03 16:09:02 2021 +0100
  19. dfbae76 MINOR: mux_quic: Add QUIC mux layer. by Frédéric Lécaille · Thu Feb 18 09:59:01 2021 +0100
  20. 5aa4143 MINOR: quic: Move transport parmaters to anynomous struct. by Frédéric Lécaille · Thu Jan 28 16:22:52 2021 +0100
  21. 577fe48 BUG/MINOR: quic: Possible NULL pointer dereferencing when dumping streams. by Frédéric Lécaille · Mon Jan 11 15:10:06 2021 +0100
  22. 6f97b4e BUG/MEDIUM: leastconn: fix rare possibility of divide by zero by Willy Tarreau · Wed Sep 22 07:15:57 2021 +0200
  23. c8cac04 MEDIUM: listener: deprecate "process" in favor of "thread" on bind lines by Willy Tarreau · Tue Sep 21 14:31:29 2021 +0200
  24. cd8a6f2 MINOR: server: enable slowstart for dynamic server by Amaury Denoyelle · Tue Sep 21 11:51:54 2021 +0200
  25. 29d1ac1 REORG: server: move slowstart init outside of checks by Amaury Denoyelle · Tue Sep 21 11:51:29 2021 +0200
  26. 725f8d2 MINOR: server: enable more check related keywords for dynamic servers by Amaury Denoyelle · Mon Sep 20 15:16:12 2021 +0200
  27. 79b90e8 MINOR: server: enable more keywords for ssl checks for dynamic servers by Amaury Denoyelle · Mon Sep 20 15:15:19 2021 +0200
  28. b621552 BUG/MINOR: server: alloc dynamic srv ssl ctx if proxy uses ssl chk rule by Amaury Denoyelle · Mon Sep 20 15:31:42 2021 +0200
  29. 0f456d5 BUG/MINOR: server: allow 'enable health' only if check configured by Amaury Denoyelle · Tue Sep 21 10:29:09 2021 +0200
  30. 4f06526 CLEANUP: Remove unreachable `break` from parse_time_err() by Tim Duesterhus · Thu Sep 16 17:38:27 2021 +0200
  31. 75e2f8d CLEANUP: Include check.h in flt_spoe.c by Tim Duesterhus · Thu Sep 16 17:38:26 2021 +0200
  32. 79a3478 MINOR: httpclient: add the EOH when no headers where provided by William Lallemand · Mon Sep 20 16:19:15 2021 +0200
  33. a8018eb BUG/MINOR: flt-trace: fix an infinite loop when random-parsing is set by Dragan Dosen · Mon Sep 20 09:29:19 2021 +0200
  34. ec4a875 CLEANUP: Apply xalloc_size.cocci by Tim Duesterhus · Wed Sep 15 13:58:46 2021 +0200
  35. 1655424 CLEANUP: Apply bug_on.cocci by Tim Duesterhus · Wed Sep 15 13:58:49 2021 +0200
  36. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · Wed Sep 15 13:58:44 2021 +0200
  37. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
  38. 87063a7 BUILD: fd: remove unused variable totlen in fd_write_frag_line() by Willy Tarreau · Fri Sep 17 12:00:27 2021 +0200
  39. b5d1141 BUILD: proto_uxst: do not set unused flag by Willy Tarreau · Fri Sep 17 11:56:25 2021 +0200
  40. 0ce77ac BUILD: sockpair: do not set unused flag by Willy Tarreau · Fri Sep 17 11:56:25 2021 +0200
  41. f2dda52 BUG/MINOR: cli/payload: do not search for args inside payload by Willy Tarreau · Fri Sep 17 11:07:45 2021 +0200
  42. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · Thu Sep 16 12:15:12 2021 +0200
  43. 8a0e5f8 BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check by Christopher Faulet · Thu Sep 16 16:01:09 2021 +0200
  44. c2afb86 MINOR: pools: use mallinfo2() when available instead of mallinfo() by Willy Tarreau · Thu Sep 16 09:18:21 2021 +0200
  45. ab7389d BUG/MAJOR: mux-h1: Don't eval input data if an error was reported by Christopher Faulet · Thu Sep 16 08:16:23 2021 +0200
  46. 51324b8 CLEANUP: acl: Remove unused variable when releasing an acl expression by Christopher Faulet · Fri Sep 10 15:17:45 2021 +0200
  47. 845b560 MINOR: pools: report it when malloc_trim() is enabled by Willy Tarreau · Wed Sep 15 10:41:24 2021 +0200
  48. 157e393 MINOR: pools: automatically disable malloc_trim() with external allocators by Willy Tarreau · Wed Sep 15 10:05:48 2021 +0200
  49. ea3323f CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() by Willy Tarreau · Wed Sep 15 10:38:21 2021 +0200
  50. c5d0fc9 BUILD: sample: fix format warning on 32-bit archs in sample_conv_be2dec_check() by Willy Tarreau · Wed Sep 15 10:30:40 2021 +0200
  51. 2281738 BUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP in hlua_filter_new() by Tim Duesterhus · Sat Sep 11 23:17:25 2021 +0200
  52. d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · Sat Sep 11 17:51:13 2021 +0200
  53. 949b6ca BUG/MINOR: filters: Set right FLT_END analyser depending on channel by Christopher Faulet · Fri Sep 10 10:29:54 2021 +0200
  54. 2d56500 BUG/MEDIUM: http-ana: Reset channels analysers when returning an error by Christopher Faulet · Fri Sep 10 09:17:50 2021 +0200
  55. 883d83e BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached by Christopher Faulet · Thu Sep 09 10:17:59 2021 +0200
  56. 0fa8007 CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload by Christopher Faulet · Thu Sep 09 14:51:26 2021 +0200
  57. 52a5ec2 BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload by Christopher Faulet · Thu Sep 09 09:52:51 2021 +0200
  58. 55f8a83 OPTIM: vars: do not keep variables usage stats if no limit is set by Willy Tarreau · Wed Sep 08 15:51:06 2021 +0200
  59. 3b78f2a OPTIM: vars: remove internal bookkeeping for vars_global_size by Willy Tarreau · Wed Sep 08 15:40:58 2021 +0200
  60. dc72fbb MINOR: vars: centralize the lock/unlock into static inlines by Willy Tarreau · Wed Sep 08 15:19:57 2021 +0200
  61. 3f120d2 CLEANUP: vars: remove the now unused var_names array by Willy Tarreau · Tue Aug 31 09:00:16 2021 +0200
  62. 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · Tue Aug 31 08:51:02 2021 +0200
  63. 2c897d9 MINOR: vars: preset a random seed to hash variables names by Willy Tarreau · Tue Aug 31 08:48:55 2021 +0200
  64. df8eeb1 MEDIUM: vars: pre-create parsed SCOPE_PROC variables as permanent ones by Willy Tarreau · Wed Sep 08 11:07:32 2021 +0200
  65. c1c88f4 MEDIUM: vars: make var_clear() only reset VF_PERMANENT variables by Willy Tarreau · Wed Sep 08 15:03:58 2021 +0200
  66. 3dc6dc3 MINOR: vars: store flags into variables and add VF_PERMANENT by Willy Tarreau · Wed Sep 08 11:07:32 2021 +0200
  67. 63c3066 MINOR: vars: support storing empty sample data with a variable by Willy Tarreau · Wed Sep 08 13:58:19 2021 +0200
  68. 4994b57 MINOR: vars: add a VF_CREATEONLY flag for creation by Willy Tarreau · Wed Sep 08 11:38:25 2021 +0200
  69. 7978c5c MEDIUM: vars: make the ifexist variant of set-var only apply to the proc scope by Willy Tarreau · Tue Sep 07 14:24:07 2021 +0200
  70. f1cb0eb REORG: vars: remerge sample_store{,_stream}() into var_set() by Willy Tarreau · Tue Sep 07 11:37:37 2021 +0200
  71. d378eb8 CLEANUP: vars: rename sample_clear_stream() to var_unset() by Willy Tarreau · Tue Sep 07 11:44:41 2021 +0200
  72. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · Tue Aug 31 08:13:25 2021 +0200
  73. 1008071 MINOR: proxy: add a global "grace" directive to postpone soft-stop by Willy Tarreau · Tue Sep 07 10:49:45 2021 +0200
  74. b7308f0 Revert "BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive" by Christopher Faulet · Tue Sep 07 14:31:02 2021 +0200
  75. 3d5f19e CLEANUP: htx: remove comments about "must be < 256 MB" by Willy Tarreau · Thu Aug 26 16:07:22 2021 +0200
  76. 32b51cd BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB by Willy Tarreau · Thu Aug 26 15:59:44 2021 +0200
  77. 54496a6 MINOR: vars: make the vars() sample fetch function support a default value by Willy Tarreau · Fri Sep 03 12:00:13 2021 +0200
  78. e352b9d MINOR: vars: make vars_get_by_* support an optional default value by Willy Tarreau · Fri Sep 03 11:52:38 2021 +0200
  79. be7e00d CLEANUP: vars: factor out common code from vars_get_by_{desc,name} by Willy Tarreau · Fri Sep 03 11:40:58 2021 +0200
  80. e93bff4 MEDIUM: vars: also support format strings in CLI's "set var" command by Willy Tarreau · Fri Sep 03 09:47:37 2021 +0200
  81. 753d4db MINOR: vars: add a "set-var-fmt" directive to the global section by Willy Tarreau · Fri Sep 03 09:02:47 2021 +0200
  82. 20b7a0f MINOR: log: make log-format expressions completely usable outside of req/resp by Willy Tarreau · Fri Sep 03 08:53:29 2021 +0200
  83. 9c20433 CLEANUP: vars: name the temporary proxy "CFG" instead of "CLI" for global vars by Willy Tarreau · Fri Sep 03 08:19:43 2021 +0200
  84. c767eeb BUG/MINOR: vars: do not talk about global section in CLI errors for set-var by Willy Tarreau · Fri Sep 03 10:23:26 2021 +0200
  85. 1402fef BUG/MINOR: vars: truncate the variable name in error reports about scope. by Willy Tarreau · Fri Sep 03 10:12:55 2021 +0200
  86. c77bad2 BUG/MEDIUM: vars: run over the correct list in release_store_rules() by Willy Tarreau · Fri Sep 03 10:58:07 2021 +0200
  87. 9a621ae MEDIUM: vars: add a new "set-var-fmt" action by Willy Tarreau · Thu Sep 02 21:00:38 2021 +0200
  88. 54b96d9 BUG/MINOR: vars: properly set the argument parsing context in the expression by Willy Tarreau · Thu Sep 02 19:46:08 2021 +0200
  89. 57467b8 MINOR: sample: add missing ARGC_ entries by Willy Tarreau · Thu Sep 02 19:43:20 2021 +0200
  90. 843096d BUG/MINOR: vars: improve accuracy of the rules used to check expression validity by Willy Tarreau · Thu Sep 02 19:03:07 2021 +0200
  91. 2819210 BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser by Willy Tarreau · Thu Sep 02 18:46:22 2021 +0200
  92. bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · Thu Sep 02 16:54:33 2021 +0200
  93. 942c167 MINOR: connection: Add a connection error code sample fetch for backend side by Remi Tricot-Le Breton · Wed Sep 01 15:52:15 2021 +0200
  94. 163cdeb MINOR: ssl: Add new ssl_bc_hsk_err sample fetch by Remi Tricot-Le Breton · Wed Sep 01 15:52:14 2021 +0200
  95. 87154e3 BUG/MAJOR: queue: better protect a pendconn being picked from the proxy by Willy Tarreau · Tue Aug 31 17:21:39 2021 +0200
  96. fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · Tue Aug 31 12:08:52 2021 +0200
  97. 3d6350e MINOR: log: Remove log-error-via-logformat option by Remi Tricot-Le Breton · Tue Aug 31 12:08:51 2021 +0200
  98. 7b2108c BUILD: tools: properly guard __GLIBC__ with defined() by Willy Tarreau · Mon Aug 30 10:15:35 2021 +0200
  99. b131049 BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL by Willy Tarreau · Mon Aug 30 09:35:18 2021 +0200
  100. 18795d4 BUG/MINOR: tools: Fix loop condition in dump_text() by Tim Duesterhus · Sun Aug 29 00:58:22 2021 +0200