]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-06-11  Willy TarreauREORG: include: move common/buffer.h to haproxy/dynbuf...
2020-06-11  Willy TarreauREORG: include: move activity to haproxy/
2020-06-11  Willy TarreauREORG: include: move common/chunk.h to haproxy/chunk.h
2020-06-11  Willy TarreauREORG: include: move common/memory.h to haproxy/pool.h
2020-06-11  Willy TarreauMEDIUM: memory: make local pools independent on lockles...
2020-06-11  Willy TarreauMINOR: memory: move pool-specific path of the locked...
2020-06-11  Willy TarreauMEDIUM: memory: don't let pool_put_to_cache() free...
2020-06-11  Willy TarreauMINOR: memory: don't let __pool_get_first() pick from...
2020-06-11  Willy TarreauREORG: memory: move the OS-level allocator to haproxy...
2020-06-11  Willy TarreauREORG: memory: move the pool type definitions to haprox...
2020-06-11  Willy TarreauCLEANUP: pool: include freq_ctr.h and remove locally...
2020-06-11  Willy TarreauREORG: include: move freq_ctr to haproxy/
2020-06-11  Willy TarreauCLEANUP: include: remove excessive includes of common...
2020-06-11  Willy TarreauREORG: include: move integer manipulation functions...
2020-06-11  Willy TarreauREORG: include: move time.h from common/ to haproxy/
2020-06-11  Willy TarreauCLEANUP: thread: rename __decl_hathreads() to __decl_th...
2020-06-11  Willy TarreauREORG: include: split hathreads into haproxy/thread...
2020-06-11  Willy TarreauCLEANUP: threads: remove a few needless includes of...
2020-06-11  Willy TarreauREORG: threads: extract atomic ops from hathreads.h
2020-06-11  Willy TarreauREORG: include: split mini-clist into haproxy/list...
2020-06-11  Willy TarreauREORG: include: move istbuf.h to haproxy/
2020-06-11  Willy TarreauREORG: include: split buf.h into haproxy/buf-t.h and...
2020-06-11  Willy TarreauCLEANUP: debug: drop unused function p_malloc()
2020-06-11  Willy TarreauREORG: include: move debug.h from common/ to haproxy/
2020-06-11  Willy TarreauREORG: include: move the BUG_ON() code to haproxy/bug.h
2020-06-11  Willy TarreauREORG: include: move ist.h from common/ to import/
2020-06-11  Willy TarreauREORG: include: move openssl-compat.h from common/...
2020-06-11  Willy TarreauREORG: include: move base64.h, errors.h and hash.h...
2020-06-11  Willy TarreauREORG: include: move version.h to haproxy/
2020-06-11  Willy TarreauREORG: include: move the base files from common/ to...
2020-06-11  Willy TarreauCLEANUP: include: remove unused common/tools.h
2020-06-11  Willy TarreauREORG: include: move SWAP/MID_RANGE/MAX_RANGE from...
2020-06-11  Willy TarreauREORG: include: move MIN/MAX from tools.h to compat.h
2020-06-11  Willy TarreauCLEANUP: include: remove unused template.h
2020-06-11  Willy TarreauCLEANUP: include: remove common/config.h
2020-06-11  Willy TarreauREORG: include: update all files to use haproxy/api...
2020-06-11  Willy TarreauREORG: include: create new file haproxy/api.h
2020-06-11  Willy TarreauREORG: include: create new file haproxy/api-t.h
2020-06-11  Willy TarreauREORG: ebtree: clean up remains of the ebtree/ directory
2020-06-11  Willy TarreauREORG: ebtree: move the include files from ebtree to...
2020-06-11  Willy TarreauREORG: ebtree: move the C files from ebtree/ to src/
2020-06-09  Tim DuesterhusMINOR: sample: Add secure_memcmp converter
2020-06-08  William LallemandBUG/MINOR: mworker: fix a memleak when execvp() failed
2020-06-08  William LallemandBUG/MINOR: ssl: fix a trash buffer leak in some error...
2020-06-05  William LallemandBUG/MEDIUM: mworker: fix the reload with an -- option
2020-06-05  William LallemandBUG/MINOR: init: -S can have a parameter starting with...
2020-06-05  William LallemandBUG/MINOR: init: -x can have a parameter starting with...
2020-06-05  William LallemandBUG/MEDIUM: mworker: fix the copy of options in copy_argv()
2020-06-05  Christopher... BUG/MEDIUM: contrib/prometheus-exporter: Properly set...
2020-06-03  Christopher... BUG/MINOR: checks: Fix test on http-check rulesets...
2020-06-03  Christopher... BUG/MEDIUM: hlua: Lock pattern references to perform...
2020-06-03  William LallemandDOC: add a line about comments in crt-list
2020-06-03  Christopher... BUG/MEDIUM: lua: Reset analyse expiration timeout befor...
2020-06-03  Christopher... MINOR: mux-h1/proxy: Add a proxy option to disable...
2020-06-02  William LallemandRevert "MINOR: ssl: rework add cert chain to CTX to...
2020-06-02  Willy TarreauCLEANUP: regex: remove outdated support for regex actions
2020-06-02  Emeric BrunBUG/MINOR: peers: fix internal/network key type mapping.
2020-06-02  Willy TarreauBUILD: sink: address build warning on 32-bit architectures
2020-06-02  William LallemandCLEANUP: ssl: remove comment from dump_crtlist_sslconf()
2020-06-02  William LallemandMINOR: ssl: set ssl-min-ver in ambiguous configurations
2020-05-31  Emeric BrunMEDIUM: ring: add new srv statement to support octet...
2020-05-31  Emeric BrunMEDIUM: ring: add server statement to forward messages...
2020-05-31  Emeric BrunBUG/MINOR: error on unknown statement in ring section.
2020-05-31  Emeric BrunMINOR: ring: re-work ring attach generic API.
2020-05-30  Willy TarreauSCRIPTS: publish-release: pass -n to gzip to remove...
2020-05-29  Willy TarreauCLEANUP: pools: use the regular lock for the flush...
2020-05-29  William LallemandMEDIUM: ssl: use TLSv1.2 as the minimum default on...
2020-05-29  Christopher... BUG/MEDIUM: checks: Don't add a tcpcheck ruleset twice...
2020-05-28  Willy TarreauBUG/MINOR: nameservers: fix error handling in parsing...
2020-05-28  Ilya ShipitsinCI: cirrus-ci: skip reg-tests/connection/proxy_protocol...
2020-05-28  Emeric BrunBUG/MEDIUM: logs: fix trailing zeros on log message.
2020-05-28  Nathan NeulingerBUG/MINOR: lua: Add missing string length for lua stick...
2020-05-28  Christopher... MINOR: checks: I/O callback function only rely on the...
2020-05-28  Christopher... BUG/MEDIUM: checks: Don't blindly subscribe for receive...
2020-05-28  Christopher... CLEANUP: http: Remove unused HTTP message templates
2020-05-28  Christopher... MINOR: http-rules: Use an action function to eval http...
2020-05-28  Christopher... MINOR: http-ana: Use proxy's error replies to emit...
2020-05-28  Christopher... MINOR: http-ana: Make the function http_reply_to_htx...
2020-05-27  Tim DuesterhusREGTEST: Add connection/proxy_protocol_send_unique_id_alpn
2020-05-27  Willy TarreauMEDIUM: pools: directly free objects when pools are...
2020-05-27  Willy TarreauMINOR: pools: compute an estimate of each pool's averag...
2020-05-26  Olivier HouchardBUG/MEDIUM: backend: set the connection owner to the...
2020-05-26  Christopher... BUG/MINOR: connection: Always get the stream when avail...
2020-05-26  Christopher... BUG/MEDIUM: connection: Ignore PP2 unique ID for stream...
2020-05-26  Bertrand JacquinBUG/MEDIUM: contrib/spoa: do not register python3.8...
2020-05-26  Christopher... MINOR: checks: Remove useless tests on the connection...
2020-05-26  Christopher... BUG/MEDIUM: checks: Refresh the conn-stream and the...
2020-05-26  Christopher... REGTESTS: Require the version 2.2 to execute lua/set_var
2020-05-26  Christopher... REGTESTS: Add missing OPENSSL to REQUIRE_OPTIONS for...
2020-05-26  Emeric BrunMEDIUM: ring: new section ring to declare custom ring...
2020-05-25  Tim DuesterhusMEDIUM: lua: Add `ifexist` parameter to `set_var`
2020-05-25  Tim DuesterhusMINOR: lua: Make `set_var()` and `unset_var()` return...
2020-05-25  Tim DuesterhusMINOR: vars: Make vars_(un|)set_by_name(_ifexist|)...
2020-05-25  Tim DuesterhusCLEANUP: vars: Remove void vars_unset_by_name(const...
2020-05-25  Tim DuesterhusMINOR: lua: Use vars_unset_by_name_ifexist()
2020-05-25  Tim DuesterhusREGTESTS: Add missing OPENSSL to REQUIRE_OPTIONS for...
2020-05-25  Christopher... REGTESTS: checks: Fix tls_health_checks when IPv6 addre...
2020-05-25  Christopher... MINOR: checks: Remove dead code from process_chk_conn()
2020-05-25  Christopher... BUG/MINOR: http-htx: Fix a leak on error path during...
2020-05-25  Christopher... BUG/MINOR: http-htx: Don't forget to release the http...
next