1. 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
  2. 3b78f2a OPTIM: vars: remove internal bookkeeping for vars_global_size by Willy Tarreau · Wed Sep 08 15:40:58 2021 +0200
  3. dc72fbb MINOR: vars: centralize the lock/unlock into static inlines by Willy Tarreau · Wed Sep 08 15:19:57 2021 +0200
  4. 3f120d2 CLEANUP: vars: remove the now unused var_names array by Willy Tarreau · Tue Aug 31 09:00:16 2021 +0200
  5. 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · Tue Aug 31 08:51:02 2021 +0200
  6. 2c897d9 MINOR: vars: preset a random seed to hash variables names by Willy Tarreau · Tue Aug 31 08:48:55 2021 +0200
  7. df8eeb1 MEDIUM: vars: pre-create parsed SCOPE_PROC variables as permanent ones by Willy Tarreau · Wed Sep 08 11:07:32 2021 +0200
  8. c1c88f4 MEDIUM: vars: make var_clear() only reset VF_PERMANENT variables by Willy Tarreau · Wed Sep 08 15:03:58 2021 +0200
  9. 3dc6dc3 MINOR: vars: store flags into variables and add VF_PERMANENT by Willy Tarreau · Wed Sep 08 11:07:32 2021 +0200
  10. 63c3066 MINOR: vars: support storing empty sample data with a variable by Willy Tarreau · Wed Sep 08 13:58:19 2021 +0200
  11. 4994b57 MINOR: vars: add a VF_CREATEONLY flag for creation by Willy Tarreau · Wed Sep 08 11:38:25 2021 +0200
  12. 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
  13. f1cb0eb REORG: vars: remerge sample_store{,_stream}() into var_set() by Willy Tarreau · Tue Sep 07 11:37:37 2021 +0200
  14. d378eb8 CLEANUP: vars: rename sample_clear_stream() to var_unset() by Willy Tarreau · Tue Sep 07 11:44:41 2021 +0200
  15. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · Tue Aug 31 08:13:25 2021 +0200
  16. 1008071 MINOR: proxy: add a global "grace" directive to postpone soft-stop by Willy Tarreau · Tue Sep 07 10:49:45 2021 +0200
  17. 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
  18. 3d5f19e CLEANUP: htx: remove comments about "must be < 256 MB" by Willy Tarreau · Thu Aug 26 16:07:22 2021 +0200
  19. 32b51cd BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB by Willy Tarreau · Thu Aug 26 15:59:44 2021 +0200
  20. 54496a6 MINOR: vars: make the vars() sample fetch function support a default value by Willy Tarreau · Fri Sep 03 12:00:13 2021 +0200
  21. e352b9d MINOR: vars: make vars_get_by_* support an optional default value by Willy Tarreau · Fri Sep 03 11:52:38 2021 +0200
  22. be7e00d CLEANUP: vars: factor out common code from vars_get_by_{desc,name} by Willy Tarreau · Fri Sep 03 11:40:58 2021 +0200
  23. e93bff4 MEDIUM: vars: also support format strings in CLI's "set var" command by Willy Tarreau · Fri Sep 03 09:47:37 2021 +0200
  24. 753d4db MINOR: vars: add a "set-var-fmt" directive to the global section by Willy Tarreau · Fri Sep 03 09:02:47 2021 +0200
  25. 20b7a0f MINOR: log: make log-format expressions completely usable outside of req/resp by Willy Tarreau · Fri Sep 03 08:53:29 2021 +0200
  26. 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
  27. 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
  28. 1402fef BUG/MINOR: vars: truncate the variable name in error reports about scope. by Willy Tarreau · Fri Sep 03 10:12:55 2021 +0200
  29. c77bad2 BUG/MEDIUM: vars: run over the correct list in release_store_rules() by Willy Tarreau · Fri Sep 03 10:58:07 2021 +0200
  30. 9a621ae MEDIUM: vars: add a new "set-var-fmt" action by Willy Tarreau · Thu Sep 02 21:00:38 2021 +0200
  31. 54b96d9 BUG/MINOR: vars: properly set the argument parsing context in the expression by Willy Tarreau · Thu Sep 02 19:46:08 2021 +0200
  32. 57467b8 MINOR: sample: add missing ARGC_ entries by Willy Tarreau · Thu Sep 02 19:43:20 2021 +0200
  33. 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
  34. 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
  35. bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · Thu Sep 02 16:54:33 2021 +0200
  36. 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
  37. 163cdeb MINOR: ssl: Add new ssl_bc_hsk_err sample fetch by Remi Tricot-Le Breton · Wed Sep 01 15:52:14 2021 +0200
  38. 87154e3 BUG/MAJOR: queue: better protect a pendconn being picked from the proxy by Willy Tarreau · Tue Aug 31 17:21:39 2021 +0200
  39. fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · Tue Aug 31 12:08:52 2021 +0200
  40. 3d6350e MINOR: log: Remove log-error-via-logformat option by Remi Tricot-Le Breton · Tue Aug 31 12:08:51 2021 +0200
  41. 7b2108c BUILD: tools: properly guard __GLIBC__ with defined() by Willy Tarreau · Mon Aug 30 10:15:35 2021 +0200
  42. b131049 BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL by Willy Tarreau · Mon Aug 30 09:35:18 2021 +0200
  43. 18795d4 BUG/MINOR: tools: Fix loop condition in dump_text() by Tim Duesterhus · Sun Aug 29 00:58:22 2021 +0200
  44. 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
  45. fc89c3f IMPORT: slz: silence a build warning with -Wundef by Willy Tarreau · Sat Aug 28 12:10:49 2021 +0200
  46. e15615c BUILD: activity: use #ifdef not #if on USE_MEMORY_PROFILING by Willy Tarreau · Sat Aug 28 12:04:25 2021 +0200
  47. fe456c5 MINOR: time: add report_idle() to report process-wide idle time by Willy Tarreau · Sat Aug 28 11:07:31 2021 +0200
  48. 310a260 MEDIUM: config: Deprecate tune.ssl.capture-cipherlist-size by Marcin Deranek · Tue Jul 13 19:04:24 2021 +0200
  49. da0264a MINOR: sample: Add be2hex converter by Marcin Deranek · Tue Jul 13 14:08:56 2021 +0200
  50. 40ca09c MINOR: sample: Add be2dec converter by Marcin Deranek · Tue Jul 13 14:05:24 2021 +0200
  51. 959a48c MINOR: sample: Expose SSL captures using new fetchers by Marcin Deranek · Tue Jul 13 15:14:21 2021 +0200
  52. 769fd2e MEDIUM: ssl: Capture more info from Client Hello by Marcin Deranek · Mon Jul 12 14:16:55 2021 +0200
  53. 5ef9656 BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords by Willy Tarreau · Thu Aug 26 16:48:53 2021 +0200
  54. dd56520 BUG/MINOR: resolvers: mark servers with name-resolution as non purgeable by Amaury Denoyelle · Thu Aug 26 15:35:59 2021 +0200
  55. a39e626 BUG/MINOR: proxy: don't dump servers of internal proxies by William Lallemand · Wed Aug 25 18:15:31 2021 +0200
  56. 61aa442 BUG/MINOR: base64: base64urldec() ignores padding in output size check by Dragan Dosen · Wed Aug 25 11:57:01 2021 +0200
  57. 14c3c5c MEDIUM: server: allow to remove servers at runtime except non purgeable by Amaury Denoyelle · Mon Aug 23 14:10:51 2021 +0200
  58. 86f3707 MINOR: server: mark servers referenced by LUA script as non purgeable by Amaury Denoyelle · Mon Aug 23 14:06:31 2021 +0200
  59. 0626961 MINOR: server: mark referenced servers as non purgeable by Amaury Denoyelle · Mon Aug 23 14:05:07 2021 +0200
  60. bc2ebfa MEDIUM: server: extend refcount for all servers by Amaury Denoyelle · Wed Aug 25 15:34:53 2021 +0200
  61. 0a8d05d BUG/MINOR: stats: use refcount to protect dynamic server on dump by Amaury Denoyelle · Wed Aug 25 14:39:53 2021 +0200
  62. f5c1e12 MINOR: server: return the next srv instance on free_server by Amaury Denoyelle · Wed Aug 25 15:03:46 2021 +0200
  63. 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
  64. ff0f278 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Aug 22 22:18:07 2021 +0500
  65. 957ab13 BUILD: httpclient: fix build without OpenSSL by William Lallemand · Tue Aug 24 18:33:28 2021 +0200
  66. 4463b17 BUG/MINOR: httpclient: fix Host header by William Lallemand · Tue Aug 24 17:53:03 2021 +0200
  67. 211c967 MINOR: httpclient: add the server to the proxy by William Lallemand · Tue Aug 24 17:18:13 2021 +0200
  68. cfcbe9e MINOR: httpclient: set verify none on the https server by William Lallemand · Tue Aug 24 17:15:58 2021 +0200
  69. f3899dd BUG/MEDIUM: base64: check output boundaries within base64{dec,urldec} by Dragan Dosen · Tue Aug 24 09:48:04 2021 +0200
  70. 76ad371 BUG/MINOR: httpclient: remove deinit of the httpclient by William Lallemand · Tue Aug 24 15:09:15 2021 +0200
  71. 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
  72. 8b673f0 CLEANUP: ssl: remove useless check on p in openssl_version_parser() by William Lallemand · Sun Aug 22 13:36:11 2021 +0200
  73. 3aeb3f9 MINOR: cfgcond: implements openssl_version_atleast and openssl_version_before by William Lallemand · Sat Aug 21 23:59:56 2021 +0200
  74. 44d862d MINOR: ssl: add an openssl version string parser by William Lallemand · Sat Aug 21 23:16:06 2021 +0200
  75. c4e5232 MINOR: tools: add FreeBSD support to get_exec_path() by devnexen@gmail.com · Tue Aug 17 12:55:49 2021 +0100
  76. 1e7bef1 MINOR: hlua: take the global Lua lock inside a global function by Willy Tarreau · Fri Aug 20 15:47:25 2021 +0200
  77. 2a8fe8b MINOR: httpclient: cleanup the include files by William Lallemand · Fri Aug 20 14:25:15 2021 +0200
  78. 0d6f779 BUG/MINOR: httpclient: check if hdr_num is not 0 by William Lallemand · Fri Aug 20 11:59:49 2021 +0200
  79. dfc3f89 BUG/MINOR: httpclient/cli: change the appctx test in the callbacks by William Lallemand · Fri Aug 20 11:35:29 2021 +0200
  80. b702030 BUG/MINOR: httpclient: fix uninitialized sl variable by William Lallemand · Fri Aug 20 11:24:13 2021 +0200
  81. 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
  82. d3dbfd9 BUG/MEDIUM: cfgparse: do not allocate IDs to automatic internal proxies by Willy Tarreau · Fri Aug 20 10:15:40 2021 +0200
  83. b0281a4 MINOR: proxy: check if p is NULL in free_proxy() by William Lallemand · Fri Aug 20 10:16:37 2021 +0200
  84. 4c395fc MINOR: server: check if srv is NULL in free_server() by William Lallemand · Fri Aug 20 10:10:15 2021 +0200
  85. f95c295 BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2 by Remi Tricot-Le Breton · Fri Aug 20 09:51:23 2021 +0200
  86. 46b7dff BUG/MEDIUM: h2: match absolute-path not path-absolute for :path by Willy Tarreau · Thu Aug 19 23:06:58 2021 +0200
  87. 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
  88. 2484da5 MINOR: httpclient/cli: change the User-Agent to "HAProxy" by William Lallemand · Thu Aug 19 15:55:19 2021 +0200
  89. 03a4eb1 MINOR: httpclient/cli: implement a simple client over the CLI by William Lallemand · Wed Aug 18 16:46:21 2021 +0200
  90. 33b0d09 MINOR: httpclient: implement a simple HTTP Client API by William Lallemand · Fri Aug 13 16:05:53 2021 +0200
  91. 83614a9 MINOR: httpclient: initialize the proxy by William Lallemand · Fri Aug 13 14:47:57 2021 +0200
  92. b5d2b9e BUG/MEDIUM: h2: give :authority precedence over Host by Willy Tarreau · Wed Aug 11 15:39:13 2021 +0200
  93. 8926522 BUG/MAJOR: h2: enforce stricter syntax checks on the :method pseudo-header by Willy Tarreau · Wed Aug 11 11:12:46 2021 +0200
  94. 4b8852c BUG/MAJOR: h2: verify that :path starts with a '/' before concatenating it by Willy Tarreau · Tue Aug 10 16:30:55 2021 +0200
  95. 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
  96. 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
  97. bd2cced BUILD: tools: get the absolute path of the current binary on NetBSD. by David Carlier · Tue Aug 17 08:44:25 2021 +0100
  98. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Aug 07 14:41:56 2021 +0500
  99. e48d1dc BUG/MINOR: lua/filters: Return right code when txn:done() is called by Christopher Faulet · Fri Aug 13 14:11:17 2021 +0200
  100. 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