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