haproxy-2.1.git
2020-07-03 Willy TarreauBUILD: haproxy: fix build error when RLIMIT_AS is not set
2020-07-03 Willy TarreauDOC: configuration: fix alphabetical ordering for tune...
2020-07-03 Willy TarreauDOC: configuration: add missing index entries for tune...
2020-07-03 Willy TarreauBUG/MINOR: proxy: always initialize the trash in show...
2020-07-03 Willy TarreauBUG/MINOR: proxy: fix dump_server_state()'s misuse...
2020-07-03 Christopher... BUG/MEDIUM: pattern: Add a trailing \0 to match strings...
2020-07-03 William LallemandDOC: ssl: add "allow-0rtt" and "ciphersuites" in crt...
2020-07-03 Willy TarreauMINOR: cli: make "show sess" stop at the last known...
2020-07-03 Tim DuesterhusBUG/MEDIUM: fetch: Fix hdr_ip misparsing IPv4 addresses...
2020-07-03 William LallemandREGTEST: ssl: add some ssl_c_* sample fetches test
2020-07-03 William LallemandREGTEST: ssl: tests the ssl_f_* sample fetches
2020-07-03 Christopher... MINOR: spoe: Don't systematically create new applets...
2020-07-03 Willy TarreauBUG/MINOR: http_ana: clarify connection pointer check...
2020-07-03 Miroslav ZagoracBUG/MINOR: spoe: correction of setting bits for analyzer
2020-07-03 Christopher... REGTEST: Add a simple script to tests errorfile directi...
2020-07-03 Ryan O'HaraBUG/MINOR: systemd: Wait for network to be online
2020-07-03 Willy TarreauMEDIUM: map: make the "clear map" operation yield
2020-07-03 William LallemandREGTEST: http-rules: test spaces in ACLs with master CLI
2020-07-03 William LallemandREGTEST: http-rules: test spaces in ACLs
2020-07-03 William LallemandBUG/MINOR: mworker/cli: fix semicolon escaping in maste...
2020-07-03 William LallemandBUG/MINOR: mworker/cli: fix the escaping in the master CLI
2020-07-03 Yves LafonBUG/MINOR: cli: allow space escaping on the CLI
2020-07-03 Willy TarreauBUG/MINOR: spoe: add missing key length check before...
2020-07-03 Willy TarreauBUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to...
2020-07-03 Willy TarreauBUG/MINOR: tcp-rules: tcp-response must check the buffe...
2020-07-03 Willy TarreauBUG/MINOR: http: make smp_fetch_body() report that...
2020-06-16 Florian ThamMINOR: http: Add 404 to http-request deny
2020-06-16 Florian ThamMINOR: http: Add 410 to http-request deny
2020-06-15 William LallemandBUG/MEDIUM: ssl: crt-list must continue parsing on...
2020-06-12 William LallemandBUG/MINOR: ssl: fix ssl-{min,max}-ver with openssl...
2020-06-12 Christopher... REGTESTS: Add missing OPENSSL to REQUIRE_OPTIONS for...
2020-06-12 Tim DuesterhusREGTESTS: Add missing OPENSSL to REQUIRE_OPTIONS for...
2020-06-12 Willy TarreauBUILD: make dladdr1 depend on glibc version and not...
2020-06-12 Willy TarreauBUG/MEDIUM: pattern: fix thread safety of pattern matching
2020-06-12 Willy TarreauBUG/MEDIUM: log: don't hold the log lock during writev...
2020-06-09 Christopher... [RELEASE] Released version 2.1.7 v2.1.7
2020-06-08 Christopher... BUG/MAJOR: http-htx: Don't forget to copy error message...
2020-06-08 William Lallemand[RELEASE] Released version 2.1.6 v2.1.6
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-05 Christopher... BUG/MEDIUM: hlua: Lock pattern references to perform...
2020-06-03 Christopher... BUG/MEDIUM: http-htx: Duplicate error messages as raw...
2020-06-03 Christopher... BUG/MEDIUM: lua: Reset analyse expiration timeout befor...
2020-06-03 Emeric BrunBUG/MINOR: peers: fix internal/network key type mapping.
2020-06-03 Willy TarreauSCRIPTS: publish-release: pass -n to gzip to remove...
2020-06-02 William DauchyRevert "BUG/MEDIUM: connections: force connections...
2020-05-29 William Lallemand[RELEASE] Released version 2.1.5 v2.1.5
2020-05-28 Willy TarreauBUG/MINOR: nameservers: fix error handling in parsing...
2020-05-28 Nathan NeulingerBUG/MINOR: lua: Add missing string length for lua stick...
2020-05-28 Emeric BrunBUG/MEDIUM: logs: fix trailing zeros on log message.
2020-05-28 Christopher... REGTESTS: checks: Fix tls_health_checks when IPv6 addre...
2020-05-28 Emeric BrunBUG/MINOR: logs: prevent double line returns in some...
2020-05-28 Christopher... DOC: SPOE is no longer experimental
2020-05-28 Aleksandar... DOC/MINOR: halog: Add long help info for ic flag
2020-05-28 Jerome MagninDOC: retry-on can only be used with mode http
2020-05-25 Christopher... BUG/MINOR: server: Fix server_finalize_init() to avoid...
2020-05-20 Christopher... BUG/MINOR: checks: Respect check-ssl param when a port...
2020-05-20 Willy TarreauBUG/MEDIUM: ring: write-lock the ring while attaching...
2020-05-20 Christopher... BUG/MAJOR: mux-fcgi: Stop sending loop if FCGI stream...
2020-05-20 Christopher... BUG/MINOR: cache: Don't needlessly test "cache" keyword...
2020-05-20 Olivier HouchardBUG/MEDIUM: stream: Only allow L7 retries when using...
2020-05-20 Olivier HouchardBUG/MEDIUM: streams: Remove SF_ADDR_SET if we're retryi...
2020-05-20 Jerome MagninBUILD: select: only declare existing local labels to...
2020-05-20 Willy TarreauBUG/MINOR: soft-stop: always wake up waiting threads...
2020-05-20 William DauchyBUG/MINOR: pollers: remove uneeded free in global init
2020-05-20 Willy TarreauBUG/MINOR: pools: use %u not %d to report pool stats...
2020-05-20 Tim DuesterhusBUG/MINOR: cfgparse: Abort parsing the current line...
2020-05-20 Willy TarreauBUG/MEDIUM: http_ana: make the detection of NTLM varian...
2020-05-20 Willy TarreauBUG/MINOR: http-ana: fix NTLM response parsing again
2020-05-20 Christopher... BUG/MINOR: config: Make use_backend and use-server...
2020-05-20 Adis NezirovicBUG/MEDIUM: lua: Fix dumping of stick table entries...
2020-05-20 Willy TarreauBUG/MINOR: threads: fix multiple use of argument inside...
2020-05-20 Willy TarreauBUG/MINOR: threads: fix multiple use of argument inside...
2020-05-20 Christopher... BUG/MINOR: sample: Set the correct type when a binary...
2020-05-20 William DauchyCLEANUP: connections: align function declaration
2020-05-20 Dragan DosenBUG/MEDIUM: ssl: fix the id length check within smp_fet...
2020-05-20 Christopher... BUG/MEDIUM: h1: Don't compare host and authority if...
2020-05-20 William DauchyBUG/MEDIUM: connections: force connections cleanup...
2020-05-20 Christopher... BUG/MEDIUM: mux-fcgi: Fix wrong test on FCGI_CF_KEEP_CO...
2020-05-20 Christopher... BUG/MEDIUM: mux_fcgi: Free the FCGI connection at the...
2020-05-20 Christopher... BUG/MINOR: checks: Remove a warning about http health...
2020-05-20 Christopher... BUG/MINOR: checks: Compute the right HTTP request lengt...
2020-05-08 Christopher... BUG/MINOR: checks/server: use_ssl member must be signed
2020-05-07 Willy TarreauRevert "BUG/MINOR: connection: make sure to correctly...
2020-05-07 Willy TarreauRevert "BUG/MINOR: connection: always send address...
2020-05-01 Christopher... REGTEST: http-rules: Require PCRE or PCRE2 option to...
2020-05-01 William LallemandREGTEST: ssl: test the client certificate authentication
2020-05-01 Willy TarreauBUILD: Makefile: add linux-musl to TARGET
2020-05-01 Willy TarreauBUILD: tools: rely on __ELF__ not USE_DL to enable...
2020-05-01 Willy TarreauBUILD: tools: unbreak resolve_sym_name() on non-GNU...
2020-05-01 Willy TarreauMINOR: debug: dump the whole trace if we can't spot...
2020-05-01 Willy TarreauMINOR: debug: use our own backtrace function on clang...
2020-05-01 Willy TarreauMINOR: debug: improve backtrace() on aarch64 and possib...
2020-05-01 Willy TarreauMINOR: debug: report the number of entries in the backtrace
2020-05-01 Willy TarreauMINOR: wdt: do not depend on USE_THREAD
next