]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-10-12  Willy TarreauMEDIUM: stick-table: make stksess_kill_if_expired(...
2022-10-12  Willy TarreauMEDIUM: stick-table: only take the lock when needed...
2022-10-12  Willy TarreauMINOR: stick-table: move the write lock inside stktable...
2022-10-12  Willy TarreauMINOR: stick-table: do not take an exclusive lock when...
2022-10-12  Willy TarreauMEDIUM: stick-table: switch the table lock to rwlock
2022-10-12  Willy TarreauMINOR: freq_ctr: use the thread's local time whenever...
2022-10-12  Willy TarreauMINOR: plock: support disabling exponential back-off
2022-10-12  Willy TarreauBUG/MAJOR: stick-tables: do not try to index a server...
2022-10-12  Aurelien DARRAGONMINOR: hlua: removing ambiguous lua_pushvalue with...
2022-10-12  Aurelien DARRAGONDOC: configuration: missing 'if' in tcp-request content...
2022-10-12  Aurelien DARRAGONMINOR: hlua: some luaL_checktype() calls were not guard...
2022-10-11  Amaury DenoyelleBUG/MINOR: quic: set IP_PKTINFO socket option for QUIC...
2022-10-11  Willy TarreauCLEANUP: quic/receiver: remove the now unused tx_qring...
2022-10-10  Tim DuesterhusCLEANUP: Reapply strcmp.cocci
2022-10-10  Tim DuesterhusCLEANUP: Reapply ist.cocci (2)
2022-10-10  Amaury DenoyelleMEDIUM: quic: retrieve frontend destination address
2022-10-05  Amaury DenoyelleCLEANUP: quic: fix indentation
2022-10-05  Amaury DenoyelleMINOR: mux-quic: check quic-conn return code on Tx
2022-10-05  Amaury DenoyelleMINOR: quic: limit usage of ssl_sock_ctx in favor of...
2022-10-05  Aurelien DARRAGONBUG/MINOR: hlua: hlua_channel_insert_data() behavior...
2022-10-04  Willy TarreauBUILD: http_fetch: silence an uninitiialized warning...
2022-10-04  Christopher... BUG/MINOR: http-fetch: Update method after a prefetch...
2022-10-04  Willy TarreauMINOR: init: do not try to shrink existing RLIMIT_NOFIlE
2022-10-04  Willy TarreauMINOR: fd: add a new function to only raise RLIMIT_NOFILE
2022-10-04  Willy TarreauBUILD: h1: silence an initiialized warning with gcc...
2022-10-03  Olivier HouchardBUG/MEDIUM: lua: handle stick table implicit arguments...
2022-10-03  Olivier HouchardBUG/MEDIUM: lua: Don't crash in hlua_lua2arg_check...
2022-10-03  Amaury DenoyelleBUG/MINOR: mux-quic: ignore STOP_SENDING for locally...
2022-10-03  Amaury DenoyelleCLEANUP: quic: create a dedicated quic_conn module
2022-10-03  Amaury DenoyelleCLEANUP: quic: remove duplicated varint code from xprt_...
2022-10-03  Amaury DenoyelleCLEANUP: quic: remove unused function prototype
2022-10-03  Amaury DenoyelleCLEANUP: quic: fix headers
2022-10-03  Amaury DenoyelleBUG/MINOR: quic: adjust quic_tls prototypes
2022-10-03  Amaury DenoyelleCLEANUP: quic: remove global var definition in quic_tls...
2022-10-03  Amaury DenoyelleCLEANUP: mux-quic: remove usage of non-standard ull...
2022-10-03  Christopher... DOC: config: Fix pgsql-check documentation to make...
2022-10-03  Fatih AcarBUG/MINOR: checks: update pgsql regex on auth packet
2022-10-03  Willy Tarreau[RELEASE] Released version 2.7-dev7 v2.7-dev7
2022-10-03  Willy TarreauBUG/MINOR: backend: only enforce turn-around state...
2022-10-03  Thierry FournierBUG/MINOR: config: insufficient syntax check of the...
2022-10-03  Willy TarreauBUG/MAJOR: conn-idle: fix hash indexing issues on idle...
2022-10-03  Willy TarreauBUG/MEDIUM: config: count line arguments without derefe...
2022-09-30  Erwan Le GoasBUG/MINOR: config: don't count trailing spaces as empty...
2022-09-30  Aurelien DARRAGONMINOR: hlua: ambiguous lua_pushvalue with 0 index
2022-09-30  Aurelien DARRAGONDOC/CLEANUP: lua-api: removing duplicate date functions doc
2022-09-30  Aurelien DARRAGONBUG/MINOR: hlua: prevent crash when loading numerous...
2022-09-29  William LallemandDOC: management: httpclient can resolve server names...
2022-09-29  Aurelien DARRAGONBUG/MINOR: hlua: _hlua_http_msg_delete incorrect behavi...
2022-09-29  Christopher... MINOR: tools: Impprove hash_ipanon to not hash FD-based...
2022-09-29  Christopher... MINOR: tools: Impprove hash_ipanon to support dgram...
2022-09-29  Erwan Le GoasMINOR: cli: correct commentary and replace 'set global...
2022-09-29  Erwan Le GoasMINOR: config: Add option line when the configuration...
2022-09-29  Erwan Le GoasMINOR: config: Add other keywords when dump the anonymi...
2022-09-29  Erwan Le GoasMINOR: config: correct errors about argument number...
2022-09-29  Erwan Le GoasMINOR: cli: Add an anonymization on a missed element...
2022-09-29  Erwan Le GoasMINOR: cli: use hash_ipanon to anonymized address
2022-09-29  Erwan Le GoasMINOR: tools: modify hash_ipanon in order to use it...
2022-09-29  Erwan Le GoasMINOR: cli: remove error message with 'set anon on...
2022-09-29  Erwan Le GoasMINOR: cli: Add anonymization on a missed element for...
2022-09-28  Aurelien DARRAGONBUG/MINOR: hlua: fixing hlua_http_msg_insert_data behavior
2022-09-28  Aurelien DARRAGONBUG/MINOR: hlua: fixing hlua_http_msg_del_data behavior
2022-09-28  Christopher... Revert "BUG/MINOR: config: don't count trailing spaces...
2022-09-28  Erwan Le GoasBUG/MINOR: config: don't count trailing spaces as empty arg
2022-09-27  William LallemandBUG/MINOR: ring: fix the size check in ring_make_from_a...
2022-09-27  William LallemandDOC: management: add timeout on the "reload" command
2022-09-27  Christopher... BUG/MEDIUM: resolvers: Remove aborted resolutions from...
2022-09-27  Christopher... BUG/MEDIUM: stconn: Reset SE descriptor when we fail...
2022-09-27  Christopher... BUG/MINOR: stream: Perform errors handling in right...
2022-09-27  Willy TarreauCLEANUP: list: fix again some style issues in the recen...
2022-09-24  William LallemandDOC: management: describe the new reload command behavior
2022-09-24  William LallemandMINOR: mworker/cli: the mcli_reload bind_conf only...
2022-09-24  William LallemandMINOR: mworker: stores the mcli_reload bind_conf
2022-09-24  William LallemandMINOR: mworker: mworker_cli_proxy_new_listener() return...
2022-09-24  William LallemandMINOR: mworker: store and shows loading status
2022-09-23  William LallemandMINOR: mworker/cli: replace close() by fd_delete()
2022-09-23  Aurelien DARRAGONBUG/MINOR: hlua: fixing ambiguous sizeof in hlua_load_p...
2022-09-22  William LallemandMEDIUM: mworker/cli: keep the connection of the FD...
2022-09-22  Erwan Le GoasBUG/MINOR: anon: memory illegal accesses in tools.c...
2022-09-22  Thierry FournierMINOR: hlua: Allow argument on lua-lod(-per-thread...
2022-09-21  Thierry FournierBUG/MINOR: hlua: Remove \n in Lua error message built...
2022-09-21  Christopher... CLEANUP: list: Fix mt_list_for_each_entry_safe indentation
2022-09-21  Aurelien DARRAGONMINOR: list: documenting mt_list_for_each_entry_safe...
2022-09-21  wrightlawBUG/MINOR: smtpchk: SMTP Service check should gracefull...
2022-09-21  Christopher... MINOR: smtpchk: Update expect rule to fully match repli...
2022-09-21  Christopher... REGTESTS: 4be_1srv_smtpchk_httpchk_layer47errors: Retur...
2022-09-21  Willy TarreauMINOR: clock: do not update the global date too often
2022-09-21  Willy TarreauMINOR: pollers: only update the local date during busy...
2022-09-21  Willy TarreauMINOR: clock: split local and global date updates
2022-09-20  Aurelien DARRAGONCLEANUP: tools: removing escape_chunk() function
2022-09-20  Aurelien DARRAGONBUG/MINOR: log: improper behavior when escaping log...
2022-09-20  Christopher... BUG/MINOR: mux-h1: Account consumed output data on...
2022-09-20  Amaury DenoyelleBUG/MEDIUM: mux-quic: properly trim HTX buffer on snd_b...
2022-09-20  Amaury DenoyelleMINOR: mux-quic: refactor snd_buf
2022-09-20  Amaury DenoyelleREORG: mux-quic: export HTTP related function in a...
2022-09-20  Amaury DenoyelleREORG: mux-quic: extract traces in a dedicated source...
2022-09-20  Amaury DenoyelleBUG/MINOR: mux-quic: do not keep detached qcs with...
2022-09-20  Willy TarreauOPTIM: hpack-huff: reduce the cache footprint of the...
2022-09-19  Miroslav ZagoracMINOR: httpclient: enabled the use of SNI presets
2022-09-19  Miroslav ZagoracCLEANUP: httpclient: deleted unused variables
2022-09-19  Amaury DenoyelleBUG/MEDIUM: mux-quic: fix nb_hreq decrement
next