]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-02-07  Christopher... MINOR: applet: Add an appctx flag to report shutdown...
2024-02-07  Christopher... MINOR: applet: Remove appctx state field to only used...
2024-02-07  Christopher... MINIOR: applet: Add flags to deal with ends of input...
2024-02-07  Christopher... MINOR: applet: Add flags on the appctx and stop abusing...
2024-02-07  Christopher... MINOR: applet: Show IN/OUT buffers in trace messages...
2024-02-07  Christopher... MEDIM: applet: Add the applet handler based on IN/OUT...
2024-02-07  Christopher... MEDIUM: stconn: Add functions to handle applets I/O...
2024-02-07  Christopher... MINOR: applet: Implement default functions to exchange...
2024-02-07  Christopher... MINOR: applet: Add support for callback functions to...
2024-02-07  Christopher... MINOR: applet: Add traces to debug receive/send and...
2024-02-07  Christopher... MINOR: applet: Add dedicated IN/OUT buffers for appctx
2024-02-07  Christopher... MINOR: stconn: Be prepared to handle error when a SC...
2024-02-07  Christopher... MINOR: stconn: Explicitly use an appctx to attach a...
2024-02-07  Christopher... MINOR: stconn: Be able to detect applets using HTX
2024-02-07  Christopher... MINOR: task: Move wait_event in the task header file
2024-02-07  Lukas TribusDOC: install: clarify WolfSSL chroot requirements
2024-02-07  Ilya ShipitsinCI: ssl: add yet another OpenSSL download fallback
2024-02-07  Ilya ShipitsinCI: github: abandon asan matrix.py helper
2024-02-07  Frederic LecailleMINOR: quic: Stop using 1024th of a second.
2024-02-07  Frederic LecailleBUG/MINOR: quic: fix possible integer wrap around in...
2024-02-07  Frederic LecailleCLEANUP: quic: Code clarifications for QUIC CUBIC ...
2024-02-05  Willy TarreauDEBUG: make the "debug dev {debug|warn|check}" command...
2024-02-05  Willy TarreauMINOR: debug: add an optional message argument to the...
2024-02-05  Willy TarreauMINOR: debug: support passing an optional message in...
2024-02-05  Remi Tricot... BUG/MINOR: ssl: Fix error message after ssl_sock_load_o...
2024-02-05  Willy TarreauMINOR: debug: make BUG_ON() catch build errors even...
2024-02-05  Aurelien DARRAGONBUILD: debug: remove leftover parentheses in ABORT_NOW()
2024-02-05  Aurelien DARRAGONMINOR: stream: add "txn.redispatch" fetch
2024-02-05  Aurelien DARRAGONDOC: config: fix ordering for "txn.*" fetches
2024-02-05  Aurelien DARRAGONDOC: config: fix typo for '%ms' log format alternative
2024-02-05  Frederic LecailleBUILD: quic: Variable name typo inside a BUG_ON().
2024-02-05  Frederic LecailleBUG/MINOR: quic: Wrong ack ranges handling when reachin...
2024-02-03  Willy TarreauMINOR: acl: add extra diagnostics about suspicious...
2024-02-03  Willy TarreauBUG/MINOR: diag: run the final diags before quitting...
2024-02-03  Willy TarreauBUG/MINOR: diag: always show the version before dumping...
2024-02-02  Willy TarreauMINOR: debug: make ABORT_NOW() store the caller's line...
2024-02-02  Willy TarreauMINOR: debug: make sure calls to ha_crash_now() are...
2024-02-02  Willy TarreauMINOR: compiler: add a new DO_NOT_FOLD() macro to preve...
2024-02-02  Christopher... REGTESTS: promex: Adapt script to be less verbose
2024-02-02  Christopher... MEDIUM: promex: Add support for filters on metric names
2024-02-02  Christopher... MINOR: promex: Always pass the final name and descripti...
2024-02-02  Christopher... MINOR: promex: Rename dump functions to use the right...
2024-02-02  Christopher... MEDIUM: promex/resolvers: Dump resolvers metrics via...
2024-02-02  Christopher... MEDIUM: promex/stick-table: Dump stick-table metrics...
2024-02-02  Christopher... MEDIUM: promex: Dump metrics of registered modules...
2024-02-02  Christopher... MEDIUM: promex: Add a registration mechanism to support...
2024-02-01  Christopher... MINOR: promex: Remove unsued htx parameter when a metri...
2024-02-01  Christopher... MEDIUM: promex: Simplify the context using generic...
2024-02-01  Christopher... MINOR: promex: Always limit the number of labels dumped...
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.
next