]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-04-23  Tim DuesterhusDOC: Add RFC references for the path-strip-dot(dot...
2021-04-23  Tim DuesterhusDOC: Fix RFC reference for the percent-to-uppercase...
2021-04-23  Tim DuesterhusDOC: Fix indentation for `path-strip-dot` normalizer
2021-04-23  Willy Tarreau[RELEASE] Released version 2.4-dev17 v2.4-dev17
2021-04-23  Willy TarreauBUG/MEDIUM: config: fix missing initialization in numa_...
2021-04-23  Emeric BrunBUG/MEDIUM: peers: re-work refcnt on table to protect...
2021-04-23  Emeric BrunBUG/MEDIUM: peers: re-work connection to new process...
2021-04-23  Emeric BrunBUG/MINOR: peers: remove useless table check if initial...
2021-04-23  Willy TarreauMINOR: time: avoid u64 needlessly expensive computation...
2021-04-23  Willy TarreauCLEANUP: time: use __tv_to_ms() in tv_update_date(...
2021-04-23  Willy TarreauMINOR: time: avoid overwriting the same values of globa...
2021-04-23  Willy TarreauMINOR: time: avoid unneeded updates to now_offset
2021-04-23  Amaury DenoyelleBUG/MINOR: cpuset: fix compilation on platform without...
2021-04-23  Amaury DenoyelleBUG/MINOR: haproxy: fix compilation on macOS
2021-04-23  Amaury DenoyelleMINOR: global: add option to disable numa detection
2021-04-23  Amaury DenoyelleMEDIUM: cfgparse: detect numa and set affinity if needed
2021-04-23  Amaury DenoyelleMINOR: cfgparse: support the comma separator on parse_c...
2021-04-23  Amaury DenoyelleMINOR: thread: implement the detection of forced cpu...
2021-04-23  Amaury DenoyelleMEDIUM: config: use platform independent type hap_cpuse...
2021-04-23  Amaury DenoyelleMINOR: cfgparse: use hap_cpuset for parse_cpu_set
2021-04-23  Amaury DenoyelleMINOR: cpuset: define a platform-independent cpuset...
2021-04-23  Christopher... BUG/MEDIUM: mux-h2: Properly handle shutdowns when...
2021-04-22  Willy TarreauCLEANUP: compression: remove calls to SLZ init functions
2021-04-22  Willy TarreauCI: github: do not build libslz any more
2021-04-22  Willy TarreauBUILD: compression: switch SLZ from out-of-tree to...
2021-04-22  Willy TarreauIMPORT: slz: import slz into the tree
2021-04-21  Willy TarreauBUILD: makefile: fix the "make clean" target on strict...
2021-04-21  William LallemandBUG/MINOR: mworker: don't use oldpids[] anymore for...
2021-04-21  William LallemandBUG/MINOR: mworker/init: don't reset nb_oldpids in...
2021-04-21  Amaury DenoyelleMINOR: config: add a diag for invalid cpu-map statement
2021-04-21  Amaury DenoyelleBUG/MEDIUM: config: fix cpu-map notation with both...
2021-04-21  Willy TarreauCLEANUP: contrib: remove the last references to the...
2021-04-21  Willy TarreauCONTRIB: move mod_defender out of the tree
2021-04-21  Maximilian... MINOR: uri_normalizer: Add a `strip-dot` normalizer
2021-04-21  Maximilian... CLEANUP: uri_normalizer: Remove trailing whitespace
2021-04-21  Maximilian... BUG/MINOR: uri_normalizer: Use delim parameter when...
2021-04-21  Christopher... BUG/MEDIUM: mux-h2: Fix dfl calculation when merging...
2021-04-21  Christopher... BUG/MAJOR: mux-h2: Properly detect too large frames...
2021-04-21  Amaury DenoyelleBUG/MINOR: server: fix potential null gcc error in...
2021-04-21  Willy TarreauCONTRIB: move modsecurity out of the tree
2021-04-21  Willy TarreauCONTRIB: move spoa_server out of the tree
2021-04-21  Amaury DenoyelleMINOR: server: implement delete server cli command
2021-04-21  Amaury DenoyelleMINOR: server: add log on dynamic server creation
2021-04-21  Amaury DenoyelleBUG/MEDIUM: server: ensure thread-safety of server...
2021-04-21  Amaury DenoyelleBUG/MINOR: logs: free logsrv.conf.file on exit
2021-04-21  Amaury DenoyelleBUG/MINOR: server: free srv.lb_nodes in free_server
2021-04-21  Willy TarreauCONTRIB: move spoa_example out of the tree
2021-04-21  Willy TarreauCLEANUP: lists/tree-wide: rename some list operations...
2021-04-20  Tim DuesterhusCLEANUP: sample: Use explicit return for successful...
2021-04-20  Tim DuesterhusCLEANUP: sample: Explicitly handle all possible enum...
2021-04-20  Tim DuesterhusCLEANUP: sample: Improve local variables in sample_conv...
2021-04-20  Willy TarreauCONTRIB: modsecurity: make the code build with the...
2021-04-20  Willy TarreauCONTRIB: modsecurity: import the minimal number of...
2021-04-20  Willy TarreauCONTRIB: mod_defender: make the code build with the...
2021-04-20  Willy TarreauCONTRIB: mod_defender: import the minimal number of...
2021-04-20  Willy TarreauBUG/MINOR: server: make srv_alloc_lb() allocate lb_node...
2021-04-19  Willy TarreauBUILD: pools: fix build with DEBUG_FAIL_ALLOC
2021-04-19  Willy TarreauCLEANUP: pools: declare dummy pool functions to remove...
2021-04-19  Willy TarreauCLEANUP: pools: uninline pool_put_to_cache()
2021-04-19  Willy TarreauCLEANUP: pools: merge pool_{get_from,put_to}_local_cach...
2021-04-19  Willy TarreauCLEANUP: pools: make the local cache allocator fall...
2021-04-19  Willy TarreauMEDIUM: pools: make pool_put_to_cache() always call...
2021-04-19  Willy TarreauMINOR: pools: evict excess objects using pool_evict_fro...
2021-04-19  Willy TarreauMINOR: pools: create unified pool_{get_from,put_to...
2021-04-19  Willy TarreauMEDIUM: pools: make CONFIG_HAP_POOLS control both local...
2021-04-19  Willy TarreauMINOR: pools: factor the release code into pool_put_to_os()
2021-04-19  Willy TarreauMINOR: pools: move pool_free_area() out of the lock...
2021-04-19  Willy TarreauMINOR: pools: always use atomic ops to maintain counters
2021-04-19  Willy TarreauMINOR: pools: split the OS-based allocator in two
2021-04-19  Willy TarreauMINOR: pools: move the fault injector to __pool_alloc()
2021-04-19  Willy TarreauMINOR: pools: use cheaper randoms for fault injections
2021-04-19  Willy TarreauMINOR: tools: add statistical_prng_range() to get a...
2021-04-19  Willy TarreauCLEANUP: pools: rename __pool_free() to pool_put_to_sha...
2021-04-19  Willy TarreauCLEANUP: pools: rename pool_*_{from,to}_cache() to...
2021-04-19  Willy TarreauCLEANUP: pools: rename __pool_get_first() to pool_get_f...
2021-04-19  Willy TarreauCLEANUP: pools: move the lock to the only __pool_get_fi...
2021-04-19  Willy TarreauMINOR: pools: call pool_alloc_nocache() out of the...
2021-04-19  Willy TarreauCLEANUP: pools: re-merge pool_refill_alloc() and __pool...
2021-04-19  Willy TarreauMEDIUM: pools: unify pool_refill_alloc() across all...
2021-04-19  Willy TarreauMINOR: pools: make the basic pool_refill_alloc()/pool_f...
2021-04-19  Willy TarreauMINOR: pools: enable the fault injector in all allocati...
2021-04-19  Willy TarreauMINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_H...
2021-04-19  Willy TarreauMINOR: pool: remove the size field from pool_cache_head
2021-04-19  Willy TarreauMEDIUM: pools: move the cache into the pool header
2021-04-19  Willy TarreauCLEANUP: pools: remove unused arguments to pool_evict_f...
2021-04-19  Willy TarreauMINOR: pools: drop the unused static history of artific...
2021-04-19  Willy TarreauBUG/MINOR: pools/buffers: make sure to always reserve...
2021-04-19  Willy TarreauBUG/MINOR: pools: maintain consistent ->allocated count...
2021-04-19  Tim DuesterhusDOC: Note that URI normalization is experimental
2021-04-19  Tim DuesterhusDOC: Add introduction to http-request normalize-uri
2021-04-19  Tim DuesterhusMEDIUM: http_act: Rename uri-normalizers
2021-04-19  Tim DuesterhusMINOR: uri_normalizer: Add a `percent-upper` normalizer
2021-04-19  Tim DuesterhusMINOR: uri_normalizer: Add a `sort-query` normalizer
2021-04-19  Tim DuesterhusMINOR: uri_normalizer: Add support for supressing leadi...
2021-04-19  Tim DuesterhusMINOR: uri_normalizer: Add a `dotdot` normalizer to...
2021-04-19  Tim DuesterhusMINOR: uri_normalizer: Add a `merge-slashes` normalizer...
2021-04-19  Tim DuesterhusMINOR: uri_normalizer: Add `http-request normalize...
2021-04-19  Tim DuesterhusMINOR: uri_normalizer: Add `enum uri_normalizer_err`
2021-04-19  Tim DuesterhusMINOR: uri_normalizer: Add uri_normalizer module
2021-04-19  Christopher... BUILD: makefile: Redirect stderr to /dev/null when...
next