- 284cfc6 MINOR: pool: make the thread-local hot cache size configurable by Willy Tarreau · 2 years ago
- 57c3e75 CLEANUP: init: remove useless assignment of nbthread by Willy Tarreau · 2 years ago
- e57b702 BUG/MEDIUM: mworker: create the mcli_reload socketpairs in case of upgrade by William Lallemand · 2 years ago
- 40db4ae MINOR: mworker: display an alert upon a wait-mode exit by William Lallemand · 2 years ago
- 151dbbe BUG/MINOR: ssl: initialize WolfSSL before parsing by William Lallemand · 2 years ago
- 44c80ce BUG/MINOR: ssl: initialize SSL error before parsing by William Lallemand · 2 years ago
- e30f378 MINOR: quic: activate socket per conn by default by Amaury Denoyelle · 2 years ago
- 6f86eaa CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years ago
- 3cbf09e MEDIUM: ssl: add minimal WolfSSL support with OpenSSL compatibility mode by Uriah Pollock · 2 years ago
- 28ea31c MINOR: global: generate random cluster.secret if not defined by Amaury Denoyelle · 2 years, 1 month ago
- e608b0e BUG/MINOR: ssl: SSL_load_error_strings might not be defined by Remi Tricot-Le Breton · 2 years, 3 months ago
- e98d385 MINOR: deinit: add a "quick-exit" option to bypass the deinit step by Willy Tarreau · 2 years, 1 month ago
- eba6a54 MINOR: logs: startup-logs can use a shm for logging the reload by William Lallemand · 2 years, 2 months ago
- c06557c MINOR: init: do not try to shrink existing RLIMIT_NOFIlE by Willy Tarreau · 2 years, 2 months ago
- 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · 2 years, 2 months ago
- f30c5d7 MINOR: config: Add option line when the configuration file is dumped by Erwan Le Goas · 2 years, 2 months ago
- 56f73b2 MINOR: mworker: stores the mcli_reload bind_conf by William Lallemand · 2 years, 2 months ago
- 21623b5 MINOR: mworker: mworker_cli_proxy_new_listener() returns a bind_conf by William Lallemand · 2 years, 2 months ago
- 68192b2 MINOR: mworker: store and shows loading status by William Lallemand · 2 years, 2 months ago
- ec059c2 MEDIUM: mworker/cli: keep the connection of the FD that ask for a reload by William Lallemand · 2 years, 2 months ago
- b0c0501 MINOR: config: add command-line -dC to dump the configuration file by Erwan Le Goas · 2 years, 3 months ago
- eea152e BUG/MINOR: signals/poller: ensure wakeup from signals by Matthias Wirth · 2 years, 3 months ago
- 53bfac8 BUG/MEDIUM: master: force the thread count earlier by Willy Tarreau · 2 years, 4 months ago
- 41afd90 BUILD: add detection for unsupported compiler models by Willy Tarreau · 2 years, 4 months ago
- d4835a9 BUG/MEDIUM: mworker: proc_self incorrectly set crashes upon reload by William Lallemand · 2 years, 4 months ago
- 3b8bafd MINOR: init: load OpenSSL error strings by William Lallemand · 2 years, 4 months ago
- c6b596d CLEANUP: threads: remove the now unused all_threads_mask and tid_bit by Willy Tarreau · 2 years, 5 months ago
- 5b09341 MEDIUM: cpu-map: replace the process number with the thread group number by Willy Tarreau · 2 years, 5 months ago
- e5715bf MEDIUM: poller: disable thread-groups for poll() and select() by Willy Tarreau · 2 years, 5 months ago
- a46a99e MEDIUM: mworker/systemd: send STATUS over sd_notify by William Lallemand · 2 years, 5 months ago
- ad92fdf CLEANUP: thread: also remove a thread's bit from stopping_threads on stop by Willy Tarreau · 2 years, 5 months ago
- f34a3fa BUG/MEDIUM: thread: mask stopping_threads with threads_enabled when checking it by Willy Tarreau · 2 years, 5 months ago
- 24cfc9f BUG/MEDIUM: thread: check stopping thread against local bit and not global one by Willy Tarreau · 2 years, 5 months ago
- 291f6ff BUG/MEDIUM: threads: fix incorrect thread group being used on soft-stop by Willy Tarreau · 2 years, 5 months ago
- ef422ce MEDIUM: thread: make stopping_threads per-group and add stopping_tgroups by Willy Tarreau · 2 years, 5 months ago
- cce203a MINOR: thread: add a new all_tgroups_mask variable to know about active tgroups by Willy Tarreau · 2 years, 5 months ago
- 377e37a MINOR: tinfo: add the mask of enabled threads in each group by Willy Tarreau · 2 years, 5 months ago
- e7475c8 MEDIUM: tasks/fd: replace sleeping_thread_mask with a TH_FL_SLEEPING flag by Willy Tarreau · 2 years, 5 months ago
- dce4ad7 MEDIUM: thread: add a new per-thread flag TH_FL_NOTIFIED to remember wakeups by Willy Tarreau · 2 years, 5 months ago
- 0a012aa BUG/MEDIUM: mworker: use default maxconn in wait mode by William Lallemand · 2 years, 5 months ago
- aee6757 MINOR: quic: Clarifications about transport parameters value by Frédéric Lécaille · 2 years, 6 months ago
- 2674098 MINOR: quic: Tunable "initial_max_streams_bidi" transport parameter by Frédéric Lécaille · 2 years, 6 months ago
- 1d96d6e MINOR: quic: Tunable "max_idle_timeout" transport parameter by Frédéric Lécaille · 2 years, 6 months ago
- 8e5b958 CLEANUP: init: address another coverity warning about a possible multiply overflow by Willy Tarreau · 2 years, 6 months ago
- 2cb3be7 CLEANUP: init: address a coverity warning about possible multiply overflow by Willy Tarreau · 2 years, 6 months ago
- 9286210 MINOR: quic: Add tune.quic.retry-threshold keyword by Frédéric Lécaille · 2 years, 7 months ago
- 5194446 MEDIUM: ssl: Delay random generator initialization after config parsing by Remi Tricot-Le Breton · 2 years, 7 months ago
- 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · 2 years, 7 months ago
- 89e236f BUG/MINOR: startup: usage() when no -cc arguments by William Lallemand · 2 years, 7 months ago
- 8b9a2df MINOR: init: exit() after pre-check upon error by William Lallemand · 2 years, 7 months ago
- 226866e CLEANUP: deinit: release the config postparsers by Willy Tarreau · 2 years, 7 months ago
- 65009eb CLEANUP: deinit: release the pre-check callbacks by Willy Tarreau · 2 years, 7 months ago
- 77b3db0 MINOR: Call deinit_and_exit(0) for `haproxy -vv` by Tim Duesterhus · 2 years, 7 months ago
- 197715a CLEANUP: compression: move the default setting of maxzlibmem to defaults by Willy Tarreau · 2 years, 7 months ago
- 2df1fbf MINOR: init: add global setting "fd-hard-limit" to bound system limits by Willy Tarreau · 2 years, 7 months ago
- b53eb87 MINOR: init: add the pre-check callback by William Lallemand · 2 years, 7 months ago
- 97e84c6 MINOR: cfg-quic: define tune.quic.conn-buf-limit by Amaury Denoyelle · 2 years, 8 months ago
- b5d968d MEDIUM: global: Add a "close-spread-time" option to spread soft-stop on time window by Remi Tricot-Le Breton · 2 years, 8 months ago
- 29d799d MINOR: sample: list registered sample converter functions by Willy Tarreau · 2 years, 8 months ago
- f78813f MINOR: samples: add a function to list register sample fetch keywords by Willy Tarreau · 2 years, 8 months ago
- 6ff7d1b MINOR: acl: add a function to dump the list of known ACL keywords by Willy Tarreau · 2 years, 8 months ago
- 06d0e2e MINOR: cli: add a new keyword dump function by Willy Tarreau · 2 years, 8 months ago
- 5fcc100 MINOR: services: extend list_services() to dump to stdout by Willy Tarreau · 2 years, 8 months ago
- 3b65e14 MINOR: filters: extend flt_dump_kws() to dump to stdout by Willy Tarreau · 2 years, 8 months ago
- ca1acd6 MINOR: config: add a function to dump all known config keywords by Willy Tarreau · 2 years, 8 months ago
- 76871a4 MINOR: management: add some basic keyword dump infrastructure by Willy Tarreau · 2 years, 9 months ago
- edd4268 DEBUG: move the tainted stuff to bug.h for easier inclusion by Willy Tarreau · 2 years, 9 months ago
- 9b4a0e6 BUG/MINOR: debug: fix get_tainted() to properly read an atomic value by Willy Tarreau · 2 years, 9 months ago
- f4b79c4 MINOR: pools: support setting debugging options using -dM by Willy Tarreau · 2 years, 9 months ago
- 1408b1f MINOR: pools: delegate parsing of command line option -dM to a new function by Willy Tarreau · 2 years, 10 months ago
- 18f96d0 MEDIUM: init: handle arguments earlier by Willy Tarreau · 2 years, 9 months ago
- 392524d MINOR: init: extract args parsing to their own function by Willy Tarreau · 2 years, 10 months ago
- 34527d5 MEDIUM: init: split the early initialization in its own function by Willy Tarreau · 2 years, 10 months ago
- 3ebe4d9 MEDIUM: initcall: move STG_REGISTER earlier by Willy Tarreau · 2 years, 10 months ago
- ef301b7 MINOR: pools: add a debugging flag for memory poisonning option by Willy Tarreau · 2 years, 9 months ago
- b61fccd CLEANUP: init: remove the ifdef on HAPROXY_MEMMAX by Willy Tarreau · 2 years, 10 months ago
- cc0d554 CLEANUP: vars: move the per-process variables initialization to vars.c by Willy Tarreau · 2 years, 10 months ago
- 7b820a6 BUG/MINOR: mworker: does not erase the pidfile upon reload by William Lallemand · 2 years, 10 months ago
- 2454d6e [RELEASE] Released version 2.6-dev1 by Willy Tarreau · 2 years, 10 months ago
- 56be0e0 MINOR: mworker: allocate and initialize a mworker_proc by William Lallemand · 2 years, 10 months ago
- 7e01878 MINOR: mworker: set the master side of ipc_fd in the worker to -1 by William Lallemand · 2 years, 10 months ago
- 55a921c BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload by William Lallemand · 2 years, 10 months ago
- e08acae BUG/MEDIUM: mworker: close unused transferred FDs on load failure by Willy Tarreau · 2 years, 10 months ago
- b510116 MINOR: sock: move the unused socket cleaning code into its own function by Willy Tarreau · 2 years, 10 months ago
- bb10dad BUILD: cpuset: fix build issue on macos introduced by previous change by David CARLIER · 2 years, 11 months ago
- f82afbb BUG/MEDIUM: mworker: don't use _getsocks in wait mode by William Lallemand · 2 years, 11 months ago
- df91cbd MINOR: cpuset: switch to sched_setaffinity for FreeBSD 14 and above. by David CARLIER · 2 years, 11 months ago
- 654726d MINOR: debug: add support for -dL to dump library names at boot by Willy Tarreau · 3 years ago
- efd9547 BUG/MINOR: mworker: deinit of thread poller was called when not initialized by William Lallemand · 3 years ago
- 67e371e BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode by William Lallemand · 3 years ago
- befab9e BUG/MINOR: mworker: does not add the -sf in wait mode by William Lallemand · 3 years ago
- 2be557f MEDIUM: mworker: seamless reload use the internal sockpairs by William Lallemand · 3 years ago
- c4810b8 BUG/MEDIUM: mworker: cleanup the listeners when reexecuting by William Lallemand · 3 years ago
- 6883674 MINOR: mworker: implement a reload failure counter by William Lallemand · 3 years, 1 month ago
- ad221f4 MINOR: mworker: only increment the number of reload in wait mode by William Lallemand · 3 years, 1 month ago
- 836bda2 MINOR: mworker: clarify starting/failure messages by William Lallemand · 3 years, 1 month ago
- fab0fdc MEDIUM: mworker: reexec in waitpid mode after successful loading by William Lallemand · 3 years, 1 month ago
- 5d71a6b CLEANUP: mworker: remove any relative PID reference by William Lallemand · 3 years, 1 month ago
- 27c8d20 MINOR: proxy: Be able to reference the defaults section used by a proxy by Christopher Faulet · 3 years, 2 months ago
- dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago