haproxy-3.0.git
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...
2023-04-21 Willy TarreauMINOR: listener: make accept_queue index atomic
2023-04-21 Willy TarreauMEDIUM: config: permit to start a bind on multiple...
2023-04-21 Willy TarreauMINOR: proto: skip socket setup for duped FDs
2023-04-21 Willy TarreauMEDIUM: proto: duplicate receivers marked RX_F_MUST_DUP
2023-04-21 Willy TarreauMINOR: receiver: add RX_F_MUST_DUP to indicate that...
2023-04-21 Willy TarreauMINOR: receiver: add a struct shard_info to store info...
2023-04-21 Willy TarreauMINOR: listener: support another thread dispatch mode...
2023-04-21 Willy TarreauMINOR: quic_sock: index li->per_thr[] on local thread...
2023-04-21 Willy TarreauMINOR: quic: support migrating the listener as well
2023-04-21 Aurelien DARRAGONMINOR: server/event_hdl: prepare for server event data...
2023-04-21 Aurelien DARRAGONMEDIUM: server: split srv_update_status() in two functions
2023-04-21 Aurelien DARRAGONMINOR: server: pass adm and op cause to srv_update_status()
2023-04-21 Aurelien DARRAGONCLEANUP: server: fix srv_set_{running, stopping, stoppe...
2023-04-21 Aurelien DARRAGONCLEANUP: server: remove unused variables in srv_update_...
2023-04-21 Aurelien DARRAGONMINOR: server: change srv_op_st_chg_cause storage type
2023-04-21 Aurelien DARRAGONMINOR: server: srv_append_status refacto
2023-04-21 Aurelien DARRAGONMINOR: server: change adm_st_chg_cause storage type
2023-04-21 Aurelien DARRAGONMINOR: server: propagate lb changes through srv_lb_prop...
2023-04-21 Aurelien DARRAGONMINOR: server: propagate server state change to lb...
2023-04-21 Aurelien DARRAGONMINOR: server: central update for server counters on...
2023-04-21 Aurelien DARRAGONBUG/MINOR: server: don't use date when restoring last_c...
2023-04-21 Aurelien DARRAGONBUG/MINOR: server: don't miss server stats update on...
2023-04-21 Aurelien DARRAGONBUG/MINOR: server: don't miss proxy stats update on...
2023-04-21 Aurelien DARRAGONMINOR: server: explicitly commit state change in srv_up...
2023-04-21 Aurelien DARRAGONBUG/MINOR: server: incorrect report for tracking server...
2023-04-21 Aurelien DARRAGONDOC: lua: restore 80 char limitation
next