]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-09-21  Willy TarreauBUG/MINOR: server: shut down streams under thread isolation
2024-09-20  Willy TarreauMEDIUM: cfgparse: warn about deprecated use of duplicat...
2024-09-20  Willy TarreauOPTIM: cfgparse: speed up duplicate server detection
2024-09-20  Willy TarreauMEDIUM: cfgparse: drop duplicate named defaults section...
2024-09-20  Willy TarreauMINOR: proxy: add a list of orphaned defaults sections
2024-09-20  Willy TarreauBUG/MINOR: cfgparse: detect another uncaught case of...
2024-09-20  Willy TarreauCLEANUP: cfgparse: factor proxy vs log-forward collisions
2024-09-19  Willy TarreauMINOR: proxy: use the global file names for conf->file
2024-09-19  Willy TarreauCLEANUP: stick-table: make the file location point...
2024-09-19  Willy TarreauMINOR: tools: add minimal file name management
2024-09-18  Willy Tarreau[RELEASE] Released version 3.1-dev8 v3.1-dev8
2024-09-18  Willy TarreauMEDIUM: cfgparse: detect collisions between defaults...
2024-09-18  Willy TarreauMEDIUM: cfgparse: warn about colliding names between...
2024-09-18  Willy TarreauBUILD: cebtree: silence a bogus gcc warning on impossib...
2024-09-18  Amaury DenoyelleBUG/MINOR: mux-quic: report glitches to session
2024-09-17  Damien ClaisseDOC: management: add init-state to add server keywords
2024-09-17  Willy TarreauMEDIUM: cfgparse: warn about proxies having the same...
2024-09-17  Willy TarreauBUG/MINOR: cfgparse: detect incorrect overlap of same...
2024-09-17  Aurelien DARRAGONBUG/MINOR: cfgparse-listen: fix option httpslog overrid...
2024-09-17  Aurelien DARRAGONBUG/MINOR: fix missing "'option httpslog' overrides...
2024-09-17  Aurelien DARRAGONBUG/MINOR: fix missing "log-format overrides previous...
2024-09-17  Willy TarreauMEDIUM: clock: don't compute before_poll when using...
2024-09-17  Willy TarreauMEDIUM: clock: use the monotonic clock for idle time...
2024-09-17  Willy TarreauMEDIUM: clock: opportunistically use CLOCK_MONOTONIC...
2024-09-17  Willy TarreauMEDIUM: clock: collect the monotonic time in clock_loca...
2024-09-17  Willy TarreauMINOR: clock: test all clock_gettime() return values
2024-09-16  Christopher... BUG/MEDIUM: promex: Wait to have the request before...
2024-09-16  Christopher... BUG/MEDIUM: cache/stats: Wait to have the request befor...
2024-09-16  Christopher... BUG/MEDIUM: sc_strm/applet: Wake applet after a success...
2024-09-16  Christopher... DOC: configuration: Remove dangerous directives from...
2024-09-16  Christopher... MINOR: proxy: Rename accept-invalid-http-* options
2024-09-16  Christopher... DOC: config: Explicitly list relaxing rules for accept...
2024-09-16  Aurelien DARRAGONBUG/MINOR: peers: local entries updates may not be...
2024-09-15  Willy TarreauOPTIM: vars: use multiple name heads in the vars struct
2024-09-15  Willy TarreauOPTIM: vars: use a cebtree instead of a list for variab...
2024-09-15  Willy TarreauIMPORT: import cebtree (compact elastic binary trees)
2024-09-15  Willy TarreauMINOR: vars: remove the emptiness tests in callers...
2024-09-15  Willy TarreauOPTIM: vars: inline vars_prune() to avoid many calls
2024-09-15  Willy TarreauOPTIM: vars: remove the unneeded lock in vars_prune_*
2024-09-15  Willy TarreauOPTIM: sample: don't check casts for samples of same...
2024-09-13  Willy TarreauBUG/MEDIUM: queue: implement a flag to check for the...
2024-09-12  Willy TarreauBUG/MINOR: clock: validate that now_offset still applie...
2024-09-12  Willy TarreauBUG/MINOR: clock: make time jump corrections a bit...
2024-09-12  Willy TarreauBUG/MINOR: polling: fix time reporting when using busy...
2024-09-12  Christopher... MEDIUM: h1: Accept invalid T-E values with accept-inval...
2024-09-10  Willy TarreauDOC: server: document what to check for when adding...
2024-09-10  Damien ClaisseMINOR: server: allow init-state for dynamic servers
2024-09-10  Willy TarreauREGTESTS: shorten a bit the delay for the h1/h2 upgrade...
2024-09-10  Willy TarreauBUG/MINOR: pattern: do not leave a leading comma on...
2024-09-09  Willy TarreauREGTESTS: fix random failures with wrong_ip_port_loggin...
2024-09-09  Christopher... BUG/MINOR: h1-htx: Don't flag response as bodyless...
2024-09-09  Christopher... BUG/MAJOR: mux-h1: Wake SC to perform 0-copy forwarding...
2024-09-09  William LallemandMEDIUM: ssl/cli: "dump ssl cert" allow to dump a certif...
2024-09-09  Aurelien DARRAGONBUG/MEDIUM: pattern: prevent UAF on reused pattern...
2024-09-09  Aurelien DARRAGONBUG/MEDIUM: pattern: prevent uninitialized reads in...
2024-09-09  Aurelien DARRAGONBUG/MINOR: pattern: prevent const sample from being...
2024-09-08  Willy TarreauBUG/MEDIUM: clock: detect and cover jumps during execution
2024-09-06  Christopher... REGTESTS: h1/h2: Update script testing H1/H2 protocol...
2024-09-06  Christopher... BUG/MEDIUM: mux-h1/mux-h2: Reject upgrades with payload...
2024-09-06  Christopher... MINOR: mux-h1: Set EOI on SE during demux when both...
2024-09-06  Willy TarreauDOC: configuration: place the HAPROXY_HTTP_LOG_FMT...
2024-09-05  Willy Tarreau[RELEASE] Released version 3.1-dev7 v3.1-dev7
2024-09-05  Aaron KuehlerMEDIUM: server: add init-state
2024-09-04  Willy TarreauBUG/MEDIUM: clock: also update the date offset on time...
2024-09-04  Willy TarreauDEV: patchbot: detect commit IDs starting with 7 chars
2024-09-04  Willy TarreauDEV: patchbot: add direct links to show only specific...
2024-09-04  Willy TarreauDEV: patchbot: count the number of backported/non-backp...
2024-09-03  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2024-09-03  Christopher... BUG/MEDIUM: mux-pt: Fix condition to perform a shutdown...
2024-09-03  Frederic LecailleBUG/MINOR: Crash on O-RTT RX packet after dropping...
2024-09-03  Willy TarreauBUG/MINOR: mux-spop: always clear MUX_MFULL and DEM_MRO...
2024-09-03  Willy TarreauBUG/MAJOR: mux-h2: always clear MUX_MFULL and DEM_MROOM...
2024-09-03  Willy TarreauMINOR: mux-h2: try to clear DEM_MROOM and MUX_MFULL...
2024-09-03  Christopher... BUG/MEDIUM: mux-h1: Properly handle empty message when...
2024-09-03  Frederic LecailleBUG/MINOR: quic: unexploited retransmission cases for...
2024-09-02  Christopher... BUG/MEDIUM: cli: Always release back endpoint between...
2024-09-02  Christopher... BUG/MEDIUM: mux-pt: Never fully close the connection...
2024-09-02  Christopher... MEDIUM: bwlim: Use a read-lock on the sticky session...
2024-09-02  Christopher... MEDIUM: stick-table: Add support of a factor for IN...
2024-09-02  Frederic LecailleBUG/MINOR: quic: Crash from trace dumping SSL eary...
2024-08-30  AperenceMEDIUM: protocol: add MPTCP per address support
2024-08-30  AperenceMEDIUM: sock: use protocol when creating socket
2024-08-30  AperenceMINOR: server: add a alt_proto field for server
2024-08-30  AperenceMINOR: tools: extend str2sa_range to add an alt parameter
2024-08-30  Willy TarreauBUILD: quic: fix build errors on FreeBSD since recent...
2024-08-30  Frederic LecailleBUG/MEDIUM: quic: always validate sender address on...
2024-08-30  Frederic LecailleMINOR: quic: Add trace for QUIC_EV_CONN_IO_CB event.
2024-08-30  Frederic LecailleMINOR: quic: Implement qc_ssl_eary_data_accepted().
2024-08-30  Frederic LecailleMINOR: quic: Modify NEW_TOKEN frame structure (qf_new_t...
2024-08-30  Frederic LecailleBUG/MINOR: quic: Missing incrementation in NEW_TOKEN...
2024-08-30  Frederic LecailleMINOR: quic: Token for future connections implementation.
2024-08-30  Frederic LecailleMINOR: quic: Implement quic_tls_derive_token_secret().
2024-08-30  Frederic LecailleMINOR: tools: Implement ipaddrcpy().
2024-08-30  Nicolas CARPiCLEANUP: mqtt: fix typo in MQTT_REMAINING_LENGHT_MAX_SIZE
2024-08-30  Nicolas CARPiCLEANUP: haproxy: fix typos in code comment
2024-08-30  Christopher... BUG/MINIR: proxy: Match on 429 status when trying to...
2024-08-28  Christopher... BUG/MEDIUM: stream: Prevent mux upgrades if client...
2024-08-28  Christopher... BUG/MEDIUM: mux-h2: Set ES flag when necessary on 0...
2024-08-28  Christopher... MINOR: proxy: Add support of 429-Too-Many-Requests...
2024-08-26  William LallemandMEDIUM: ssl/sample: add ssl_fc_sigalgs_bin sample fetch
next