1. 0ea2c4f MINOR: mux_h2: define config to disable h2 websocket support by Amaury Denoyelle · 3 years ago
  2. 86c1d0f BUILD: fix usage of ha_alert without format string by Amaury Denoyelle · 3 years, 2 months ago
  3. d2e53cd MINOR: cfgparse: implement experimental config keywords by Amaury Denoyelle · 3 years, 2 months ago
  4. fc6ac53 BUG/MAJOR: fix build on musl with cpu_set_t support by Amaury Denoyelle · 3 years, 2 months ago
  5. a6f9c5d BUG/MINOR: cpuset: fix compilation on platform without cpu affinity by Amaury Denoyelle · 3 years, 2 months ago
  6. 0f50cb9 MINOR: global: add option to disable numa detection by Amaury Denoyelle · 3 years, 3 months ago
  7. a808235 MINOR: cfgparse: support the comma separator on parse_cpu_set by Amaury Denoyelle · 3 years, 3 months ago
  8. 982fb53 MEDIUM: config: use platform independent type hap_cpuset for cpu-map by Amaury Denoyelle · 3 years, 2 months ago
  9. c90932b MINOR: cfgparse: use hap_cpuset for parse_cpu_set by Amaury Denoyelle · 3 years, 3 months ago
  10. a2944ec MINOR: config: add a diag for invalid cpu-map statement by Amaury Denoyelle · 3 years, 3 months ago
  11. af02c57 BUG/MEDIUM: config: fix cpu-map notation with both process and threads by Amaury Denoyelle · 3 years, 3 months ago
  12. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 3 months ago
  13. c4d47d6 MINOR: cfgparse: diag for multiple nbthread statements by Amaury Denoyelle · 3 years, 3 months ago
  14. 101df31 BUG/MINOR: cfgparse: use the GLOBAL not LISTEN keywords list for spell checking by Willy Tarreau · 3 years, 4 months ago
  15. a0e8eb8 MINOR: cfgparse: suggest correct spelling for unknown words in global section by Willy Tarreau · 3 years, 4 months ago
  16. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  17. f8c869b MINOR: config: Add a warning if tune.chksize is used by Christopher Faulet · 3 years, 7 months ago
  18. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · 3 years, 7 months ago
  19. ccf4299 MEDIUM: config: remove the deprecated and dangerous global "debug" directive by Willy Tarreau · 3 years, 9 months ago
  20. 7cea606 BUG/MINOR: Fix several leaks of 'log_tag' in init(). by Eric Salama · 3 years, 9 months ago
  21. a519460 MINOR: config: make strict limits enabled by default by William Dauchy · 4 years, 3 months ago
  22. 13cd54c MEDIUM: peers: add the "localpeer" global option by Dragan Dosen · 4 years, 1 month ago
  23. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  24. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  25. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  27. d68a692 Revert "MEDIUM: sink: add global statement to create a new ring (sink buffer)" by Willy Tarreau · 4 years, 2 months ago
  28. 957ec59 MEDIUM: sink: add global statement to create a new ring (sink buffer) by Emeric Brun · 4 years, 2 months ago
  29. 3eb10b8 MINOR: init: add -dW and "zero-warning" to reject configs with warnings by Willy Tarreau · 4 years, 3 months ago
  30. 1b85785 MINOR: config: mark global.debug as deprecated by Willy Tarreau · 4 years, 4 months ago
  31. a45a8b5 MEDIUM: init: set NO_NEW_PRIVS by default when supported by Willy Tarreau · 4 years, 7 months ago upstream/master
  32. d96f112 MEDIUM: init: prevent process and thread creation at runtime by Willy Tarreau · 4 years, 7 months ago
  33. 0fec3ab MINOR: init: always fail when setrlimit fails by William Dauchy · 4 years, 8 months ago
  34. 7764a57 BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored by Willy Tarreau · 5 years ago
  35. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  36. 0ba4f48 MAJOR: polling: add event ports support (Solaris) by Emmanuel Hocdet · 5 years ago
  37. 81492c9 MINOR: threads: flatten the per-thread cpu-map by Willy Tarreau · 5 years ago
  38. 6b02ab8 MINOR: config: Test validity of tune.maxaccept during the config parsing by Christopher Faulet · 5 years ago
  39. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · 5 years ago
  40. ca783d4 MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places by Willy Tarreau · 5 years ago
  41. 5799e9c MINOR: config: relax the range checks on cpu-map by Willy Tarreau · 5 years ago
  42. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  43. a38a717 MINOR: config: keep an all_proc_mask like we have all_threads_mask by Willy Tarreau · 5 years ago
  44. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · 5 years ago
  45. c77d364 MINOR: config: round up global.tune.bufsize to the next multiple of 2 void* by Willy Tarreau · 6 years ago
  46. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · 6 years ago
  47. 36b9e22 REORG: config: extract the global section parser into cfgparse-global by Willy Tarreau · 6 years ago