]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2022-10-27 Amaury DenoyelleMINOR: quic: add counter for interrupted reception
2022-10-27 William LallemandMINOR: ssl: dump the SSL string error when SSL_CTX_use_...
2022-10-27 Aurelien DARRAGONBUG/MINOR: log: fixing bug in tcp syslog_io_handler...
2022-10-26 Amaury DenoyelleBUG/MINOR: quic: fix subscribe operation
2022-10-26 Amaury DenoyelleMINOR: quic: remove unnecessary quic_session_accept()
2022-10-25 Christopher... BUG/MAJOR: stick-table: don't process store-response...
2022-10-25 William LallemandMEDIUM: ssl: be stricter about chain error
2022-10-25 William LallemandMINOR: ssl: add the SSL error string before the chain
2022-10-25 William LallemandMINOR: ssl: add the SSL error string when failing to...
2022-10-24 Christopher... BUG/MINOR: sink: Set default connect/server timeout...
2022-10-24 Christopher... BUG/MINOR: sink: Only use backend capability for the...
2022-10-24 Emeric BrunMINOR: peers: handle multiple resync requests using...
2022-10-24 Frédéric LécailleMINOR: peers: Support for peer shards
2022-10-24 Amaury DenoyelleMINOR: quic: display unknown error sendto counter on...
2022-10-24 Amaury DenoyelleMINOR: quic: do not crash on unhandled sendto error
2022-10-24 Christopher... BUG/MEDIUM: compression: handle rewrite errors when...
2022-10-21 Amaury DenoyelleBUG/MINOR: mux-quic: complete flow-control for uni...
2022-10-21 Aurelien DARRAGONMINOR: list: adding MT_LIST_APPEND_LOCKED macro
2022-10-21 Aurelien DARRAGONDOC/MINOR: list: fixing MT_LIST_LOCK_ELT macro document...
2022-10-21 Aurelien DARRAGONMINOR: list: fixing typo in MT_LIST_LOCK_ELT
2022-10-21 William LallemandMINOR: mworker/cli: does no try to dump the startup...
2022-10-21 William LallemandCLEANUP: mworker/cli: rename the status function to...
2022-10-21 William LallemandDOC: lua: add a note about compression w/ httpclient
2022-10-21 William LallemandBUILD: Makefile: add "USE_SHM_OPEN" on the linux-musl...
2022-10-21 William LallemandCI: github: dump the backtrace of coredumps in the...
2022-10-20 William LallemandREGTESTS: httpclient/lua: test the lua task timeout...
2022-10-20 William LallemandBUG/MEDIUM: httpclient: check if the httpclient was...
2022-10-20 William LallemandBUG/MEDIUM: httpclient/lua: crash when the lua task...
2022-10-20 Christopher... BUG/MINOR: ring: Properly parse connect timeout
2022-10-20 Christopher... BUG/MINOR: log: Preserve message facility when the...
2022-10-19 Amaury DenoyelleMINOR: quic: extend Retry token check function
2022-10-19 Amaury DenoyelleMINOR: quic: refactor packet drop on reception
2022-10-19 Amaury DenoyelleMINOR: quic: split and rename qc_lstnr_pkt_rcv()
2022-10-19 Amaury DenoyelleMINOR: quic: extract connection retrieval
2022-10-19 Amaury DenoyelleMINOR: quic: define first packet flag
2022-10-19 Amaury DenoyelleMINOR: quic: extend pn_offset field from quic_rx_packet
2022-10-19 Amaury DenoyelleMINOR: quic: add version field on quic_rx_packet
2022-10-18 Amaury DenoyelleBUG/MINOR: quic: fix buffer overflow on retry token...
2022-10-18 Frédéric LécailleBUILD: quic: Fix build for m68k cross-compilation
2022-10-17 Amaury DenoyelleBUILD: ssl_sock: fix null dereference for QUIC build
2022-10-17 Thierry FournierBUG/MEDIUM: httpclient: segfault when the httpclient...
2022-10-17 Ilya ShipitsinBUILD: scripts: disable tests build on QuicTLS build
2022-10-14 Frédéric LécailleBUILD: quic: QUIC mux build fix for 32-bit build
2022-10-14 Willy Tarreau[RELEASE] Released version 2.7-dev8 v2.7-dev8
2022-10-14 Tim DuesterhusCI: Replace the deprecated `::set-output` command by...
2022-10-14 Tim DuesterhusCI: Replace the deprecated `::set-output` command by...
2022-10-14 William LallemandDOC: management: "show startup-logs" for master CLI
2022-10-14 William LallemandDOC: management: add forgotten "show startup-logs"
2022-10-14 Aurelien DARRAGONDOC/CLEANUP: lua-api: removing duplicate core.proxies...
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...
next