1. 1f269c1 BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time by Tim Duesterhus · Sat Aug 28 23:57:01 2021 +0200
  2. 446344c [RELEASE] Released version 2.5-dev5 by Willy Tarreau · Sat Aug 28 13:46:11 2021 +0200
  3. a01f8ce BUILD/MINOR: regex: avoid a build warning on USE_PCRE2 with -Wundef by Willy Tarreau · Sat Aug 28 12:49:58 2021 +0200
  4. fc89c3f IMPORT: slz: silence a build warning with -Wundef by Willy Tarreau · Sat Aug 28 12:10:49 2021 +0200
  5. 6e5542e BUILD/MINOR: ssl: avoid a build warning on LIBRESSL_VERSION with -Wundef by Willy Tarreau · Sat Aug 28 12:06:51 2021 +0200
  6. 3305643 BUILD/MINOR: defaults: eliminate warning on MAXHOSTNAMELEN with -Wundef by Willy Tarreau · Sat Aug 28 12:05:32 2021 +0200
  7. e15615c BUILD: activity: use #ifdef not #if on USE_MEMORY_PROFILING by Willy Tarreau · Sat Aug 28 12:04:25 2021 +0200
  8. cbdc74b BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long by Willy Tarreau · Sat Aug 28 11:55:53 2021 +0200
  9. fe456c5 MINOR: time: add report_idle() to report process-wide idle time by Willy Tarreau · Sat Aug 28 11:07:31 2021 +0200
  10. e365aa2 BUG/MINOR: time: fix idle time computation for long sleeps by Willy Tarreau · Fri Aug 27 23:16:58 2021 +0200
  11. 310a260 MEDIUM: config: Deprecate tune.ssl.capture-cipherlist-size by Marcin Deranek · Tue Jul 13 19:04:24 2021 +0200
  12. da0264a MINOR: sample: Add be2hex converter by Marcin Deranek · Tue Jul 13 14:08:56 2021 +0200
  13. 40ca09c MINOR: sample: Add be2dec converter by Marcin Deranek · Tue Jul 13 14:05:24 2021 +0200
  14. 959a48c MINOR: sample: Expose SSL captures using new fetchers by Marcin Deranek · Tue Jul 13 15:14:21 2021 +0200
  15. 769fd2e MEDIUM: ssl: Capture more info from Client Hello by Marcin Deranek · Mon Jul 12 14:16:55 2021 +0200
  16. 5ef9656 BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords by Willy Tarreau · Thu Aug 26 16:48:53 2021 +0200
  17. 906f7da MINOR: compiler: implement an ONLY_ONCE() macro by Willy Tarreau · Thu Aug 26 15:46:51 2021 +0200
  18. dd56520 BUG/MINOR: resolvers: mark servers with name-resolution as non purgeable by Amaury Denoyelle · Thu Aug 26 15:35:59 2021 +0200
  19. cbad112 REGTESTS: Remove REQUIRE_VERSION=1.5 from all tests by Tim Duesterhus · Wed Aug 25 19:17:28 2021 +0200
  20. 7ba9848 REGTESTS: Use `feature cmd` for 2.5+ tests by Tim Duesterhus · Wed Aug 25 19:14:01 2021 +0200
  21. a39e626 BUG/MINOR: proxy: don't dump servers of internal proxies by William Lallemand · Wed Aug 25 18:15:31 2021 +0200
  22. 956be9d REGTEST: fix haproxy required version for server removal test by Amaury Denoyelle · Wed Aug 25 16:35:25 2021 +0200
  23. 104b8e5 REGTEST: add missing lua requirements on server removal test by Amaury Denoyelle · Wed Aug 25 16:24:23 2021 +0200
  24. 61aa442 BUG/MINOR: base64: base64urldec() ignores padding in output size check by Dragan Dosen · Wed Aug 25 11:57:01 2021 +0200
  25. 14c3c5c MEDIUM: server: allow to remove servers at runtime except non purgeable by Amaury Denoyelle · Mon Aug 23 14:10:51 2021 +0200
  26. 86f3707 MINOR: server: mark servers referenced by LUA script as non purgeable by Amaury Denoyelle · Mon Aug 23 14:06:31 2021 +0200
  27. 0626961 MINOR: server: mark referenced servers as non purgeable by Amaury Denoyelle · Mon Aug 23 14:05:07 2021 +0200
  28. 5cca48c MINOR: server: define non purgeable server flag by Amaury Denoyelle · Mon Aug 23 14:03:20 2021 +0200
  29. bc2ebfa MEDIUM: server: extend refcount for all servers by Amaury Denoyelle · Wed Aug 25 15:34:53 2021 +0200
  30. 0a8d05d BUG/MINOR: stats: use refcount to protect dynamic server on dump by Amaury Denoyelle · Wed Aug 25 14:39:53 2021 +0200
  31. f5c1e12 MINOR: server: return the next srv instance on free_server by Amaury Denoyelle · Wed Aug 25 15:03:46 2021 +0200
  32. cd61e83 BUILD: adopt script/build-ssl.sh for OpenSSL-3.0.0beta2 by Ilya Shipitsin · Sat Aug 21 16:01:25 2021 +0500
  33. 2118597 MINOR: proc: setting the process to produce a core dump on FreeBSD. by devnexen@gmail.com · Sat Aug 21 09:13:10 2021 +0100
  34. ff0f278 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Aug 22 22:18:07 2021 +0500
  35. cc0f501 CI: github-actions: remove obsolete options by Willy Tarreau · Wed Aug 25 05:10:29 2021 +0200
  36. 957ab13 BUILD: httpclient: fix build without OpenSSL by William Lallemand · Tue Aug 24 18:33:28 2021 +0200
  37. 4463b17 BUG/MINOR: httpclient: fix Host header by William Lallemand · Tue Aug 24 17:53:03 2021 +0200
  38. 211c967 MINOR: httpclient: add the server to the proxy by William Lallemand · Tue Aug 24 17:18:13 2021 +0200
  39. cfcbe9e MINOR: httpclient: set verify none on the https server by William Lallemand · Tue Aug 24 17:15:58 2021 +0200
  40. f3899dd BUG/MEDIUM: base64: check output boundaries within base64{dec,urldec} by Dragan Dosen · Tue Aug 24 09:48:04 2021 +0200
  41. 76ad371 BUG/MINOR: httpclient: remove deinit of the httpclient by William Lallemand · Tue Aug 24 15:09:15 2021 +0200
  42. ece4c4a BUG/MINOR: stick-table: fix the sc-set-gpt* parser when using expressions by Willy Tarreau · Tue Aug 24 14:57:28 2021 +0200
  43. 8b673f0 CLEANUP: ssl: remove useless check on p in openssl_version_parser() by William Lallemand · Sun Aug 22 13:36:11 2021 +0200
  44. 3aeb3f9 MINOR: cfgcond: implements openssl_version_atleast and openssl_version_before by William Lallemand · Sat Aug 21 23:59:56 2021 +0200
  45. 44d862d MINOR: ssl: add an openssl version string parser by William Lallemand · Sat Aug 21 23:16:06 2021 +0200
  46. fff1e58 MINOR: systemd: remove the ExecStartPre line in the unit file by William Lallemand · Fri Aug 20 23:36:45 2021 +0200
  47. 6f58c13 BUG/MINOR: systemd: ExecStartPre must use -Ws by William Lallemand · Fri Aug 20 23:29:53 2021 +0200
  48. c4e5232 MINOR: tools: add FreeBSD support to get_exec_path() by devnexen@gmail.com · Tue Aug 17 12:55:49 2021 +0100
  49. 1e7bef1 MINOR: hlua: take the global Lua lock inside a global function by Willy Tarreau · Fri Aug 20 15:47:25 2021 +0200
  50. 2a8fe8b MINOR: httpclient: cleanup the include files by William Lallemand · Fri Aug 20 14:25:15 2021 +0200
  51. 0d6f779 BUG/MINOR: httpclient: check if hdr_num is not 0 by William Lallemand · Fri Aug 20 11:59:49 2021 +0200
  52. dfc3f89 BUG/MINOR: httpclient/cli: change the appctx test in the callbacks by William Lallemand · Fri Aug 20 11:35:29 2021 +0200
  53. b702030 BUG/MINOR: httpclient: fix uninitialized sl variable by William Lallemand · Fri Aug 20 11:24:13 2021 +0200
  54. 3b2533f REGTESTS: server: fix agent-check syntax and expectation by Willy Tarreau · Fri Aug 20 11:28:15 2021 +0200
  55. 1713eec REGTESTS: abortonclose: after retries, 503 is expected, not close by Willy Tarreau · Fri Aug 20 11:12:47 2021 +0200
  56. ab4fa24 REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2 by Willy Tarreau · Fri Aug 20 11:02:28 2021 +0200
  57. 0e72e40 BUG/MINOR: http_client: make sure to preset the proxy's default settings by Willy Tarreau · Fri Aug 20 10:23:12 2021 +0200
  58. d3dbfd9 BUG/MEDIUM: cfgparse: do not allocate IDs to automatic internal proxies by Willy Tarreau · Fri Aug 20 10:15:40 2021 +0200
  59. b0281a4 MINOR: proxy: check if p is NULL in free_proxy() by William Lallemand · Fri Aug 20 10:16:37 2021 +0200
  60. 4c395fc MINOR: server: check if srv is NULL in free_server() by William Lallemand · Fri Aug 20 10:10:15 2021 +0200
  61. f95c295 BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2 by Remi Tricot-Le Breton · Fri Aug 20 09:51:23 2021 +0200
  62. 46b7dff BUG/MEDIUM: h2: match absolute-path not path-absolute for :path by Willy Tarreau · Thu Aug 19 23:06:58 2021 +0200
  63. 74f6ab6 MEDIUM: ssl: Keep a reference to the client's certificate for use in logs by Remi Tricot-Le Breton · Thu Aug 19 18:06:30 2021 +0200
  64. 2484da5 MINOR: httpclient/cli: change the User-Agent to "HAProxy" by William Lallemand · Thu Aug 19 15:55:19 2021 +0200
  65. 03a4eb1 MINOR: httpclient/cli: implement a simple client over the CLI by William Lallemand · Wed Aug 18 16:46:21 2021 +0200
  66. 33b0d09 MINOR: httpclient: implement a simple HTTP Client API by William Lallemand · Fri Aug 13 16:05:53 2021 +0200
  67. 83614a9 MINOR: httpclient: initialize the proxy by William Lallemand · Fri Aug 13 14:47:57 2021 +0200
  68. 08d0f23 [RELEASE] Released version 2.5-dev4 by Willy Tarreau · Tue Aug 17 14:08:55 2021 +0200
  69. 7ef244d REGTESTS: add a test to prevent h2 desync attacks by Amaury Denoyelle · Fri Aug 13 09:43:24 2021 +0200
  70. b5d2b9e BUG/MEDIUM: h2: give :authority precedence over Host by Willy Tarreau · Wed Aug 11 15:39:13 2021 +0200
  71. 8926522 BUG/MAJOR: h2: enforce stricter syntax checks on the :method pseudo-header by Willy Tarreau · Wed Aug 11 11:12:46 2021 +0200
  72. 4b8852c BUG/MAJOR: h2: verify that :path starts with a '/' before concatenating it by Willy Tarreau · Tue Aug 10 16:30:55 2021 +0200
  73. a495e0d BUG/MAJOR: h2: verify early that non-http/https schemes match the valid syntax by Willy Tarreau · Tue Aug 10 15:37:34 2021 +0200
  74. d3d8d03 MINOR: http: add a new function http_validate_scheme() to validate a scheme by Willy Tarreau · Tue Aug 10 15:35:36 2021 +0200
  75. c5b5e7b DOC/MINOR: fix typo in management document by Jonathon Lacher · Wed Aug 04 00:29:05 2021 -0500
  76. d0bacde DOC: Minor typo fix - 'question mark' -> 'exclamation mark' by Kunal Gangakhedkar · Tue Aug 17 11:55:45 2021 +0530
  77. bd2cced BUILD: tools: get the absolute path of the current binary on NetBSD. by David Carlier · Tue Aug 17 08:44:25 2021 +0100
  78. af2720f CI: github actions: relax OpenSSL-3.0.0 version comparision by Ilya Shipitsin · Sun Aug 15 12:55:08 2021 +0500
  79. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Aug 07 14:41:56 2021 +0500
  80. 762b1fd CI: Remove obsolete USE_SLZ=1 CI job by Tim Duesterhus · Sat Aug 14 14:36:55 2021 +0200
  81. 5a2c661 DOC: lua-api: Add documentation about lua filters by Christopher Faulet · Sun Aug 15 20:35:25 2021 +0200
  82. e48d1dc BUG/MINOR: lua/filters: Return right code when txn:done() is called by Christopher Faulet · Fri Aug 13 14:11:17 2021 +0200
  83. 26eb5ea BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set by Christopher Faulet · Fri Aug 13 14:00:46 2021 +0200
  84. 2c04a5a MINOR: proxy: disable warnings for internal proxies by William Lallemand · Fri Aug 13 15:21:12 2021 +0200
  85. 6640dbb MINOR: cli: delare the CLI frontend as an internal proxy by William Lallemand · Fri Aug 13 15:31:33 2021 +0200
  86. bc5c821 BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config check by Emeric Brun · Fri Aug 13 09:32:50 2021 +0200
  87. c86bb87 BUG/MINOR: lua: Properly catch alloc errors when parsing lua filter directives by Christopher Faulet · Fri Aug 13 08:33:57 2021 +0200
  88. 70c4345 BUG/MINOR: lua: Properly check negative offset in Channel/HttpMessage functions by Christopher Faulet · Fri Aug 13 08:11:00 2021 +0200
  89. 24e7f35 DOC: config: Fix 'http-response send-spoe-group' documentation by Christopher Faulet · Thu Aug 12 09:32:07 2021 +0200
  90. eae8afa MINOR: filters/lua: Support the HTTP filtering from filters written in lua by Christopher Faulet · Wed Feb 26 17:15:48 2020 +0100
  91. 78c3547 MINOR: filters/lua: Add request and response HTTP messages in the lua TXN by Christopher Faulet · Wed Feb 26 17:14:08 2020 +0100
  92. df97ac4 MEDIUM: filters/lua: Add HTTPMessage class to help HTTP filtering by Christopher Faulet · Wed Feb 26 16:57:19 2020 +0100
  93. c404f11 MEDIUM: filters/lua: Support declaration of some filter callback functions in lua by Christopher Faulet · Wed Feb 26 15:03:09 2020 +0100
  94. a1ac5fb MEDIUM: filters/lua: Be prepared to filter TCP payloads by Christopher Faulet · Mon Aug 09 10:22:46 2021 +0200
  95. 8c9e6bb MINOR: lua: Add flags on the lua TXN to know the execution context by Christopher Faulet · Fri Aug 06 16:29:41 2021 +0200
  96. 9f55a50 MINOR: lua: Add a function to get a filter attached to a channel class by Christopher Faulet · Tue Feb 25 15:21:02 2020 +0100
  97. 69c581a MEDIUM: filters/lua: Add support for dummy filters written in lua by Christopher Faulet · Mon May 31 08:54:04 2021 +0200
  98. 1e9b1b6 DOC: Improve the lua documentation by Christopher Faulet · Wed Aug 11 10:14:30 2021 +0200
  99. 6a79fc1 MEDIUM: lua: Improve/revisit the lua api to manipulate channels by Christopher Faulet · Fri Aug 06 16:02:36 2021 +0200
  100. 9a6ffda MEDIUM: lua: Process buffer data using an offset and a length by Christopher Faulet · Fri Aug 06 13:49:54 2021 +0200