]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-02-01  Christopher... DOC: promex: Add documentation about extra-counters
2024-02-01  Christopher... MEDIUM: promex: Dump listeners extra counters if requested
2024-02-01  Christopher... MEDIUM: promex: Dump servers extra counters if requested
2024-02-01  Christopher... MEDIUM: promex: Dump backends extra counters if requested
2024-02-01  Christopher... MEDIUM: promex: Dump frontends extra counters if requested
2024-02-01  Christopher... MINOR: promex: Add info in the promex context to dump...
2024-02-01  Christopher... MINOR: promex: Add a param to override the description...
2024-02-01  Christopher... MEDIUM: stats: Be able to access a specific field into...
2024-02-01  Christopher... MINOR: stats: Be able to access to registered stats...
2024-02-01  Aurelien DARRAGONMEDIUM: tcp-act/backend: support for set-bc-{mark,tos...
2024-02-01  Aurelien DARRAGONMEDIUM: tcp-act: <expr> support for set-fc-{mark,tos...
2024-02-01  Aurelien DARRAGONMINOR: hlua: Rename set_{tos, mark} to set_fc_{tos...
2024-02-01  Aurelien DARRAGONMINOR: tcp-act: Rename "set-{mark,tos}" to "set-fc...
2024-02-01  Aurelien DARRAGONMINOR: tcp_act: fix alphabetical ordering of tcp reques...
2024-02-01  Aurelien DARRAGONOPTIM: connection: progressive hash for conn_calculate_...
2024-02-01  Aurelien DARRAGONCLEANUP: connection: remove obsolete comment in header...
2024-01-31  Amaury DenoyelleMINOR: mux-quic: realign Tx buffer if possible
2024-01-31  Amaury DenoyelleMEDIUM: mux-quic: properly handle conn Tx buf exhaustion
2024-01-31  Amaury DenoyelleMEDIUM: mux-quic: release Tx buf on too small room
2024-01-31  Amaury DenoyelleMEDIUM: mux-quic: simplify sending API
2024-01-31  Amaury DenoyelleMAJOR: mux-quic: remove intermediary Tx buffer
2024-01-31  Amaury DenoyelleMINOR: mux-quic: check fctl during STREAM frame build
2024-01-31  Amaury DenoyelleMINOR: mux-quic: remove unneeded sent-offset fields
2024-01-31  Amaury DenoyelleMEDIUM: mux-quic: limit conn flow control on snd_buf
2024-01-31  Amaury DenoyelleMEDIUM: mux-quic: limit stream flow control on snd_buf
2024-01-31  Amaury DenoyelleMINOR: mux-quic: define a flow control related type
2024-01-31  Amaury DenoyelleMINOR: mux-quic: prepare for earlier flow control update
2024-01-31  Amaury DenoyelleBUG/MINOR: ssl/quic: fix 0RTT define
2024-01-31  Willy TarreauCLEANUP: h1: remove unused function h1_measure_trailers()
2024-01-31  Willy TarreauBUG/MEDIUM: h1: always reject the NUL character in...
2024-01-31  Willy TarreauBUG/MINOR: h1-htx: properly initialize the err_pos...
2024-01-31  Lukas TribusDOC: httpclient: add dedicated httpclient section
2024-01-31  William LallemandMEDIUM: ssl/quic: always compile the ssl_conf.early_dat...
2024-01-31  William LallemandMINOR: ssl: rename HA_OPENSSL_HAVE_0RTT_SUPPORT constan...
2024-01-31  William LallemandMINOR: ssl: add HAVE_SSL_0RTT constant
2024-01-30  Christopher... BUG/MEDIUM: h1: Don't support LF only to mark the end...
2024-01-30  Christopher... BUG/MINOR: h1: Don't support LF only at the end of...
2024-01-30  Miroslav ZagoracCLEANUP: log: deinitialization of the log buffer in...
2024-01-29  Amaury DenoyelleBUG/MEDIUM: quic: fix crash on invalid qc_stream_buf_fr...
2024-01-29  Amaury DenoyelleBUG/MEDIUM: qpack: allow 6xx..9xx status codes
2024-01-29  Amaury DenoyelleBUG/MEDIUM: h3: do not crash on invalid response status...
2024-01-29  Amaury DenoyelleMINOR: h3: add traces for stream sending function
2024-01-29  Olivier HouchardBUG/MAJOR: ssl_sock: Always clear retry flags in read...
2024-01-29  Thayne McCombsDOC: configuration: clarify http-request wait-for-body
2024-01-26  Willy Tarreau[RELEASE] Released version 3.0-dev2 v3.0-dev2
2024-01-26  Willy TarreauRevert "CI: enable spell check on git push"
2024-01-26  Willy TarreauBUILD: deviceatlas: fix empty "-I" left on CFLAGS
2024-01-26  Willy TarreauBUILD: deviceatlas: remove unneeded depenency on libcur...
2024-01-26  David CarlierBUILD/MEDIUM: deviceatlas: updating the addon part.
2024-01-26  David CarlierDOC: deviceatlas: update to be in line with the v3...
2024-01-26  David CarlierBUILD/MEDIUM: deviceatlas: addon build rework.
2024-01-26  Willy TarreauBUILD: makefile: also define cmd_CXX to pretty-print...
2024-01-26  Ilya ShipitsinCI: enable spell check on git push
2024-01-26  Ilya ShipitsinCI: extend spell check white list
2024-01-26  Ilya ShipitsinCLEANUP: fix spelling of "elemt"
2024-01-26  Amaury DenoyelleBUG/MEDIUM: quic: remove unsent data from qc_stream_des...
2024-01-26  Amaury DenoyelleMINOR: quic: extract qc_stream_buf free in a dedicated...
2024-01-25  Frederic LecailleMINOR: quic: Stop hardcoding a scale shifting value...
2024-01-25  Frederic LecailleCLEANUP: quic: Remove unused CUBIC_BETA_SCALE_FACTOR_SH...
2024-01-25  Frederic LecailleBUG/MINOR: quic: newreno QUIC congestion control algori...
2024-01-24  Remi Tricot... BUG/MEDIUM: cache: Fix crash when deleting secondary...
2024-01-24  Aurelien DARRAGONCLEANUP: hlua: fix indent, remove extra return in hlua_...
2024-01-24  Aurelien DARRAGONBUG/MINOR: hlua: fix uninitialized var in hlua_core_get...
2024-01-24  Frederic LecailleBUILD: quic: Fix build error when building QUIC against...
2024-01-24  Frederic LecailleBUILD: quic: Fix build error when building QUIC against...
2024-01-24  Willy TarreauBUILD: quic: fix build error when using the compatibili...
2024-01-24  Willy TarreauBUG/MINOR: jwt: fix jwt_verify crash on 32-bit archs
2024-01-24  Emeric BrunBUG/MEDIUM: cli: some err/warn msg dumps add LR into...
2024-01-23  Frederic LecailleMINOR: quic: Correctly wait for the completion of hands...
2024-01-23  Frederic LecailleMINOR: ssl_sock: Early data disabled during SSL_CTX...
2024-01-23  Frederic LecailleMINOR: quic: Enable early data at SSL session level...
2024-01-23  Frederic LecailleMINOR: quic: Transport parameters encoding without...
2024-01-21  Willy TarreauBUILD: stick-table: fix build error on 32-bit platforms
2024-01-18  Willy TarreauMINOR: connection: add sample fetches to report per...
2024-01-18  Willy TarreauMINOR: mux-h2: implement MUX_CTL_GET_GLITCHES
2024-01-18  Willy TarreauMINOR: connection: add a new mux_ctl to report number...
2024-01-18  Willy TarreauMINOR: mux-h2: add a counter of "glitches" on a connection
2024-01-18  Willy TarreauMINOR: mux-h2/traces: add a missing trace on connection...
2024-01-18  Willy TarreauBUG/MEDIUM: mux-h2: refine connection vs stream error...
2024-01-18  Aurelien DARRAGONDOC: configuration: fix set-dst in actions keywords...
2024-01-18  Aurelien DARRAGONMINOR: vars: fix indentation in var_clear_buffer()
2024-01-16  Frederic LecailleBUG/MEDIUM: quic: keylog callback not called (USE_OPENS...
2024-01-12  Willy TarreauBUG/MINOR: mux-h2: also count streams for refused ones
2024-01-12  Willy TarreauDEV: h2: support hex-encoded data sequences in mkhdr
2024-01-12  Willy TarreauDEV: h2: add support for multiple flags in mkhdr
2024-01-12  William LallemandDOC: INSTALL: require at least WolfSSL 5.6.6
2024-01-12  William LallemandCI: github: update wolfSSL to 5.6.6
2024-01-12  William LallemandMEDIUM: ssl: implements 'default-crt' keyword for bind...
2024-01-12  William LallemandDOC: configuration: update configuration on how to...
2024-01-12  William LallemandREORG: ssl: move 'generate-certificates' code to ssl_ge...
2024-01-12  William LallemandMEDIUM: ssl: does not use default_ctx for 'generate...
2024-01-12  William LallemandMEDIUM: ssl: generate '*' SNI filters for default certi...
2024-01-12  William LallemandMEDIUM: ssl: allow multiple fallback certificate to...
2024-01-12  Amaury DenoyelleBUG/MINOR: mux-quic: do not prevent non-STREAM sending...
2024-01-12  Amaury DenoyelleBUILD: quic: missing include for quic_tp
2024-01-12  Ilya ShipitsinCLEANUP: fix spelling of "occured" in src/h3.c
2024-01-12  Ilya ShipitsinCI: codespell: add more words to whitelist
2024-01-12  Ilya ShipitsinCI: codespell: ignore some words in URLs
2024-01-11  Willy TarreauMEDIUM: http: add the ability to redefine http-err...
2024-01-11  Willy TarreauMEDIUM: http_act: check status codes against the bit...
next