haproxy-2.1.git
2020-08-11 Christopher... BUG/MINOR: lua: Check argument type to convert it to...
2020-08-11 Christopher... BUG/MINOR: arg: Fix leaks during arguments validation...
2020-08-11 Christopher... BUG/MINOR: lua: Duplicate map name to load it when...
2020-08-11 Christopher... BUG/MINOR: converters: Store the sink in an arg pointer...
2020-08-11 Christopher... MINOR: arg: Add an argument type to keep a reference...
2020-08-11 Christopher... BUG/MEDIUM: map/lua: Return an error if a map is loaded...
2020-08-11 William LallemandBUG/MEDIUM: ssl: memory leak of ocsp data at SSL_CTX_free()
2020-08-11 William LallemandBUG/MINOR: ssl: fix memory leak at OCSP loading
2020-08-11 Willy TarreauSCRIPTS: git-show-backports: emit the shell command...
2020-08-11 Willy TarreauSCRIPTS: git-show-backports: make -m most only show...
2020-08-05 Christopher... BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after...
2020-07-31 Willy Tarreau[RELEASE] Released version 2.1.8 v2.1.8
2020-07-31 Willy TarreauBUG/MEDIUM: backend: always attach the transport before...
2020-07-30 Willy TarreauSCRIPTS: announce-release: add the link to the wiki...
2020-07-30 Christopher... MINOR: stream-int: Be sure to have a mux to do sends...
2020-07-30 Christopher... MINOR: connection: Preinstall the mux for non-ssl connect
2020-07-30 Christopher... BUG/MINOR: tcp-rules: Set the inspect-delay when a...
2020-07-30 Christopher... BUG/MEDIUM: dns: Don't yield in do-resolve action on...
2020-07-30 Christopher... MEDIUM: lua: Add support for the Lua 5.4
2020-07-27 Christopher... BUG/MINOR: debug: Don't dump the lua stack if it is...
2020-07-27 Baruch SiachBUILD: tools: fix build with static only toolchains
2020-07-24 Christopher... BUG/MEDIUM: mux-h1: Disable the splicing when nothing...
2020-07-24 Christopher... BUG/MEDIUM: mux-h1: Wakeup the H1C in h1_rcv_buf()...
2020-07-23 Christopher... BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING...
2020-07-23 Christopher... BUG/MEDIUM: dns: Release answer items when a DNS resolu...
2020-07-23 Christopher... BUG/MAJOR: dns: Make the do-resolve action thread-safe
2020-07-21 Emeric BrunBUG/MEDIUM: resolve: fix init resolving for ring and...
2020-07-21 Willy TarreauBUG/MINOR: cfgparse: don't increment linenum on incompl...
2020-07-21 Willy TarreauBUILD: thread: add parenthesis around values of locking...
2020-07-21 Willy TarreauMINOR: pools: increase MAX_BASE_POOLS to 64
2020-07-21 Olivier HouchardBUG/MINOR: threads: Don't forget to init each thread...
2020-07-21 Christopher... REGEST: Add reg tests about error files
2020-07-20 Willy TarreauBUILD: ebtree: fix build on libmusl after recent introd...
2020-07-17 Christopher... BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when...
2020-07-17 Willy TarreauBUG/MEDIUM: server: fix possibly uninitialized state...
2020-07-17 Ilya ShipitsinBUG/MEDIUM: server: resolve state file handle leak...
2020-07-17 Harris KaufmannBUG/MEDIUM: fcgi-app: fix memory leak in fcgi_flt_http_...
2020-07-17 Emeric BrunBUG/MEDIUM: log: issue mixing sampled to not sampled...
2020-07-17 Christopher... BUG/MINOR: mux-fcgi: Set flags on the right stream...
2020-07-17 Christopher... BUG/MINOR: mux-fcgi: Set conn state to RECORD_P when...
2020-07-17 Christopher... BUG/MINOR: mux-fcgi: Handle empty STDERR record
2020-07-17 Christopher... BUG/MEDIUM: mux-h1: Continue to process request when...
2020-07-17 Willy TarreauCONTRIB: da: fix memory leak in dummy function da_atlas...
2020-07-17 Willy TarreauBUG/MEDIUM: lists: add missing store barrier in MT_LIST...
2020-07-17 Willy TarreauBUG/MEDIUM: lists: add missing store barrier on MT_LIST...
2020-07-17 Tim DuesterhusBUG/MINOR: sample: Free str.area in smp_check_const_meth
2020-07-17 Tim DuesterhusBUG/MINOR: sample: Free str.area in smp_check_const_bool
2020-07-17 Willy TarreauDOC: configuration: remove obsolete mentions of H2...
2020-07-07 Anthonin BonnefoyMINOR: http: Add support for http 413 status
2020-07-07 Christopher... BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client...
2020-07-07 Christopher... BUG/MEDIUM: connection: Continue to recv data to a...
2020-07-07 Willy TarreauMINOR: connection: move the CO_FL_WAIT_ROOM cleanup...
2020-07-07 Christopher... BUG/MEDIUM: mux-h1: Subscribe rather than waking up...
2020-07-07 Christopher... MINOR: mux-h1: Improve traces about the splicing
2020-07-07 Christopher... BUG/MEDIUM: mux-h1: Disable splicing for the conn-strea...
2020-07-07 Christopher... BUG/MINOR: mux-h1: Disable splicing only if input data...
2020-07-07 Christopher... BUG/MINOR: mux-h1: Don't read data from a pipe if the...
2020-07-07 Christopher... BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode
2020-07-03 Tim DuesterhusBUG/MINOR: http_act: don't check capture id in backend (2)
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
next