1. f68b2cb MINOR: listener: define per-thr struct by Amaury Denoyelle · Tue Jan 25 16:21:47 2022 +0100
  2. b59b889 MINOR: quic: define QUIC flag on listener by Amaury Denoyelle · Tue Jan 25 17:48:47 2022 +0100
  3. 57af069 MINOR: quic: set listener accept cb on parsing by Amaury Denoyelle · Tue Jan 18 15:39:02 2022 +0100
  4. f5d48f8 MEDIUM: cfgparse: numa detect topology on FreeBSD. by David CARLIER · Mon Dec 06 11:00:10 2021 +0000
  5. b09f447 CLEANUP: cfgparse: modify preprocessor guards around numa detection code by Amaury Denoyelle · Wed Dec 15 09:48:39 2021 +0100
  6. 4ab2679 BUG/MINOR: server: Don't rely on last default-server to init server SSL context by Christopher Faulet · Wed Dec 01 09:50:41 2021 +0100
  7. 14e7f29 MINOR: protocols: replace protocol_by_family() with protocol_lookup() by Willy Tarreau · Wed Oct 27 17:41:07 2021 +0200
  8. e3b4518 MINOR: protocols: make use of the protocol type to select the protocol by Willy Tarreau · Wed Oct 27 17:28:55 2021 +0200
  9. c5aa113 CLEANUP: Apply strcmp.cocci by Tim Duesterhus · Sat Oct 16 17:48:15 2021 +0200
  10. 7a06ffb BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · Wed Oct 13 17:22:17 2021 +0200
  11. ee08d6c MEDIUM: rules/acl: Parse TCP/HTTP rules and acls defined in defaults sections by Christopher Faulet · Wed Oct 13 15:40:15 2021 +0200
  12. ff55627 MINOR: config: Finish configuration for referenced default proxies by Christopher Faulet · Wed Oct 13 11:04:10 2021 +0200
  13. 5671780 MINOR: proxy: Add PR_FL_READY flag on fully configured and usable proxies by Christopher Faulet · Wed Oct 13 10:10:09 2021 +0200
  14. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  15. 647a61c BUG/MINOR: proxy: Use .disabled field as a bitfield as documented by Christopher Faulet · Thu Sep 30 18:11:54 2021 +0200
  16. 6dfbef4 MEDIUM: listener: add the "shards" bind keyword by Willy Tarreau · Tue Oct 12 15:23:03 2021 +0200
  17. 01cac3f MEDIUM: listeners: split the thread mask between receiver and bind_conf by Willy Tarreau · Tue Oct 12 08:47:54 2021 +0200
  18. e3f4d74 MEDIUM: config: resolve relative threads on bind lines to absolute ones by Willy Tarreau · Wed Sep 29 19:02:25 2021 +0200
  19. e6806eb MEDIUM: threads: automatically assign threads to groups by Willy Tarreau · Mon Sep 27 10:10:26 2021 +0200
  20. c33b969 MINOR: global: add a new "thread-groups" directive by Willy Tarreau · Wed Sep 22 12:07:23 2021 +0200
  21. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
  22. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  23. 32b51cd BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB by Willy Tarreau · Thu Aug 26 15:59:44 2021 +0200
  24. fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · Tue Aug 31 12:08:52 2021 +0200
  25. 0626961 MINOR: server: mark referenced servers as non purgeable by Amaury Denoyelle · Mon Aug 23 14:05:07 2021 +0200
  26. d3dbfd9 BUG/MEDIUM: cfgparse: do not allocate IDs to automatic internal proxies by Willy Tarreau · Fri Aug 20 10:15:40 2021 +0200
  27. 2c04a5a MINOR: proxy: disable warnings for internal proxies by William Lallemand · Fri Aug 13 15:21:12 2021 +0200
  28. f2c27a5 MINOR: check: allocate default check ruleset for every backends by Amaury Denoyelle · Fri Jul 23 15:46:46 2021 +0200
  29. 8e765b8 MINOR: proxy: disabled takes a stopping and a disabled state by William Lallemand · Tue Aug 03 11:58:03 2021 +0200
  30. 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · Sun Jul 18 19:18:56 2021 +0200
  31. c8194c3 MINOR: cfgcond: remerge all arguments into a single line by Willy Tarreau · Fri Jul 16 16:38:58 2021 +0200
  32. 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · Fri Jul 16 15:39:28 2021 +0200
  33. c15221b CLEANUP: config: use free_args() to release args array in cfg_eval_condition() by Willy Tarreau · Fri Jul 16 10:26:09 2021 +0200
  34. 669b620 MINOR: srv: extract tracking server config function by Amaury Denoyelle · Tue Jul 13 10:35:23 2021 +0200
  35. c64a2a3 MEDIUM: stick-table: handle arrays of standard types into stick-tables by Emeric Brun · Wed Jun 30 18:01:02 2021 +0200
  36. 8a8f270 CLEANUP: server: a separate function for initializing the per_thr field by Miroslav Zagorac · Tue Jun 15 15:33:20 2021 +0200
  37. 213bb99 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Jun 12 15:55:27 2021 +0500
  38. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · Tue Jun 15 08:36:30 2021 +0200
  39. 5301f5d CLEANUP: global: remove pid_bit and all_proc_mask by Willy Tarreau · Tue Jun 15 08:13:20 2021 +0200
  40. 077c6b8 BUG/MINOR: stick-table: insert srv in used_name tree even with fixed id by Amaury Denoyelle · Mon Jun 14 17:04:25 2021 +0200
  41. b63dbb7 MAJOR: config: remove parsing of the global "nbproc" directive by Willy Tarreau · Fri Jun 11 16:50:29 2021 +0200
  42. fc0cceb MINOR: haproxy: Add `-cc` argument by Maximilian Mader · Sun Jun 06 00:50:22 2021 +0200
  43. 29c6cd7 CLEANUP: tools: Make errptr const in `parse_line()` by Maximilian Mader · Sun Jun 06 00:50:21 2021 +0200
  44. b3168b3 CLEANUP: cfgparse: Remove duplication of `MAX_LINE_ARGS + 1` by Tim Duesterhus · Sun Jun 06 00:50:20 2021 +0200
  45. e74cbc3 REORG: config: use parsing ctx for server config check by Amaury Denoyelle · Fri May 28 10:34:01 2021 +0200
  46. 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · Fri Jun 04 18:22:08 2021 +0200
  47. 4764620 BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree by Remi Tricot-Le Breton · Wed May 19 16:40:28 2021 +0200
  48. 5546c8b MINOR: cfgparse: Fail when encountering extra arguments in macro by Tim Duesterhus · Wed May 26 17:45:33 2021 +0200
  49. 6bfc10c BUILD: config: avoid a build warning on numa_detect_topology() without threads by Willy Tarreau · Fri May 14 08:30:46 2021 +0200
  50. 0813861 REORG: config: uninline warnifnotcap() and failifnotcap() by Willy Tarreau · Sat May 08 19:58:37 2021 +0200
  51. 7190b98 MINOR: config: add a new message directive: .diag by Willy Tarreau · Fri May 07 08:59:50 2021 +0200
  52. 0b7c78a MINOR: config: add predicates "version_atleast" and "version_before" to cond blocks by Willy Tarreau · Thu May 06 16:53:26 2021 +0200
  53. 58ca706 MINOR: config: add predicate "feature" to detect certain built-in features by Willy Tarreau · Thu May 06 16:34:23 2021 +0200
  54. 6492e87 MINOR: config: add predicates "streq()" and "strneq()" to conditional expressions by Willy Tarreau · Thu May 06 16:10:09 2021 +0200
  55. 42ed14b MINOR: config: add predicate "defined()" to conditional expression blocks by Willy Tarreau · Thu May 06 15:55:14 2021 +0200
  56. 732525f MINOR: config: make cfg_eval_condition() support predicates with arguments by Willy Tarreau · Thu May 06 15:49:04 2021 +0200
  57. 299bd1c MINOR: config: improve .if condition error reporting by Willy Tarreau · Thu May 06 15:07:10 2021 +0200
  58. 5150805 MINOR: config: keep up-to-date current file/line/section in the global struct by Willy Tarreau · Thu May 06 10:04:45 2021 +0200
  59. 6a2110c MINOR: config: centralize the ".if"/".elif" condition parser and evaluator by Willy Tarreau · Thu May 06 08:19:48 2021 +0200
  60. 71990e6 BUG/MINOR: config: .if/.elif should also accept negative integers by Willy Tarreau · Thu May 06 07:52:50 2021 +0200
  61. f67ff02 BUG/MINOR: config: add a missing "ELIF_TAKE" test for ".elif" condition evaluator by Willy Tarreau · Thu May 06 08:48:09 2021 +0200
  62. 6e647c9 BUG/MINOR: config: fix uninitialized initial state in ".if" block evaluator by Willy Tarreau · Thu May 06 08:46:11 2021 +0200
  63. 8a022d5 MINOR: config: add a new "default-path" global directive by Willy Tarreau · Tue Apr 27 20:29:11 2021 +0200
  64. da543e1 CLEANUP: cfgparse: de-uglify early file error handling in readcfgfile() by Willy Tarreau · Tue Apr 27 18:30:28 2021 +0200
  65. 07bf21c BUG/MEDIUM: config: fix missing initialization in numa_detect_topology() by Willy Tarreau · Fri Apr 23 19:09:16 2021 +0200
  66. a6f9c5d BUG/MINOR: cpuset: fix compilation on platform without cpu affinity by Amaury Denoyelle · Fri Apr 23 16:58:08 2021 +0200
  67. 0f50cb9 MINOR: global: add option to disable numa detection by Amaury Denoyelle · Fri Mar 26 18:50:33 2021 +0100
  68. b56a7c8 MEDIUM: cfgparse: detect numa and set affinity if needed by Amaury Denoyelle · Fri Mar 26 18:20:47 2021 +0100
  69. a808235 MINOR: cfgparse: support the comma separator on parse_cpu_set by Amaury Denoyelle · Tue Apr 06 16:46:15 2021 +0200
  70. c90932b MINOR: cfgparse: use hap_cpuset for parse_cpu_set by Amaury Denoyelle · Wed Apr 14 16:16:03 2021 +0200
  71. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  72. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · Fri Apr 02 10:13:43 2021 +0200
  73. 728be0f MINOR: config: diag if global section after non-global by Amaury Denoyelle · Wed Mar 31 11:43:47 2021 +0200
  74. 581db2b MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy by Christopher Faulet · Fri Mar 26 10:02:46 2021 +0100
  75. 42c6cf9 MINOR: action: Use a generic function to check validity of an action rule list by Christopher Faulet · Thu Mar 25 17:19:04 2021 +0100
  76. 5eef018 MINOR: config/proxy: Warn if a TCP proxy without backend is upgradable to HTTP by Christopher Faulet · Wed Mar 31 17:13:49 2021 +0200
  77. 3b6446f MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' set by Christopher Faulet · Mon Mar 15 15:10:38 2021 +0100
  78. c2ac5e4 MINOR: filters/http-ana: Decide to filter HTTP headers in HTTP analysers by Christopher Faulet · Mon Mar 08 18:20:09 2021 +0100
  79. bb7abed BUG/MINOR: config: Add warning for http-after-response rules in TCP mode by Christopher Faulet · Mon Mar 15 15:09:21 2021 +0100
  80. 77e6a4e MINOR: sample: make smp_resolve_args() return an allocate error message by Willy Tarreau · Fri Mar 26 16:11:55 2021 +0100
  81. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · Mon Mar 08 16:36:46 2021 +0100
  82. 3efee65 MINOR: cfgparse: always alloc idle conns task by Amaury Denoyelle · Mon Mar 08 17:31:39 2021 +0100
  83. 1b8dacc MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket by Eric Salama · Tue Mar 16 15:12:17 2021 +0100
  84. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · Sat Mar 13 11:00:33 2021 +0100
  85. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · Fri Mar 12 10:14:07 2021 +0100
  86. e2afcc4 MINOR: cfgparse: add cfg_find_best_match() to suggest an existing word by Willy Tarreau · Fri Mar 12 09:08:04 2021 +0100
  87. d4e78d8 MINOR: server: move actconns to the per-thread structure by Willy Tarreau · Thu Mar 04 10:47:54 2021 +0100
  88. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · Thu Mar 04 09:45:32 2021 +0100
  89. 4cdac16 MINOR: cfgparse: finish to set up servers outside of the proxy setup loop by Willy Tarreau · Fri Mar 05 10:48:42 2021 +0100
  90. 35cd734 CLEANUP: config: replace a few free() with ha_free() by Willy Tarreau · Fri Feb 26 20:51:47 2021 +0100
  91. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  92. d8aa21a CLEANUP: server: rename srv_cleanup_{idle,toremove}_connections() by Willy Tarreau · Fri Feb 26 00:30:22 2021 +0100
  93. 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · Fri Feb 19 15:50:27 2021 +0100
  94. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
  95. 8a55193 MEDIUM: resolvers: move resolvers section parsing from cfgparse.c to dns.c by Emeric Brun · Tue Nov 24 17:24:34 2020 +0100
  96. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · Wed Dec 23 16:51:12 2020 +0100
  97. 4b10302 MINOR: cfgparse: implement a simple if/elif/else/endif macro block handler by Willy Tarreau · Fri Feb 12 17:59:10 2021 +0100
  98. 7d0c143 MINOR: cfgparse: move defproxy to cfgparse-listen as a static by Willy Tarreau · Fri Feb 12 12:29:28 2021 +0100
  99. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · Fri Feb 12 08:19:01 2021 +0100
  100. 5bbc676 BUG/MINOR: stats: revert the change on ST_CONVDONE by Willy Tarreau · Fri Feb 12 11:49:25 2021 +0100