]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-05-03  Willy TarreauDEBUG: cli: add "debug dev task" to show/wake/expire...
2023-05-03  Willy TarreauMINOR: debug: clarify "debug dev stream" help message
2023-05-03  Willy TarreauBUG/MINOR: stream/cli: fix stream age calculation in...
2023-05-02  William LallemandMINOR: ssl: disable CRL checks with WolfSSL when no...
2023-05-02  Abhijeet RastogiREGTESTS: add success test, "set server" via fqdn
2023-05-02  Tim DuesterhusBUG/MINOR: stats: fix typo in `TotalSplicedBytesOut...
2023-04-28  Willy Tarreau[RELEASE] Released version 2.8-dev9 v2.8-dev9
2023-04-28  Amaury DenoyelleMINOR: proxy: factorize send rate measurement
2023-04-28  Amaury DenoyelleMINOR: quic: use real sending rate measurement
2023-04-28  Aleksandar... MINOR: sample: Add bc_rtt and bc_rttvar
2023-04-28  Willy TarreauMINOR: clock: replace the timeval start_time with start...
2023-04-28  Willy TarreauMEDIUM: clock: replace timeval "now" with integer ...
2023-04-28  Willy TarreauMINOR: clock: do not use now.tv_sec anymore
2023-04-28  Willy TarreauMINOR: checks: use a nanosecond counters instead of...
2023-04-28  Willy TarreauMINOR: activity: use nanoseconds, not timeval to comput...
2023-04-28  Willy TarreauMINOR: stats: use nanoseconds, not timeval to compute...
2023-04-28  Willy TarreauMEDIUM: tree-wide: replace timeval with nanoseconds...
2023-04-28  Willy TarreauMINOR: spoe: switch the timeval-based timestamps to...
2023-04-28  Willy TarreauMINOR: time: replace calls to tv_ms_elapsed() with...
2023-04-28  Willy TarreauMINOR: time: add conversions to/from nanosecond timestamps
2023-04-28  Willy TarreauBUG/MINOR: stats: report the correct start date in...
2023-04-28  Christopher... BUG/MEDIUM: tcpcheck: Don't eval custom expect rule...
2023-04-28  Christopher... BUG/MINOR: resolvers: Use sc_need_room() to wait more...
2023-04-28  Christopher... BUG/MINOR: stconn: Fix SC flags with same value
2023-04-28  Christopher... BUG/MEDIUM: spoe: Don't start new applet if there are...
2023-04-27  Willy TarreauBUG/MINOR: hlua: return wall-clock date, not internal...
2023-04-27  Willy TarreauBUG/MINOR: trace: show wall-clock date, not internal...
2023-04-27  Willy TarreauBUG/MINOR: calltrace: fix 'now' being used in place...
2023-04-27  Willy TarreauRevert "BUG/MINOR: clock: fix a few occurrences of...
2023-04-27  Willy TarreauBUG/MINOR: opentracing: use 'date' instead of 'now...
2023-04-27  Willy TarreauBUG/MINOR: activity: show wall-clock date, not internal...
2023-04-27  Willy TarreauBUG/MINOR: spoe: use "date" not "now" in debug messages
2023-04-26  Willy TarreauBUG/MINOR: clock: fix a few occurrences of 'now' being...
2023-04-26  Ilia ShipitsinBUILD: ssl: switch LibreSSL to Fastly CDN
2023-04-26  Ilia ShipitsinCI: switch to Fastly CDN to download LibreSSL
2023-04-26  Amaury DenoyelleBUG/MINOR: quic: fix race on quic_conns list during...
2023-04-26  Amaury DenoyelleMINOR: quic: finalize affinity change as soon as possible
2023-04-26  Amaury DenoyelleMINOR: mux-quic: do not allocate Tx buf for empty STREA...
2023-04-26  Amaury DenoyelleMINOR: mux-quic: do not set buffer for empty STREAM...
2023-04-26  Amaury DenoyelleBUG/MINOR: quic: prevent buggy memcpy for empty STREAM
2023-04-26  Amaury DenoyelleBUG/MEDIUM: mux-quic: improve streams fairness to preve...
2023-04-26  Amaury DenoyelleBUG/MEDIUM: mux-quic: do not emit RESET_STREAM for...
2023-04-26  William LallemandMINOR: acme.sh: add the deploy script for acme.sh in...
2023-04-26  Willy TarreauDEV: h2: support reading frame payload from a file
2023-04-26  Willy TarreauDEV: h2: add a script "mkhdr" to build h2 frames from...
2023-04-25  Willy TarreauDEBUG: crash using an invalid opcode on aarch64 instead...
2023-04-25  Willy TarreauDEBUG: crash using an invalid opcode on x86/x86_64...
2023-04-24  Frédéric LécailleCLEANUP: quic: Rename several <buf> variables into...
2023-04-24  Frédéric LécailleCLEANUP: quic: Rename <buf> variable into qc_parse_hd_f...
2023-04-24  Frédéric LécailleCLEANUP: quic: Rename <buf> variable into quic_packet_r...
2023-04-24  Frédéric LécailleCLEANUP: quic: Rename several <buf> variables at low...
2023-04-24  Frédéric LécailleCLEANUP: quic: Rename quic_get_dgram_dcid() <buf> variable
2023-04-24  Frédéric LécailleCLEANUP: quic: Make qc_build_pkt() be more readable
2023-04-24  Frédéric LécailleCLEANUP: quic: Rename <buf> variable for several low...
2023-04-24  Frédéric LécailleCLEANUP: quic: Rename <buf> variable into quic_rx_pkt_p...
2023-04-24  Frédéric LécailleCLEANUP: quic: Rename <buf> variable into quic_padding_...
2023-04-24  Frédéric LécailleCLEANUP: quic: Rename <buf> variable to <token> in...
2023-04-24  Frédéric LécailleCLEANUP: quic: Remove useless parameters passes to...
2023-04-24  Amaury DenoyelleCLEANUP: quic: rename frame variables
2023-04-24  Amaury DenoyelleCLEANUP: quic: rename frame types with an explicit...
2023-04-24  Frédéric LécailleBUG/MINOR: quic: Useless I/O handler task wakeups ...
2023-04-24  Frédéric LécailleBUG/MINOR: quic: Useless probing retransmission in...
2023-04-24  Frédéric LécailleBUG/MINOR: quic: Possible leak during probing retransmi...
2023-04-24  Frédéric LécailleBUG/MINOR: quic: Possible memory leak from TX packets
2023-04-24  Frédéric LécailleMINOR: quic: Move traces at proto level
2023-04-23  Willy Tarreau[RELEASE] Released version 2.8-dev8 v2.8-dev8
2023-04-23  Willy TarreauMEDIUM: listener: switch the default sharding to by...
2023-04-23  Willy TarreauMINOR: listener: add a new global tune.listener.default...
2023-04-23  Willy TarreauMINOR: listener: do not restrict CLI to first group...
2023-04-23  Willy TarreauMINOR: protocol: perform a live check for SO_REUSEPORT...
2023-04-23  Willy TarreauMINOR: sock: add a function to check for SO_REUSEPORT...
2023-04-23  Willy TarreauMINOR: protocol: add a function to check if some featur...
2023-04-23  Willy TarreauMINOR: listener: automatically adjust shards based...
2023-04-23  Willy TarreauMINOR: protocol: move the global reuseport flag to...
2023-04-23  Willy TarreauMINOR: protocol: add a flags field to store info about...
2023-04-23  Willy TarreauMEDIUM: peers: call bind_complete_thread_setup() to...
2023-04-23  Willy TarreauMINOR: proxy: make proxy_type_str() recognize peers...
2023-04-23  Willy TarreauREORG: listener: move the bind_conf's thread setup...
2023-04-23  Willy TarreauCLEANUP: protocol: move the nb_receivers to plug a...
2023-04-23  Willy TarreauCLEANUP: protocol: move the l3_addrlen to plug a hole...
2023-04-23  Willy TarreauBUILD: proto_tcp: export the correct names for proto_tc...
2023-04-23  Willy TarreauBUILD: sock_inet: forward-declare struct receiver
2023-04-23  Willy TarreauBUG/MINOR: config: fix NUMA topology detection on FreeBSD
2023-04-23  Willy TarreauBUG/MINOR: tools: check libssl and libcrypto separately
2023-04-23  Willy TarreauBUG/MINOR: sock_inet: use SO_REUSEPORT_LB where available
2023-04-23  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2023-04-23  Ilya ShipitsinCI: extend spellchecker whitelist, add "clen" as well
2023-04-23  Ilya ShipitsinREGTESTS: remove unsupported "stats bind-process" keyword
2023-04-23  Ilya ShipitsinCI: cirrus-ci: bump FreeBSD image to 13-1
2023-04-23  Willy TarreauBUG/MINOR: cli: clarify error message about stats bind...
2023-04-22  Tim DuesterhusCLEANUP: Stop checking the pointer before calling ...
2023-04-22  Tim DuesterhusCLEANUP: Stop checking the pointer before calling ...
2023-04-22  Tim DuesterhusCLEANUP: Stop checking the pointer before calling ...
2023-04-22  Tim DuesterhusCLEANUP: Stop checking the pointer before calling ...
2023-04-22  Tim DuesterhusMINOR: Make `tasklet_free()` safe to be called with...
2023-04-21  Willy TarreauMINOR: listener: always compare the local thread as...
2023-04-21  Willy TarreauMINOR: listener: make sure to avoid ABA updates in...
2023-04-21  Willy TarreauMINOR: listener: resync with the thread index before...
2023-04-21  Willy TarreauMINOR: listener: use a common thr_idx from the referenc...
2023-04-21  Willy TarreauMEDIUM: listener: rework thread assignment to consider...
next