]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2022-01-26  Amaury DenoyelleMINOR: quic: refactor header protection removal
2022-01-25  Willy TarreauBUILD: pools: fix build error on DEBUG_POOL_TRACING
2022-01-25  Willy TarreauBUILD: debug/cli: condition test of O_ASYNC to its...
2022-01-25  Ilya ShipitsinCI: github actions: use cache for SSL libs
2022-01-24  Willy TarreauMINOR: fd: register the write side of the poller pipe...
2022-01-24  Willy TarreauDEBUG: cli: add a new "debug dev fd" expert command
2022-01-24  Willy TarreauDEBUG: pools: add new build option DEBUG_POOL_TRACING
2022-01-24  Willy TarreauMINOR: pools: extend pool_cache API to pass a pointer...
2022-01-24  Willy TarreauMINOR: pools: prepare POOL_EXTRA to be split into multi...
2022-01-24  Willy TarreauMINOR: pools: partially uninline pool_alloc()
2022-01-24  Willy TarreauMINOR: pools: partially uninline pool_free()
2022-01-24  Amaury DenoyelleMINOR: ssl: fix build in release mode
2022-01-24  Amaury DenoyelleMINOR: quic: initialize ssl_sock_ctx alongside the...
2022-01-24  Amaury DenoyelleMEDIUM: quic/ssl: add new ex data for quic_conn
2022-01-24  Amaury DenoyelleMINOR: quic: set listener accept cb on parsing
2022-01-24  Amaury DenoyelleMINOR: quic: remove dereferencement of connection when...
2022-01-24  Amaury DenoyelleMINOR: quic: fix indentation in qc_send_ppkts
2022-01-24  Amaury DenoyelleMINOR: quic: add missing include in quic_sock
2022-01-21  Willy TarreauDEBUG: pools: add new build option DEBUG_POOL_INTEGRITY
2022-01-21  Frédéric LécailleMINOR: quic: Wrong packet number space selection
2022-01-21  Frédéric LécailleMINOR: quic: Add QUIC_FT_RETIRE_CONNECTION_ID parsing...
2022-01-21  Amaury DenoyelleMINOR: quic: free SSL context on quic_conn free
2022-01-21  Amaury DenoyelleMINOR: quic: fix race-condition on xprt tasklet free
2022-01-21  Amaury DenoyelleMINOR: quic: adjust quic_conn refcount decrement
2022-01-21  Amaury DenoyelleMINOR: quic: do not use quic_conn after dropping it
2022-01-20  Willy TarreauBUG/MINOR: stream: make the call_rate only count the...
2022-01-20  Willy TarreauBUG/MEDIUM: mcli: always realign wrapping buffers befor...
2022-01-20  Willy TarreauBUG/MEDIUM: mcli: do not try to parse empty buffers
2022-01-20  Christopher... BUG/MEDIUM: cli: Never wait for more data on client...
2022-01-20  Frédéric LécailleMINOR: quic: Probe even if coalescing
2022-01-20  Frédéric LécailleMINOR: quic: Release asap TX frames to be transmitted
2022-01-20  Frédéric LécailleMINOR: quic: Release RX Initial packets asap
2022-01-20  Frédéric LécailleMINOR: quic: Speeding up handshake completion
2022-01-20  Frédéric LécailleMINOR: quic: Probe regardless of the congestion control
2022-01-20  Frédéric LécailleMINOR: quic: Send two ack-eliciting packets when probin...
2022-01-20  Frédéric LécailleCLEANUP: quic: Replace <nb_pto_dgrams> by <probe>
2022-01-20  Frédéric LécailleMINOR: quic: Add the number of TX bytes to traces
2022-01-20  Frédéric LécailleMINOR: quic: Splice the frames which could not be added...
next