]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-04-18  Amaury DenoyelleMINOR: quic: remove uneeded tasklet_wakeup after accept
2023-04-18  Amaury DenoyelleCLEANUP: quic: rename quic_connection_id vars
2023-04-18  Amaury DenoyelleCLEANUP: quic: remove unused qc param on stateless...
2023-04-18  Amaury DenoyelleCLEANUP: quic: remove unused scid_node
2023-04-18  Amaury DenoyelleCLEANUP: quic: remove unused QUIC_LOCK label
2023-04-18  Amaury DenoyelleBUG/MINOR: task: allow to use tasklet_wakeup_after...
2023-04-18  Willy TarreauMINOR: mux-h2: make the max number of concurrent stream...
2023-04-18  Willy TarreauMINOR: mux-h2: make the initial window size configurabl...
2023-04-17  Christopher... MINOR: stconn: Propagate EOS from an applet to the...
2023-04-17  Christopher... MINOR: stconn: Propagate EOS from a mux to the attached...
2023-04-17  Christopher... MINOR: stconn: Add a flag to report EOS at the stream...
2023-04-17  Christopher... BUG/MEDIUM: log: Properly handle client aborts in syslo...
2023-04-17  Christopher... BUG/MEDIUM: http-ana: Properly switch the request in...
2023-04-17  William LallemandMINOR: ssl: remove OpenSSL 1.0.2 mention into certifica...
2023-04-16  Ilya ShipitsinCLEANUP: use "offsetof" where appropriate
2023-04-14  Frédéric LécailleBUG/MINOR: quic: Do not use ack delay during the handshakes
2023-04-14  Christopher... BUG/MINOR: stconn: Don't set SE_FL_ERROR at the end...
2023-04-14  Christopher... MEDIUM: stconn: Rely on SC flags to handle errors inste...
2023-04-14  Christopher... MEDIUM: stream: Stop to use SE flags to detect endpoint...
2023-04-14  Christopher... MEDIUM: stream: Stop to use SE flags to detect read...
2023-04-14  Christopher... MEDIUM: backend: Stop to use SE flags to detect connect...
2023-04-14  Christopher... MEDIUM: tree-wide: Stop to set SE_FL_ERROR from upper...
2023-04-14  Christopher... MINOR: tree-wide: Test SC_FL_ERROR with SE_FL_ERROR...
2023-04-14  Christopher... MINOR: stream: Set SC_FL_ERROR on channels' buffer...
2023-04-14  Christopher... MINOR: backend: Set SC_FL_ERROR on connection error
2023-04-14  Christopher... MINOR: stconn: Add a flag to ack endpoint errors at...
2023-04-14  Christopher... MINOR: stconn: Don't clear SE_FL_ERROR when endpoint...
2023-04-14  Christopher... MEDIUM: stconn: Forbid applets with more to deliver...
2023-04-14  Christopher... MINOR: stconn: Stop to set SE_FL_ERROR on sending path
2023-04-14  Christopher... BUG/MINOR: cli: Don't close when SE_FL_ERR_PENDING...
2023-04-14  Christopher... MINOR: tree-wide: Replace several chn_prod() by the...
2023-04-14  Christopher... MINOR: tree-wide: Replace several chn_cons() by the...
2023-04-14  Christopher... MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown()
2023-04-14  Christopher... MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE
2023-04-14  Christopher... MINOR: channel/stconn: Replace sc_shutr() by sc_abort()
2023-04-14  Christopher... MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE
2023-04-14  Christopher... MINOR: channel/stconn: Replace channel_shutw_now()...
2023-04-14  Christopher... MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED
2023-04-14  Christopher... MINOR: channel/stconn: Replace channel_shutr_now()...
2023-04-14  Christopher... MINOR: stconn: Rename SC_FL_SHUTR_NOW in SC_FL_ABRT_WANTED
2023-04-14  Christopher... MINOR: stream: Introduce stream_abort() to abort on...
2023-04-14  Christopher... MINOR: channel: Forwad close to other side on abort
2023-04-14  Christopher... REGTESTS: fix the race conditions in log_uri.vtc
2023-04-14  Christopher... MINOR: filters: Review and simplify errors handling
2023-04-14  Christopher... MINOR: stream: Uninline and export sess_set_term_flags...
2023-04-14  Christopher... BUG/MEDIUM: stconn: Do nothing in sc_conn_recv() when...
2023-04-14  Christopher... BUG/MEDIUM: stream: Report write timeouts before testin...
2023-04-14  Christopher... BUG/MINOR: stream: Fix test on SE_FL_ERROR on the wrong...
2023-04-14  Ilya ShipitsinCI: enable monthly test on Fedora Rawhide
2023-04-14  Ilya ShipitsinCI: bump "actions/checkout" to v3 for cross zoo matrix
2023-04-13  Frédéric LécailleBUG/MINOR: quic: Wrong Application encryption level...
2023-04-13  Frédéric LécailleMINOR: quic: Remove a useless test about probing in...
2023-04-13  Frédéric LécailleMINOR: quic: Display the packet number space flags...
2023-04-13  Frédéric LécailleBUG/MINOR: quic: SIGFPE in quic_cubic_update()
2023-04-13  Frédéric LécailleBUG/MINOR: quic: Possible wrapped values used as ACK...
2023-04-13  Frédéric LécailleBUG/MEDIUM: quic: Code sanitization about acknowledgeme...
2023-04-13  Frédéric LécailleMINOR: quic: Add connection flags to traces
2023-04-13  Frédéric LécailleBUG/MINOR: quic: Ignored less than 1ms RTTs
2023-04-13  Frédéric LécailleMINOR: quic: Add packet loss and maximum cc window...
2023-04-13  Olivier HouchardBUG/MEDIUM: fd: don't wait for tmask to stabilize if...
2023-04-13  Willy TarreauMINOR: bind-conf: support a new shards value: "by-group"
2023-04-13  Willy TarreauMINOR: receiver: reserve special values for "shards"
2023-04-13  Amaury DenoyelleMINOR: fd: implement fd_migrate_on() to migrate on...
2023-04-13  Willy TarreauMINOR: fd: add a lock bit with the tgid
2023-04-13  Willy TarreauMINOR: fd: optimize fd_claim_tgid() for use in fd_insert()
2023-04-13  Willy TarreauMINOR: thread: keep a bitmask of enabled groups in...
2023-04-13  William LallemandBUG/MINOR: stick_table: alert when type len has incorre...
2023-04-12  Willy TarreauMINOR: activity: add a line reporting the average CPU...
2023-04-11  Frédéric LécailleMINOR: quic: Add a trace for packet with an ACK frame
2023-04-11  Frédéric LécailleMINOR: quic: Dump more information at proto level when...
2023-04-11  Frédéric LécailleMINOR: quic: Modify qc_try_rm_hp() traces
2023-04-11  Frédéric LécailleBUG/MINOR: quic: Wrong packet number space probing...
2023-04-11  Frédéric LécailleMINOR: quic: Trace fix in quic_pto_pktns() (handshaske...
2023-04-11  Christopher... BUG/MEDIUM: mux-h2: Never set SE_FL_EOS without SE_FL_E...
2023-04-11  Christopher... BUG/MEDIUM: mux-h1: Report EOI when a TCP connection...
2023-04-11  Christopher... MINOR: hlua: Stop to check the SC state when executing...
2023-04-11  Christopher... BUG/MEDIUM: resolvers: Force the connect timeout for...
2023-04-11  Christopher... BUG/MINOR: resolvers: Wakeup DNS idle task on stopping
2023-04-11  Christopher... BUG/MEDIUM: dns: Kill idle DNS sessions during stopping...
2023-04-11  Christopher... BUG/MEDIUM: log: Eat output data when waiting for appct...
2023-04-11  Christopher... BUG/MEDIUM: stats: Eat output data when waiting for...
2023-04-11  Christopher... BUG/MEDIUM: http-client: Eat output data when waiting...
2023-04-11  Christopher... BUG/MEDIUM: cli: Eat output data when waiting for appct...
2023-04-11  Christopher... BUG/MEDIUM: cli: Set SE_FL_EOI flag for '_getsocks...
2023-04-08  Willy Tarreau[RELEASE] Released version 2.8-dev7 v2.8-dev7
2023-04-08  Olivier HouchardBUG/MEDIUM: listeners: Use the right parameters for...
2023-04-07  Willy TarreauBUILD: bug.h: add a warning in the base API when unsafe...
2023-04-07  Willy TarreauMINOR: compiler: define a __attribute__warning() macro
2023-04-07  Willy TarreauBUILD: compiler: fix __equals_1() on older compilers
2023-04-07  Willy TarreauCLEANUP: opentracing: remove the last two occurrences...
2023-04-07  Willy TarreauCLEANUP: tree-wide: remove strpcy() from constant strings
2023-04-07  Willy TarreauCLEANUP: ocsp: do no use strpcy() to copy a path!
2023-04-07  Willy TarreauCLEANUP: tcpcheck: remove the only occurrence of sprint...
2023-04-07  Willy TarreauBUG/MINOR: lua: remove incorrect usage of strncat()
2023-04-06  Olivier HouchardMEDIUM: compression: Make it so we can compress request...
2023-04-06  Olivier HouchardMINOR: compression: Count separately request and respon...
2023-04-06  Olivier HouchardMINOR: compression: Store algo and type for both reques...
2023-04-06  Olivier HouchardMINOR: compression: Prepare compression code for reques...
2023-04-06  Olivier HouchardMINOR: compression: Make compression offload a flag
2023-04-06  Christopher... BUG/MUNOR: http-ana: Use an unsigned integer for http_m...
next