1. 94aab06 MEDIUM: log: support tcp or stream addresses on log lines. by Emeric Brun · Fri Apr 02 10:41:36 2021 +0200
  2. ce325c4 MINOR: server/bind: add support of new prefixes for addresses. by Emeric Brun · Fri Apr 02 17:05:09 2021 +0200
  3. 8043e83 MINOR: acl: Add HTTP_2.0 predefined macro by Christopher Faulet · Fri Mar 26 16:00:54 2021 +0100
  4. 779184e MINOR: No longer rely on deprecated sample fetches for predefined ACLs by Christopher Faulet · Thu Apr 01 17:24:04 2021 +0200
  5. 59fa1d1 [RELEASE] Released version 2.4-dev15 by Willy Tarreau · Fri Apr 02 19:16:32 2021 +0200
  6. ff80c82 DOC: clarify that compression works for HTTP/2 by Julien Pivotto · Mon Mar 29 12:41:40 2021 +0200
  7. a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · Fri Apr 02 17:16:46 2021 +0200
  8. 57610c6 CONTRIB: move src/wurfl.c and contrib/wurfl to addons/wurfl by Willy Tarreau · Fri Apr 02 16:39:44 2021 +0200
  9. f8d9ec5 CONTRIB: move src/da.c and contrib/deviceatlas to addons/deviceatlas by Willy Tarreau · Fri Apr 02 16:19:39 2021 +0200
  10. 977209d CONTRIB: move 51Degrees to addons/51degrees by Willy Tarreau · Fri Apr 02 16:12:32 2021 +0200
  11. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · Mon Mar 29 10:29:07 2021 +0200
  12. 021a8e4 MEDIUM: http-rules: Add wait-for-body action on request and response side by Christopher Faulet · Mon Mar 29 10:46:38 2021 +0200
  13. a434a00 BUG/MINOR: payload/htx: Ingore L6 sample fetches for HTX streams/checks by Christopher Faulet · Thu Mar 25 11:58:51 2021 +0100
  14. 4d37e53 DOC: config: Add documentation about TCP to HTTP upgrades by Christopher Faulet · Fri Mar 26 14:44:00 2021 +0100
  15. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · Mon Mar 15 12:03:44 2021 +0100
  16. 982e17d DOC: config: Improve documentation about proto/check-proto keywords by Christopher Faulet · Fri Mar 26 14:44:18 2021 +0100
  17. af6d88b [RELEASE] Released version 2.4-dev14 by Willy Tarreau · Sat Mar 27 09:42:09 2021 +0100
  18. b8bd1ee MEDIUM: cli: add a new experimental "set var" command by Willy Tarreau · Fri Mar 26 15:19:50 2021 +0100
  19. c35eb38 MINOR: vars/cli: add a "get var" CLI command to retrieve global variables by Willy Tarreau · Fri Mar 26 14:51:31 2021 +0100
  20. 13d2ba2 MEDIUM: vars: add support for a "set-var" global directive by Willy Tarreau · Fri Mar 26 11:38:08 2021 +0100
  21. 7b0e00d BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters by Willy Tarreau · Thu Mar 25 14:12:29 2021 +0100
  22. 7be7ffa CLEANUP: dynbuf: remove the unused b_alloc_fast() function by Willy Tarreau · Mon Mar 22 14:53:56 2021 +0100
  23. f44ca97 CLEANUP: dynbuf: remove b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:49:19 2021 +0100
  24. 766b6cf MINOR: dynbuf: make b_alloc() always check if the buffer is allocated by Willy Tarreau · Mon Mar 22 16:10:22 2021 +0100
  25. ba13f16 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Mar 19 22:21:44 2021 +0500
  26. 09cc669 [RELEASE] Released version 2.4-dev13 by Willy Tarreau · Fri Mar 19 17:16:18 2021 +0100
  27. ed4bef7 CLEANUP: Fix a typo in fix_is_valid description by Christopher Faulet · Thu Mar 18 17:40:56 2021 +0100
  28. 3046723 MINOR: server: support keyword proto in 'add server' cli by Amaury Denoyelle · Fri Mar 12 18:03:27 2021 +0100
  29. fc465a5 MINOR: server: enable standard options for dynamic servers by Amaury Denoyelle · Tue Mar 09 17:36:23 2021 +0100
  30. f99f77a MEDIUM: server: implement 'add server' cli command by Amaury Denoyelle · Mon Mar 08 17:13:32 2021 +0100
  31. 18487fb MINOR: cli: implement experimental-mode by Amaury Denoyelle · Thu Mar 18 15:32:53 2021 +0100
  32. acdd47d [RELEASE] Released version 2.4-dev12 by Willy Tarreau · Sat Mar 13 11:48:28 2021 +0100
  33. 060a761 OPTIM: task: automatically adjust the default runqueue-depth to the threads by Willy Tarreau · Wed Mar 10 11:06:26 2021 +0100
  34. befef70 BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID by Daniel Corbett · Tue Mar 09 23:00:34 2021 -0500
  35. 4c75195 BUG/MEDIUM: resolvers: handle huge responses over tcp servers. by Emeric Brun · Mon Mar 08 16:41:29 2021 +0100
  36. 7bbc6c9 [RELEASE] Released version 2.4-dev11 by Willy Tarreau · Fri Mar 05 21:24:23 2021 +0100
  37. d7a988c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Mar 04 23:26:15 2021 +0500
  38. f8b4292 DOC: fix originalto except clause on destination address by Amaury Denoyelle · Thu Mar 04 18:41:14 2021 +0100
  39. 9536ad7 DOC: spoe: Add a note about fragmentation support in HAProxy by Christopher Faulet · Tue Mar 02 10:05:03 2021 +0100
  40. 0de36ad CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Feb 20 00:23:36 2021 +0500
  41. 8ab65c2 [RELEASE] Released version 2.4-dev10 by Willy Tarreau · Fri Feb 26 22:49:10 2021 +0100
  42. ee17b97 DOC: scheduler: add a diagram showing the different queues and their usages by Willy Tarreau · Fri Feb 26 17:39:04 2021 +0100
  43. 5d1def6 MEDIUM: http-ana: Add IPv6 support for forwardfor and orignialto options by Christopher Faulet · Fri Feb 26 09:19:15 2021 +0100
  44. 74d7b6e DOC: Update the filters guide by Christopher Faulet · Wed Feb 24 21:58:43 2021 +0100
  45. 9a2cec4 DOC: Update the HTX API documentation by Christopher Faulet · Wed Feb 24 11:33:21 2021 +0100
  46. 61d095e DOC: muxes: add a diagram of the exchanges between muxes and outer world by Willy Tarreau · Wed Feb 24 09:07:52 2021 +0100
  47. 31dd393 [RELEASE] Released version 2.4-dev9 by Willy Tarreau · Sat Feb 20 13:30:31 2021 +0100
  48. e072458 DOC: DeviceAtlas documentation typo fix. by David Carlier · Fri Feb 19 12:01:38 2021 +0000
  49. 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · Fri Feb 19 15:50:27 2021 +0100
  50. 4327d0a MINOR: tasks: refine the default run queue depth by Willy Tarreau · Fri Feb 19 15:11:55 2021 +0100
  51. 0784db8 DOC: explain the relation between pool-low-conn and tune.idle-pool.shared by Willy Tarreau · Fri Feb 19 11:45:22 2021 +0100
  52. 019dbd7 BUILD/MEDIUM: da Adding pcre2 support. by David Carlier · Tue Feb 16 11:37:45 2021 +0000
  53. dc626ec [RELEASE] Released version 2.4-dev8 by Willy Tarreau · Sat Feb 13 10:17:27 2021 +0100
  54. 56fc5d9 MEDIUM: resolvers: add supports of TCP nameservers in resolvers. by Emeric Brun · Fri Feb 12 20:05:45 2021 +0100
  55. 9a4bbfe DOC: tune: explain the origin of block size for ssl.cachesize by William Dauchy · Fri Feb 12 15:58:46 2021 +0100
  56. 4b10302 MINOR: cfgparse: implement a simple if/elif/else/endif macro block handler by Willy Tarreau · Fri Feb 12 17:59:10 2021 +0100
  57. 49962b5 MINOR: peers/cli: do not dump the peers dictionaries by default on "show peers" by Willy Tarreau · Fri Feb 12 16:56:22 2021 +0100
  58. b4d3708 MINOR: http: add baseq sample fetch by Yves Lafon · Thu Feb 11 11:01:28 2021 +0100
  59. 7c0b4d8 MEDIUM: cfgparse: allow a proxy to designate the defaults section to use by Willy Tarreau · Fri Feb 12 14:58:08 2021 +0100
  60. 583b6de BUG/MINOR: server: Fix server-state-file-name directive by Christopher Faulet · Fri Feb 12 09:27:10 2021 +0100
  61. d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · Thu Feb 11 22:51:26 2021 +0100
  62. 7cabc06 MEDIUM: cli: add agent-port command by William Dauchy · Thu Feb 11 22:51:24 2021 +0100
  63. b456e1f MEDIUM: cli: add check-addr command by William Dauchy · Thu Feb 11 22:51:23 2021 +0100
  64. d773a4e MINOR: doc: update http reuse for new eligilible connections by Amaury Denoyelle · Fri Jan 29 15:18:49 2021 +0100
  65. 826f3ab MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types by Willy Tarreau · Wed Feb 10 12:07:15 2021 +0100
  66. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Feb 06 22:29:08 2021 +0500
  67. 5d46fbd [RELEASE] Released version 2.4-dev7 by Willy Tarreau · Fri Feb 05 15:17:33 2021 +0100
  68. 4858fb2 MEDIUM: check: align agentaddr and agentport behaviour by William Dauchy · Wed Feb 03 22:30:09 2021 +0100
  69. fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · Wed Feb 03 22:30:06 2021 +0100
  70. 7eff06e MINOR: activity: add a new "show tasks" command to list currently active tasks by Willy Tarreau · Fri Jan 29 11:32:55 2021 +0100
  71. cfa7101 MINOR: activity: flush scheduler stats on "set profiling tasks on" by Willy Tarreau · Fri Jan 29 11:56:21 2021 +0100
  72. 1bd67e9 MINOR: activity: also report collected tasks stats in "show profiling" by Willy Tarreau · Fri Jan 29 00:07:40 2021 +0100
  73. 87ef323 DOC: management: fix "show resolvers" alphabetical ordering by Willy Tarreau · Fri Jan 29 12:01:46 2021 +0100
  74. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · Wed Dec 02 19:12:22 2020 +0100
  75. 27c70ae DOC: Improve documentation of the various hdr() fetches by Tim Duesterhus · Sat Jan 23 17:50:21 2021 +0100
  76. 24c41d5 [RELEASE] Released version 2.4-dev6 by Willy Tarreau · Fri Jan 22 16:19:46 2021 +0100
  77. ef4e45c DOC: Rename '<var name>' to '<var>' in converter signature by Tim Duesterhus · Thu Jan 21 17:40:50 2021 +0100
  78. a308209 DOC: Remove space after comma in converter signature by Tim Duesterhus · Thu Jan 21 17:40:49 2021 +0100
  79. e095f31 MINOR: http: Add HTTP 501-not-implemented error message by Christopher Faulet · Mon Dec 07 11:22:24 2020 +0100
  80. 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · Thu Jan 21 08:26:06 2021 +0100
  81. 6ca8916 MINOR: cache: Do not store responses with an unknown encoding by Remi Tricot-Le Breton · Thu Jan 07 14:50:51 2021 +0100
  82. cdbcca9 DOC: fix some spelling issues over multiple files by Thayne McCombs · Thu Jan 07 21:24:41 2021 -0700
  83. 888b0ae MINOR: converter: adding support for url_enc by William Dauchy · Wed Jan 06 23:39:50 2021 +0100
  84. 421ed39 [RELEASE] Released version 2.4-dev5 by Willy Tarreau · Wed Jan 06 17:41:32 2021 +0100
  85. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · Fri Nov 20 01:28:26 2020 -0700
  86. e6cc5b5 MINOR: cache: Replace the "process-vary" option's expected values by Remi Tricot-Le Breton · Wed Dec 23 18:13:53 2020 +0100
  87. 04bf0cc MINOR: sample: add the xxh3 converter by Dragan Dosen · Tue Dec 22 21:44:33 2020 +0100
  88. 6d975f0 MINOR: check: do not ignore a connection header for http-check send by Amaury Denoyelle · Tue Dec 22 14:08:52 2020 +0100
  89. 4d71176 [RELEASE] Released version 2.4-dev4 by Willy Tarreau · Mon Dec 21 11:54:56 2020 +0100
  90. 2272d8a DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Mon Dec 21 01:22:40 2020 +0500
  91. 3e67860 DOC: fix "smp_size" vs "sample_size" in "log" directive arguments by Jan Wagner · Thu Dec 17 22:22:32 2020 +0100
  92. dc32cd9 DOC: opentracing: add the OpenTracing filter section by Miroslav Zagorac · Sun Dec 13 18:32:57 2020 +0100
  93. 5853c0c MINOR: cache: Add a max-secondary-entries cache option by Remi Tricot-Le Breton · Thu Dec 10 17:58:43 2020 +0100
  94. a786c41 [RELEASE] Released version 2.4-dev3 by Willy Tarreau · Fri Dec 11 17:22:51 2020 +0100
  95. f7719a2 MINOR: stream: add timeout sample fetches by Amaury Denoyelle · Thu Dec 10 13:43:58 2020 +0100
  96. d91d779 MINOR: backend: add timeout sample fetches by Amaury Denoyelle · Thu Dec 10 13:43:56 2020 +0100
  97. da184d5 MINOR: frontend: add client timeout sample fetch by Amaury Denoyelle · Thu Dec 10 13:43:55 2020 +0100
  98. 8d22823 MEDIUM: http_act: define set-timeout server/tunnel action by Amaury Denoyelle · Thu Dec 10 13:43:54 2020 +0100
  99. e3e1e5f MINOR: cache: Dump secondary entries in "show cache" by Remi Tricot-Le Breton · Fri Nov 27 15:48:40 2020 +0100
  100. d5ac6de DOC: config: Add notes about errors emitted by H1 mux by Christopher Faulet · Wed Dec 02 08:40:14 2020 +0100