haproxy-2.3.git
2021-04-28 Emeric BrunBUG/MEDIUM: peers: stop considering ack messages teachi...
2021-04-28 Emeric BrunBUG/MEDIUM: peers: register last acked value as origin...
2021-04-28 Emeric BrunBUG/MEDIUM: peers: initialize resync timer to get an...
2021-04-28 Christopher... BUG/MINOR: applet: Notify the other side if data were...
2021-04-28 Christopher... BUG/MINOR: htx: Preserve HTX flags when draining data...
2021-04-28 Christopher... BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI...
2021-04-23 Christopher... [RELEASE] Released version 2.3.10 v2.3.10
2021-04-23 Emeric BrunBUG/MEDIUM: peers: re-work refcnt on table to protect...
2021-04-23 Emeric BrunBUG/MEDIUM: peers: re-work connection to new process...
2021-04-23 Emeric BrunBUG/MINOR: peers: remove useless table check if initial...
2021-04-23 Christopher... BUG/MEDIUM: mux-h2: Properly handle shutdowns when...
2021-04-23 William LallemandBUG/MINOR: mworker: don't use oldpids[] anymore for...
2021-04-23 William LallemandBUG/MINOR: mworker/init: don't reset nb_oldpids in...
2021-04-23 Amaury DenoyelleBUG/MEDIUM: config: fix cpu-map notation with both...
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: free srv.lb_nodes in free_server
2021-04-21 Christopher... BUG/MINOR: mux-h1: Release idle server H1 connection...
2021-04-21 Christopher... BUG/MINOR: logs: Report the true number of retries...
2021-04-21 Christopher... BUG/MINOR: http_htx: Remove BUG_ON() from http_get_stli...
2021-04-21 Christopher... BUG/MINOR: http-fetch: Make method smp safe if headers...
2021-04-21 Christopher... BUG/MINOR: ssl-samples: Fix ssl_bc_* samples when calle...
2021-04-21 Christopher... MINOR: connection: Make bc_http_major compatible with...
2021-04-21 Christopher... BUG/MINOR: connection: Fix fc_http_major and bc_http_ma...
2021-04-21 Christopher... MINOR: logs: Add support of checks as session origin...
2021-04-21 Christopher... BUG/MINOR: checks: Set missing id to the dummy checks...
2021-04-21 Christopher... BUG/MEDIUM: threads: Ignore current thread to end its...
2021-04-21 Remi Tricot... DOC: ssl: Certificate hot update only works on fronted...
2021-04-21 Thayne McCombsBUG/MEDIUM: sample: Fix adjusting size in field converter
2021-04-21 Christopher... MINOR: No longer rely on deprecated sample fetches...
2021-04-21 Julien PivottoDOC: clarify that compression works for HTTP/2
2021-04-12 Thayne McCombsBUG/MINOR: tools: fix parsing "us" unit for timers
2021-04-12 Willy TarreauCONTRIB: halog: fix issue with array of type char
2021-04-12 William LallemandREGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken
2021-04-06 Christopher... DOC: Explicitly state only IPv4 are supported by forwar...
2021-04-02 William LallemandREGTESTS: ssl: "set ssl cert" and multi-certificates...
2021-03-31 Remi Tricot... BUG/MINOR: ssl: Add missing free on SSL_CTX in ckch_ins...
2021-03-31 Willy TarreauBUG/MINOR: http_fetch: make hdr_ip() resistant to empty...
2021-03-31 Remi Tricot... BUG/MINOR: ssl: Prevent removal of crt-list line if...
2021-03-31 Remi Tricot... BUG/MINOR: ssl: Fix update of default certificate
2021-03-31 Willy TarreauBUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on...
2021-03-31 Willy TarreauBUG/MINOR: tcp: fix silent-drop workaround for IPv6
2021-03-30 Willy TarreauBUILD: backend: fix build breakage in idle conn locking fix
2021-03-30 Willy Tarreau[RELEASE] Released version 2.3.9 v2.3.9
2021-03-30 Willy TarreauBUG/MEDIUM: time: make sure to always initialize the...
2021-03-30 Florian ApollonerBUG/MINOR: stats: Apply proper styles in HTML status...
2021-03-30 Christopher... BUG/MINOR: payload: Wait for more data if buffer is...
2021-03-30 Willy TarreauMEDIUM: backend: use a trylock to grab a connection...
2021-03-30 Willy TarreauBUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent
2021-03-25 Willy Tarreau[RELEASE] Released version 2.3.8 v2.3.8
2021-03-25 Willy TarreauBUG/MINOR: http_fetch: make hdr_ip() reject trailing...
2021-03-25 Willy TarreauMINOR: tools: make url2ipv4 return the exact number...
2021-03-25 Christopher... BUG/MEDIUM: thread: Fix a deadlock if an isolated threa...
2021-03-25 Olivier HouchardBUG/MEDIUM: fd: Take the fd_mig_lock when closing if...
2021-03-24 Willy TarreauCLEANUP: fd: remove unused fd_set_running_excl()
2021-03-24 Willy TarreauBUG/MEDIUM: fd: do not wait on FD removal in fd_delete()
2021-03-24 Willy TarreauMINOR: fd: remove the unneeded running bit from fd_insert()
2021-03-24 Willy TarreauMINOR: fd: make fd_clr_running() return the remaining...
2021-03-24 Christopher... BUG/MEDIUM: lua: Always init the lua stack before refer...
2021-03-24 Christopher... BUG/MEDIUM: debug/lua: Use internal hlua function to...
2021-03-24 Christopher... MINOR: lua: Slightly improve function dumping the lua...
2021-03-24 Ilya ShipitsinBUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_e...
2021-03-24 Remi Tricot... BUG/MINOR: ssl: Prevent disk access when using "add...
2021-03-23 Christopher... BUG/MEDIUM: debug/lua: Don't dump the lua stack if...
2021-03-23 Christopher... MEDIUM: lua: Use a per-thread counter to track some...
2021-03-23 Eric SalamaMINOR/BUG: mworker/cli: do not use the unix_bind prefix...
2021-03-23 Emeric BrunBUG/MINOR: protocol: add missing support of dgram unix...
2021-03-23 Willy TarreauBUG/MEDIUM: freq_ctr/threads: use the global_now_ms...
2021-03-23 Willy TarreauMINOR: time: also provide a global, monotonic global_no...
2021-03-22 Christopher... BUG/MEDIUM: mux-fcgi: Fix locking of idle_conns lock...
2021-03-18 Willy TarreauBUG/MINOR: freq_ctr/threads: make use of the last updat...
2021-03-18 Willy TarreauMINOR: time: export the global_now variable
2021-03-16 Christopher... [RELEASE] Released version 2.3.7 v2.3.7
2021-03-16 Christopher... BUG/MINOR: resolvers: Add missing case-insensitive...
2021-03-16 Christopher... MINOR: resolvers: Don't try to match immediatly renewed...
2021-03-16 Christopher... MINOR: resolvers: Use milliseconds for cached items...
2021-03-16 Christopher... BUG/MEDIUM: resolvers: Skip DNS resolution at startup...
2021-03-16 Christopher... BUG/MEDIUM: resolvers: Don't release resolution from...
2021-03-16 Christopher... MINOR: resolvers: Directly call srvrq_update_srv_state...
2021-03-16 Christopher... MINOR: resolvers: Add function to change the srv status...
2021-03-16 Christopher... MINOR: resolvers: Purge answer items when a SRV resolut...
2021-03-16 Christopher... MINOR: resolvers: Use a function to remove answers...
2021-03-16 Christopher... BUG/MEDIUM: resolvers: Trigger a DNS resolution if...
2021-03-16 Christopher... BUG/MINOR; resolvers: Ignore DNS resolution for expired...
2021-03-16 Baptiste AssmannMINOR: resolvers: new function find_srvrq_answer_record()
2021-03-16 Christopher... BUG/MEDIUM: resolvers: Fix the loop looking for an...
2021-03-16 Christopher... BUG/MEDIUM: resolvers: Don't set an address-less server...
2021-03-16 Christopher... BUG/MINOR: resolvers: Unlink DNS resolution to set...
2021-03-16 Christopher... BUG/MINOR: resolvers: Reset server address on DNS error...
2021-03-16 Christopher... BUG/MINOR: resolvers: Consider server to have no IP...
2021-03-16 Christopher... Revert "BUG/MINOR: resolvers: Only renew TTL for SRV...
2021-03-16 Willy TarreauCLEANUP: tcp-rules: add missing actions in the tcp...
2021-03-12 Christopher... BUG/MINOR: tcpcheck: Fix double free on error path...
2021-03-12 Christopher... BUG/MINOR: session: Add some forgotten tests on session...
2021-03-12 Christopher... BUG/MINOR: proxy/session: Be sure to have a listener...
2021-03-12 Christopher... BUG/MINOR: tcpcheck: Update .health threshold of agent...
2021-03-12 Christopher... BUG/MEDIUM: filters: Set CF_FL_ANALYZE on channels...
2021-03-12 Willy TarreauBUILD: atomic/arm64: force the register pairs to use...
2021-03-12 Emeric BrunBUG/MEDIUM: stick-tables: fix ref counter in table...
2021-03-10 Willy TarreauOPTIM: task: automatically adjust the default runqueue...
next