]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2021-04-19  Christopher... BUG/MINOR: logs: Report the true number of retries...
2021-04-19  Christopher... BUG/MINOR: http_htx: Remove BUG_ON() from http_get_stli...
2021-04-19  Christopher... MINOR: tcp_samples: Be able to call bc_src/bc_dst from...
2021-04-19  Christopher... MINOR: tcp_samples: Add samples to get src/dst info...
2021-04-19  Christopher... BUG/MINOR: http-fetch: Make method smp safe if headers...
2021-04-19  Christopher... BUG/MINOR: ssl-samples: Fix ssl_bc_* samples when calle...
2021-04-19  Christopher... MINOR: connection: Make bc_http_major compatible with...
2021-04-19  Christopher... BUG/MINOR: connection: Fix fc_http_major and bc_http_ma...
2021-04-19  Christopher... MINOR: logs: Add support of checks as session origin...
2021-04-17  Christopher... BUG/MINOR: checks: Set missing id to the dummy checks...
2021-04-17  Christopher... MINOR: threads: Only consider running threads to end...
2021-04-17  Christopher... BUG/MEDIUM: threads: Ignore current thread to end its...
2021-04-15  Remi Tricot... DOC: ssl: Certificate hot update works on server certif...
2021-04-15  Remi Tricot... DOC: ssl: Certificate hot update only works on fronted...
2021-04-15  Ilya ShipitsinCI: travis-ci: enable weekly graviton2 builds
2021-04-15  AlexMINOR: sample: converter: Add json_query converter
2021-04-15  AlexMINOR: sample: converter: Add mjson library.
2021-04-15  Miroslav ZagoracMINOR: opentracing: transfer of context names without...
2021-04-15  Miroslav ZagoracMINOR: opentracing: correct calculation of the number...
2021-04-15  Ilya ShipitsinCI: cirrus: install "pcre" package
2021-04-14  Tim DuesterhusMINOR: ist: Add `istclear(struct ist*)`
2021-04-13  Moemen MHEDHBICLEANUP: sample: align samples list in sample.c
2021-04-13  Moemen MHEDHBIMINOR: sample: add ub64dec and ub64enc converters
2021-04-13  Thayne McCombsBUG/MEDIUM: sample: Fix adjusting size in field converter
2021-04-13  Remi Tricot... DOC: internals: update the SSL architecture schema
2021-04-12  Christopher... MINOR: cfgparse/proxy: Group alloc error handling durin...
next