- 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · 3 years, 3 months ago
- b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · 3 years, 3 months ago
- 2118597 MINOR: proc: setting the process to produce a core dump on FreeBSD. by devnexen@gmail.com · 3 years, 3 months ago
- bc5c821 BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config check by Emeric Brun · 3 years, 4 months ago
- 7afa5c1 MINOR: global: define MODE_STOPPING by Amaury Denoyelle · 3 years, 4 months ago
- b3c4a8f BUILD: threads: fix pthread_mutex_unlock when !USE_THREAD by Willy Tarreau · 3 years, 4 months ago
- 3c032f2 BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs by Willy Tarreau · 3 years, 4 months ago
- 2614619 BUG/MEDIUM: mworker: do not register an exit handler if exit is expected by Willy Tarreau · 3 years, 4 months ago
- 048368e MINOR: deinit: always deinit the init_mutex on failed initialization by jenny-cheung · 3 years, 5 months ago
- 79c9bdf BUG/MEDIUM: init: restore behavior of command-line "-m" for memory limitation by Willy Tarreau · 3 years, 5 months ago
- c8194c3 MINOR: cfgcond: remerge all arguments into a single line by Willy Tarreau · 3 years, 5 months ago
- 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · 3 years, 5 months ago
- a87e782 MINOR: init: make -cc support environment variables expansion by Willy Tarreau · 3 years, 5 months ago
- 7edc0fd MINOR: init: verify that there is a single word on "-cc" by Willy Tarreau · 3 years, 5 months ago
- 1335da3 BUILD: add detection of missing important CFLAGS by Willy Tarreau · 3 years, 5 months ago
- a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 6 months ago
- 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 6 months ago
- c593bcd MINOR: ssl: always initialize random generator by Amaury Denoyelle · 3 years, 7 months ago
- 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · 3 years, 6 months ago
- e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · 3 years, 6 months ago
- 06987f4 CLEANUP: global: remove unused definition of MAX_PROCS by Willy Tarreau · 3 years, 6 months ago
- 44ea631 MEDIUM: cpu-set: make the proc a single bit field and not an array by Willy Tarreau · 3 years, 6 months ago
- 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 6 months ago
- 5301f5d CLEANUP: global: remove pid_bit and all_proc_mask by Willy Tarreau · 3 years, 6 months ago
- 9135859 CLEANUP: global: remove the nbproc field from the global structure by Willy Tarreau · 3 years, 6 months ago
- 6185a03 MINOR: mworker: remove the initialization loop over processes by Willy Tarreau · 3 years, 6 months ago
- d67ff34 MEDIUM: init: remove the loop over processes during init by Willy Tarreau · 3 years, 6 months ago
- e34cf28 BUG/MINOR: mworker: fix typo in chroot error message by Willy Tarreau · 3 years, 6 months ago
- 3ae1d1e BUILD: init: remove initialization of multi-process thread mappings by Willy Tarreau · 3 years, 6 months ago
- b63dbb7 MAJOR: config: remove parsing of the global "nbproc" directive by Willy Tarreau · 3 years, 6 months ago
- fc0cceb MINOR: haproxy: Add `-cc` argument by Maximilian Mader · 3 years, 6 months ago
- 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · 3 years, 6 months ago
- 6af81f8 MEDIUM: errors: implement parsing context type by Amaury Denoyelle · 3 years, 6 months ago
- 1f4fa90 BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list by Remi Tricot-Le Breton · 3 years, 7 months ago
- 26f42a0 BUG/MAJOR: config: properly initialize cpu_map.thread[] up to MAX_THREADS by Willy Tarreau · 3 years, 7 months ago
- 3df5989 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
- a5357cd MINOR: version: report "HAProxy" not "HA-Proxy" in the version output by Willy Tarreau · 3 years, 7 months ago
- 15f9ac3 REORG: mworker: move proc_self from global to mworker by Willy Tarreau · 3 years, 7 months ago
- cfc4f24 REORG: vars: move the "proc" scope variables out of the global struct by Willy Tarreau · 3 years, 7 months ago
- 86c1d0f BUILD: fix usage of ha_alert without format string by Amaury Denoyelle · 3 years, 7 months ago
- d2e53cd MINOR: cfgparse: implement experimental config keywords by Amaury Denoyelle · 3 years, 7 months ago
- 484454d MINOR: global: define tainted flag by Amaury Denoyelle · 3 years, 7 months ago
- a43dfda MINOR: global: add version comparison functions by Willy Tarreau · 3 years, 7 months ago
- f0d3b73 MINOR: global: export the build features string list by Willy Tarreau · 3 years, 7 months ago
- d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · 3 years, 7 months ago
- 8f685c1 BUG/MEDIUM: cpuset: fix build on MacOS by Amaury Denoyelle · 3 years, 7 months ago
- fc6ac53 BUG/MAJOR: fix build on musl with cpu_set_t support by Amaury Denoyelle · 3 years, 7 months ago
- a6f9c5d BUG/MINOR: cpuset: fix compilation on platform without cpu affinity by Amaury Denoyelle · 3 years, 7 months ago
- c5ed1f9 BUG/MINOR: haproxy: fix compilation on macOS by Amaury Denoyelle · 3 years, 7 months ago
- 0f50cb9 MINOR: global: add option to disable numa detection by Amaury Denoyelle · 3 years, 8 months ago
- 982fb53 MEDIUM: config: use platform independent type hap_cpuset for cpu-map by Amaury Denoyelle · 3 years, 7 months ago
- aba7f8b BUG/MINOR: mworker: don't use oldpids[] anymore for reload by William Lallemand · 3 years, 7 months ago
- ea6bf83 BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases by William Lallemand · 3 years, 7 months ago
- af02c57 BUG/MEDIUM: config: fix cpu-map notation with both process and threads by Amaury Denoyelle · 3 years, 8 months ago
- d688e01 BUG/MINOR: logs: free logsrv.conf.file on exit by Amaury Denoyelle · 3 years, 7 months ago
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- c4c80fb MINOR: time: move the time initialization out of tv_update_date() by Willy Tarreau · 3 years, 8 months ago
- f459640 MINOR: global: declare a read_mostly section by Willy Tarreau · 3 years, 8 months ago
- 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · 3 years, 8 months ago
- 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 8 months ago
- 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · 3 years, 8 months ago
- 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · 3 years, 8 months ago
- 27fefa1 MINOR: proxy: implement a free_proxy function by Amaury Denoyelle · 3 years, 8 months ago
- 68fd7e4 REORG: global: move free acl/action in their related source files by Amaury Denoyelle · 3 years, 8 months ago
- ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · 3 years, 8 months ago
- 828adf0 REORG: server: add a free server function by Amaury Denoyelle · 3 years, 9 months ago
- 5ba8335 MINOR: mworker/cli: alert the user if we enabled a master CLI but not the master-worker mode by Eric Salama · 3 years, 9 months ago
- 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · 3 years, 9 months ago
- 060a761 OPTIM: task: automatically adjust the default runqueue-depth to the threads by Willy Tarreau · 3 years, 9 months ago
- 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 9 months ago
- 198e92a MINOR: server: add a global list of all known servers by Willy Tarreau · 3 years, 9 months ago
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
- 98a9e1b BUILD: SSL: introduce fine guard for RAND_keep_random_devices_open by Ilya Shipitsin · 3 years, 9 months ago
- e90904d MEDIUM: proxy: store the default proxies in a tree by name by Willy Tarreau · 3 years, 10 months ago
- 7d0c143 MINOR: cfgparse: move defproxy to cfgparse-listen as a static by Willy Tarreau · 3 years, 10 months ago
- 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · 3 years, 10 months ago
- f5ea269 CLEANUP: deinit: release global and per-proxy server-state variables on deinit by Christopher Faulet · 3 years, 10 months ago
- f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 11 months ago
- 69c5c3a BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name by Amaury Denoyelle · 3 years, 10 months ago
- 4e36682 BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable by Christopher Faulet · 3 years, 11 months ago
- 50f757c BUG/MINOR: init: enforce strict-limits when using master-worker by Jerome Magnin · 3 years, 11 months ago
- 4fb255d BUG/MINOR: server: Memory leak of proxy.used_server_addr during deinit by Thayne McCombs · 3 years, 11 months ago
- 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 11 months ago
- 421ed39 [RELEASE] Released version 2.4-dev5 by Willy Tarreau · 3 years, 11 months ago
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 4 years ago
- 2d0493a BUILD/MINOR: haproxy DragonFlyBSD affinity build update. by David Carlier · 4 years ago
- bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · 4 years ago
- d9a16dc BUILD: SSL: add BoringSSL guarding to "RAND_keep_random_devices_open" by Ilya Shipitsin · 4 years ago
- c8d1970 BUILD: Show the value of DEBUG= in haproxy -vv by Tim Duesterhus · 4 years ago
- 83fefbc MINOR: init: Fix the prototype for per-thread free callbacks by Christopher Faulet · 4 years, 1 month ago
- d5bd824 BUG/MINOR: proxy/server: Skip per-proxy/server post-check for disabled proxies by Christopher Faulet · 4 years, 1 month ago
- ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 4 years, 1 month ago
- f42d794 MEDIUM: config: report that "nbproc" is deprecated by Willy Tarreau · 4 years, 1 month ago
- cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · 4 years, 1 month ago
- a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 4 years, 2 months ago
- 1a3770c BUG/MEDIUM: deinit: check fdtab before fdtab[fd].owner by Willy Tarreau · 4 years, 2 months ago
- 2bd0f81 BUG/MINOR: init: only keep rlim_fd_cur if max is unlimited by Willy Tarreau · 4 years, 2 months ago
- 0a002df BUG/MINOR: proxy: respect the proper format string in sig_pause/sig_listen by Willy Tarreau · 4 years, 2 months ago
- 775e001 MAJOR: signals: use protocol_pause_all() and protocol_resume_all() by Willy Tarreau · 4 years, 2 months ago
- 337c835 MEDIUM: proxy: merge zombify_proxy() with stop_proxy() by Willy Tarreau · 4 years, 2 months ago