]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-02-09  Remi Tricot... MINOR: ssl: Remove EC_KEY related calls when creating...
2022-02-09  Remi Tricot... REGTESTS: ssl: Add test for "curves" and "ecdhe" SSL...
2022-02-09  Remi Tricot... MINOR: ssl: Remove EC_KEY related calls when preparing...
2022-02-09  Remi Tricot... MINOR: ssl: Use high level OpenSSL APIs in sha2 converter
2022-02-09  Remi Tricot... CLEANUP: ssl: Remove unused ssl_sock_create_cert function
2022-02-03  Remi Tricot... BUG/MINOR: ssl: Remove empty lines from "show ssl ocsp...
2022-02-02  Frédéric LécailleMINOR: quic: Remove a useless test in quic_get_dgram_dcid()
2022-02-02  Frédéric LécailleMINOR: quic: Wrong datagram buffer passed to quic_lstnr...
2022-02-02  Frédéric LécailleMINOR: quic: Do not modify a marked as consumed datagram
2022-02-02  Ilya ShipitsinREGTESTS: ssl: skip show_ssl_ocspresponse.vtc when...
2022-02-02  Ilya ShipitsinBUILD: ssl: adjust guard for X509_get_X509_PUBKEY(x)
2022-02-02  Christopher... MINOR: httpclient: Don't limit data transfer to 1024...
2022-02-02  Christopher... BUG/MEDIUM: httpclient: Xfer the request when the strea...
2022-02-02  Christopher... BUG/MINOR: httpclient: Revisit HC request and response...
2022-02-02  William LallemandMINOR: mworker/cli: add flags in the prompt
2022-02-02  William LallemandMINOR: mworker/cli: mcli-debug-mode enables every command
2022-02-02  William LallemandBUG/MINOR: mworker/cli: don't display help on master...
2022-02-02  William LallemandCLEANUP: cleanup a commentary in pcli_parse_request()
2022-02-02  William LallemandDOC: management: add expert and experimental mode in...
2022-02-02  William LallemandDOC: management: rework the Master CLI section
2022-02-01  Willy Tarreau[RELEASE] Released version 2.6-dev1 v2.6-dev1
2022-02-01  William LallemandMINOR: mworker/cli: set expert/experimental mode from...
2022-02-01  Willy TarreauBUG/MEDIUM: listener: read-lock the listener during...
2022-02-01  Willy TarreauMINOR: listener: replace the listener's spinlock with...
2022-02-01  Amaury DenoyelleMINOR: mux-quic: release idle conns on process stopping
2022-02-01  Amaury DenoyelleMEDIUM: mux-quic: delay the closing with the timeout
2022-02-01  Amaury DenoyelleMINOR: mux-quic: create a timeout task
2022-02-01  Amaury DenoyelleMINOR: mux-quic: do not consider CONNECTION_CLOSE for...
2022-02-01  Amaury DenoyelleMINOR: mux-quic: properly initialize qcc flags
2022-02-01  Amaury DenoyelleMINOR: mux-quic: add comment
2022-01-31  Willy TarreauDEBUG: fd: make sure we never try to insert/delete...
2022-01-31  Willy TarreauBUILD: makefile: only compute alternative options if...
2022-01-31  Willy TarreauBUILD: makefile: validate support for extra warnings...
2022-01-31  Willy TarreauBUILD: makefile: avoid testing all -Wno-* options when...
2022-01-31  William LallemandRevert "MINOR: mworker: sets used or closed worker...
2022-01-31  Frédéric LécailleMINOR: quic: Do not use connection struct xprt_ctx...
2022-01-31  Frédéric LécailleMINOR: quic: Initialize the connection timer asap
2022-01-31  Frédéric LécailleMINOR: quic: Do not try to accept a connection more...
2022-01-31  Frédéric LécailleMINOR: quic: Do not try to treat 0-RTT packets without...
2022-01-31  Frédéric LécailleMINOR: quic: Try to accept 0-RTT connections
2022-01-31  William LallemandMINOR: mworker: sets used or closed worker FDs to -1
2022-01-29  Tim DuesterhusREGTESTS: Remove REQUIRE_VERSION=1.8 from all tests
2022-01-29  Tim DuesterhusCI: Consistently use actions/checkout@v2
2022-01-28  William LallemandMINOR: mworker: allocate and initialize a mworker_proc
2022-01-28  William LallemandMINOR: mworker: set the master side of ipc_fd in the...
2022-01-28  William LallemandBUG/MINOR: mworker: fix a FD leak of a sockpair upon...
2022-01-28  Willy TarreauBUILD: mworker: include tools.h for platforms without...
2022-01-28  Willy TarreauBUILD: task: use list_to_mt_list() instead of casting...
2022-01-28  Willy TarreauBUILD: tools: fix warning about incorrect cast with...
2022-01-28  Willy TarreauBUILD: tree-wide: mark a few numeric constants as expli...
2022-01-28  Willy TarreauBUILD: mux_fcgi: avoid aliasing of a const struct in...
2022-01-28  Willy TarreauBUILD: server-state: avoid using not-so-portable isblank()
2022-01-28  Willy TarreauBUILD: vars: avoid overlapping field initialization
2022-01-28  Willy TarreauBUILD: checks: fix inlining issue on set_srv_agent_...
2022-01-28  Willy TarreauBUILD: cpuset: do not use const on the source of CPU_AN...
2022-01-28  Willy TarreauBUILD: atomic: make the old HA_ATOMIC_LOAD() support...
2022-01-28  Willy TarreauBUG/MEDIUM: mworker: close unused transferred FDs on...
2022-01-28  Willy TarreauMINOR: sock: move the unused socket cleaning code into...
2022-01-28  Christopher... BUG/MINOR: sink: Use the right field in appctx context...
2022-01-28  Christopher... DEV: flags: Add missing flags
2022-01-28  Christopher... BUG/MEDIUM: resolvers: Really ignore trailing dot in...
2022-01-28  Amaury DenoyelleMINOR: quic: refactor quic CID association with threads
2022-01-28  Frédéric LécailleMINOR: quic: Iterate over all received datagrams
2022-01-28  Frédéric LécailleMINOR: quic: Wrong RX buffer tail handling when no...
2022-01-28  Frédéric LécailleMINOR: quic: Drop Initial packets with wrong ODCID
2022-01-28  David CarlierMEDIUM: da: update module to handle schedule mode.
2022-01-28  David CarlierMEDIUM: da: update doc and build for new scheduler...
2022-01-28  David CarlierMEDIUM: da: new optional data file download scheduler...
2022-01-27  Frédéric LécailleMINOR: quic: Make usage of by datagram handler trees
2022-01-27  Frédéric LécailleMINOR: quic: Attach all the CIDs to the same connection
2022-01-27  Frédéric LécailleMINOR: quic: Do not reset a full RX buffer
2022-01-27  Frédéric LécailleMINOR: quic: Do not consume the RX buffer on QUIC sock...
2022-01-27  Frédéric LécailleMINOR: proto_quic: Wrong allocations for TX rings and...
2022-01-27  Frédéric LécailleCLEANUP: quic: Remove useless definition
2022-01-27  Frédéric LécailleMINOR: quic: Convert quic_dgram_read() into a task
2022-01-27  Frédéric LécailleMINOR: quic: Pass CID as a buffer to quic_get_cid_tid()
2022-01-27  Frédéric LécailleMINOR: proto_quic: Allocate datagram handlers
2022-01-27  Frédéric LécailleMINOR: quic: Allocate QUIC datagrams from sock I/O...
2022-01-27  Frédéric LécailleMINOR: quic: Add a list to QUIC sock I/O handler RX...
2022-01-27  Frédéric LécailleMINOR: quic: Add new defintion about DCIDs offsets
2022-01-27  Frédéric LécailleMINOR: quic: Remove the QUIC haproxy server packet...
2022-01-27  Frédéric LécailleMINOR: quic: Get rid of a struct buffer in quic_lstnr_d...
2022-01-27  Frédéric LécailleMINOR: quic: Comment fix about the token found in Initi...
2022-01-27  Frédéric LécailleMINOR: quic: No DCID length for datagram context
2022-01-27  Willy TarreauBUG/MEDIUM: fd: always align fdtab[] to 64 bytes
2022-01-27  Willy TarreauBUG/MAJOR: compiler: relax alignment constraints on...
2022-01-27  Willy TarreauDEBUG: lru: use a xorshift generator in the testing...
2022-01-27  Willy TarreauBUILD/DEBUG: lru: update the standalone code to support...
2022-01-27  William LallemandCLEANUP: mworker: simplify mworker_free_child()
2022-01-26  Amaury DenoyelleMAJOR: quic: implement accept queue
2022-01-26  Amaury DenoyelleMINOR: listener: define per-thr struct
2022-01-26  Amaury DenoyelleMINOR: quic: create accept queue for QUIC connections
2022-01-26  Amaury DenoyelleMINOR: quic: define QUIC flag on listener
2022-01-26  Amaury DenoyelleMINOR: listener: add flags field
2022-01-26  Amaury DenoyelleMINOR: quic: remove wait handshake/L6 flags on init...
2022-01-26  Amaury DenoyelleMINOR: quic: do not manage connection in xprt snd_buf
2022-01-26  Amaury DenoyelleMEDIUM: quic: flag listener for local accept
2022-01-26  Amaury DenoyelleMINOR: receiver: define a flag for local accept
2022-01-26  Amaury DenoyelleMINOR: quic: refactor app-ops initialization
2022-01-26  Amaury DenoyelleMINOR: quic: handle app data according to mux/connectio...
next