summaryrefslogtreecommitdiff
path: root/include/haproxy/defaults.h
Commit message (Expand)AuthorAgeFilesLines
* BUG/MINOR: mworker: use MASTER_MAXCONN as default maxconn valueWilliam Lallemand2023-03-091-0/+10
* MEDIUM: clock: force internal time to wrap early after bootWilly Tarreau2023-02-081-0/+4
* MINOR: trace: add the long awaited TRACE_PRINTF()Willy Tarreau2023-01-261-0/+5
* CLEANUP: pools: get rid of CONFIG_HAP_POOLSWilly Tarreau2022-12-081-7/+0
* MINOR: logs: startup-logs can use a shm for logging the reloadWilliam Lallemand2022-10-131-1/+4
* MINOR: config: automatically preset MAX_THREADS based on MAX_TGROUPSWilly Tarreau2022-08-061-4/+9
* MINOR: config: change default MAX_TGROUPS to 16Willy Tarreau2022-07-151-2/+7
* MINOR: thread: get rid of MAX_THREADS_MASKWilly Tarreau2022-06-141-2/+0
* CLEANUP: compression: move the default setting of maxzlibmem to defaultsWilly Tarreau2022-04-251-0/+9
* MEDIUM: ssl: Disable DHE ciphers by defaultRemi Tricot-Le Breton2022-04-201-1/+1
* CLEANUP: init: remove the ifdef on HAPROXY_MEMMAXWilly Tarreau2022-02-231-0/+5
* MINOR: ssl: Set default dh size to 2048Remi Tricot-Le Breton2022-02-141-1/+1
* MINOR: pools: enable pools with DEBUG_FAIL_ALLOC as wellWilly Tarreau2022-01-121-1/+1
* OPTIM: pools: reduce local pool cache size to 512kB20211228-pool-mt-try2-7Willy Tarreau2022-01-021-1/+1
* MEDIUM: pools: start to batch eviction from local cachesWilly Tarreau2022-01-021-0/+4
* MINOR: threads: introduce a minimalistic notion of thread-groupWilly Tarreau2021-10-081-1/+10
* CLEANUP: time: move a few configurable defines to defaults.hWilly Tarreau2021-10-071-0/+17
* REORG: pools: move default settings to defaults.hWilly Tarreau2021-09-281-0/+17
* CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.hTim Duesterhus2021-09-111-7/+0
* BUILD/MINOR: defaults: eliminate warning on MAXHOSTNAMELEN with -WundefWilly Tarreau2021-08-281-1/+1
* BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parserWilly Tarreau2021-07-201-0/+5
* CLEANUP: global: remove unused definition of MAX_PROCSWilly Tarreau2021-06-151-8/+0
* MAJOR: config: remove parsing of the global "nbproc" directiveWilly Tarreau2021-06-111-1/+1
* MEDIUM: cfgparse: detect numa and set affinity if neededAmaury Denoyelle2021-04-231-0/+3
* CLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGSWilly Tarreau2021-03-131-2/+2
* OPTIM: task: automatically adjust the default runqueue-depth to the threadsWilly Tarreau2021-03-101-12/+5
* MINOR: pools: double the local pool cache size to 1 MBWilly Tarreau2021-03-051-1/+1
* MINOR: listener: refine the default MAX_ACCEPT from 64 to 4Willy Tarreau2021-02-191-0/+16
* MINOR: tasks: refine the default run queue depthWilly Tarreau2021-02-191-2/+12
* MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functionsDragan Dosen2020-12-231-0/+7
* REORG: include: move MAX_THREADS to defaults.hWilly Tarreau2020-06-111-0/+17
* REORG: include: move log.h to haproxy/log{,-t}.hWilly Tarreau2020-06-111-0/+5
* REORG: include: move auth.h to haproxy/auth{,-t}.hWilly Tarreau2020-06-111-0/+14
* REORG: include: move fd.h to haproxy/fd{,-t}.hWilly Tarreau2020-06-111-0/+5
* REORG: include: move the base files from common/ to haproxy/Willy Tarreau2020-06-111-0/+350
* [CLEANUP] renamed include/haproxy to include/commonWilly Tarreau2006-06-291-94/+0
* [BIGMOVE] exploded the monolithic haproxy.c file into multiple files.Willy Tarreau2006-06-261-0/+94