1. 5b09341 MEDIUM: cpu-map: replace the process number with the thread group number by Willy Tarreau · Fri Jul 08 09:38:30 2022 +0200
  2. 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · Fri May 06 08:53:16 2022 +0200
  3. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · Tue Apr 26 10:30:35 2022 +0200
  4. 2df1fbf MINOR: init: add global setting "fd-hard-limit" to bound system limits by Willy Tarreau · Mon Apr 25 18:02:03 2022 +0200
  5. 51ec03a MINOR: config: use a standard parser for the "nbthread" keyword by Willy Tarreau · Wed Sep 22 11:55:22 2021 +0200
  6. befeae8 MINOR: mux_h2: define config to disable h2 websocket support by Amaury Denoyelle · Fri Jul 09 17:14:30 2021 +0200
  7. 44ea631 MEDIUM: cpu-set: make the proc a single bit field and not an array by Willy Tarreau · Tue Jun 15 08:57:56 2021 +0200
  8. bda7c1d MEDIUM: config: simplify cpu-map handling by Willy Tarreau · Tue Jun 15 08:49:05 2021 +0200
  9. b63dbb7 MAJOR: config: remove parsing of the global "nbproc" directive by Willy Tarreau · Fri Jun 11 16:50:29 2021 +0200
  10. eb9d90a MINOR: config: remove support for deprecated option "tune.chksize" by Willy Tarreau · Fri Jun 11 15:29:31 2021 +0200
  11. 86c1d0f BUILD: fix usage of ha_alert without format string by Amaury Denoyelle · Fri May 07 15:07:21 2021 +0200
  12. d2e53cd MINOR: cfgparse: implement experimental config keywords by Amaury Denoyelle · Thu May 06 16:21:39 2021 +0200
  13. fc6ac53 BUG/MAJOR: fix build on musl with cpu_set_t support by Amaury Denoyelle · Tue Apr 27 10:46:36 2021 +0200
  14. a6f9c5d BUG/MINOR: cpuset: fix compilation on platform without cpu affinity by Amaury Denoyelle · Fri Apr 23 16:58:08 2021 +0200
  15. 0f50cb9 MINOR: global: add option to disable numa detection by Amaury Denoyelle · Fri Mar 26 18:50:33 2021 +0100
  16. a808235 MINOR: cfgparse: support the comma separator on parse_cpu_set by Amaury Denoyelle · Tue Apr 06 16:46:15 2021 +0200
  17. 982fb53 MEDIUM: config: use platform independent type hap_cpuset for cpu-map by Amaury Denoyelle · Wed Apr 21 18:39:58 2021 +0200
  18. c90932b MINOR: cfgparse: use hap_cpuset for parse_cpu_set by Amaury Denoyelle · Wed Apr 14 16:16:03 2021 +0200
  19. a2944ec MINOR: config: add a diag for invalid cpu-map statement by Amaury Denoyelle · Thu Apr 15 18:07:07 2021 +0200
  20. af02c57 BUG/MEDIUM: config: fix cpu-map notation with both process and threads by Amaury Denoyelle · Thu Apr 15 16:29:58 2021 +0200
  21. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · Fri Apr 02 10:13:43 2021 +0200
  22. c4d47d6 MINOR: cfgparse: diag for multiple nbthread statements by Amaury Denoyelle · Mon Mar 29 10:41:15 2021 +0200
  23. 101df31 BUG/MINOR: cfgparse: use the GLOBAL not LISTEN keywords list for spell checking by Willy Tarreau · Mon Mar 15 09:12:41 2021 +0100
  24. a0e8eb8 MINOR: cfgparse: suggest correct spelling for unknown words in global section by Willy Tarreau · Fri Mar 12 09:30:14 2021 +0100
  25. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  26. f8c869b MINOR: config: Add a warning if tune.chksize is used by Christopher Faulet · Wed Nov 25 17:33:03 2020 +0100
  27. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · Wed Nov 25 17:20:57 2020 +0100
  28. ccf4299 MEDIUM: config: remove the deprecated and dangerous global "debug" directive by Willy Tarreau · Fri Oct 09 19:15:03 2020 +0200
  29. 7cea606 BUG/MINOR: Fix several leaks of 'log_tag' in init(). by Eric Salama · Fri Oct 02 11:58:19 2020 +0200
  30. a519460 MINOR: config: make strict limits enabled by default by William Dauchy · Sat Mar 28 19:29:58 2020 +0100
  31. 13cd54c MEDIUM: peers: add the "localpeer" global option by Dragan Dosen · Thu Jun 18 18:24:05 2020 +0200
  32. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
  33. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  34. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  35. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · Thu Jun 04 08:52:38 2020 +0200
  36. d68a692 Revert "MEDIUM: sink: add global statement to create a new ring (sink buffer)" by Willy Tarreau · Wed May 20 12:04:39 2020 +0200
  37. 957ec59 MEDIUM: sink: add global statement to create a new ring (sink buffer) by Emeric Brun · Mon May 11 14:41:31 2020 +0200
  38. 3eb10b8 MINOR: init: add -dW and "zero-warning" to reject configs with warnings by Willy Tarreau · Wed Apr 15 16:42:39 2020 +0200
  39. 1b85785 MINOR: config: mark global.debug as deprecated by Willy Tarreau · Tue Feb 25 11:27:22 2020 +0100
  40. a45a8b5 MEDIUM: init: set NO_NEW_PRIVS by default when supported by Willy Tarreau · Fri Dec 06 16:31:45 2019 +0100 upstream/master
  41. d96f112 MEDIUM: init: prevent process and thread creation at runtime by Willy Tarreau · Tue Dec 03 07:07:36 2019 +0100
  42. 0fec3ab MINOR: init: always fail when setrlimit fails by William Dauchy · Sun Oct 27 20:08:11 2019 +0100
  43. 7764a57 BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored by Willy Tarreau · Tue Jul 16 15:10:34 2019 +0200
  44. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  45. 0ba4f48 MAJOR: polling: add event ports support (Solaris) by Emmanuel Hocdet · Mon Apr 08 16:53:32 2019 +0000
  46. 81492c9 MINOR: threads: flatten the per-thread cpu-map by Willy Tarreau · Fri May 03 09:41:23 2019 +0200
  47. 6b02ab8 MINOR: config: Test validity of tune.maxaccept during the config parsing by Christopher Faulet · Tue Apr 30 14:03:56 2019 +0200
  48. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · Mon Apr 15 19:38:50 2019 +0200
  49. ca783d4 MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places by Willy Tarreau · Wed Mar 13 10:03:07 2019 +0100
  50. 5799e9c MINOR: config: relax the range checks on cpu-map by Willy Tarreau · Tue Mar 05 18:14:03 2019 +0100
  51. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · Thu Feb 07 10:39:36 2019 +0100
  52. a38a717 MINOR: config: keep an all_proc_mask like we have all_threads_mask by Willy Tarreau · Sat Feb 02 17:11:28 2019 +0100
  53. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · Sat Jan 26 13:25:14 2019 +0100
  54. c77d364 MINOR: config: round up global.tune.bufsize to the next multiple of 2 void* by Willy Tarreau · Wed Dec 12 06:19:42 2018 +0100
  55. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · Thu Nov 22 18:07:59 2018 +0100
  56. 36b9e22 REORG: config: extract the global section parser into cfgparse-global by Willy Tarreau · Sun Nov 11 15:19:52 2018 +0100