]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2022-10-14 Aurelien DARRAGONDOC: lua-api: updating toolbox link
2022-10-14 Aurelien DARRAGONDOC/CLEANUP: lua-api: some minor corrections
2022-10-14 Christopher... MINOR: httpclient/lua: Don't set req_payload callback...
2022-10-14 Christopher... BUG/MEDIUM: httpclient: Don't set EOM flag on an empty...
2022-10-14 Frédéric LécailleBUILD: ssl_sock: bind_conf uninitialized in ssl_sock_bi...
2022-10-13 William LallemandDOC: management: update the "reload" command of the...
2022-10-13 Willy TarreauMEDIUM: quic: respect the threads assigned to a bind...
2022-10-13 William LallemandMINOR: mworker/cli: reload command displays the startup...
2022-10-13 William LallemandMINOR: logs: startup-logs can use a shm for logging...
2022-10-13 William LallemandMINOR: buffers: split b_force_xfer() into b_cpy() and...
2022-10-13 William LallemandMINOR: ring: ring_cast_from_area() cast from an allocat...
2022-10-13 Amaury DenoyelleMINOR: quic: implement datagram cleanup for quic_receiv...
2022-10-13 Amaury DenoyelleCLEANUP: quic: improve naming for rxbuf/datagrams handling
2022-10-13 Amaury DenoyelleCLEANUP: quic: remove unused rxbufs member in receiver
2022-10-13 Frédéric LécailleMINOR: quic: Split the secrets key allocation in two...
2022-10-13 Frédéric LécailleBUG/MINOR: quic: Stalled 0RTT connections with big...
2022-10-13 Frédéric LécailleMINOR: quic: Use a non-contiguous buffer for RX CRYPTO...
2022-10-13 Frédéric LécailleMINOR: quic: Extract CRYPTO frame parsing from qc_parse...
2022-10-13 Frédéric LécailleMINOR: quic: New quic_cstream object implementation
2022-10-13 Ilya ShipitsinCI: SSL: temporarily stick to LibreSSL=3.5.3
2022-10-13 Ilya ShipitsinCI: SSL: use proper version generating when "latest...
2022-10-12 Willy TarreauMEDIUM: checks: spread the checks load over random...
2022-10-12 Willy TarreauMINOR: checks: use the lighter PRNG for spread checks
2022-10-12 Willy TarreauBUG/MINOR: server: make sure "show servers state" hides...
2022-10-12 Christopher... BUG/MEDIUM: mux-h1: Handle abort with an incomplete...
2022-10-12 Christopher... BUG/MEDIUM: mux-h1: Add connection error handling when...
2022-10-12 Christopher... MINOR: flags/mux-fcgi: Decode FCGI connection and strea...
2022-10-12 Christopher... REORG: mux-fcgi: Extract flags and enums into mux_fcgi-t.h
2022-10-12 Amaury DenoyelleBUG/MINOR: stick-table: fix build with DEBUG_THREAD
2022-10-12 Willy TarreauMEDIUM: stick-table: requeue the wakeup task out of...
2022-10-12 Willy TarreauMEDIUM: stick-table: always use atomic ops to requeue...
2022-10-12 Willy TarreauMINOR: stick-table: split stktable_store() between...
2022-10-12 Willy TarreauMEDIUM: stick-table: requeue the expiration task out...
2022-10-12 Willy TarreauMEDIUM: stick-table: make stktable_set_entry() look...
2022-10-12 Willy TarreauMEDIUM: stick-table: do not take a lock to update t...
2022-10-12 Willy TarreauMEDIUM: stick-table: make stktable_get_entry() look...
2022-10-12 Willy TarreauMEDIUM: stick-table: switch to rdlock in stktable_looku...
2022-10-12 Willy TarreauMEDIUM: stick-table: free newly allocated stkess if...
2022-10-12 Willy TarreauMEDIUM: stick-table: return inserted entry in __stktabl...
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
next