]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-01-04  Amaury DenoyelleBUG/MEDIUM: h3: fix incorrect snd_buf return value
2024-01-04  Frédéric LécailleBUILD: quic: Missing quic_ssl.h header protection
2024-01-04  Frédéric LécailleCLEANUP: quic: Remaining useless code into server part
2024-01-02  Amaury DenoyelleREGTESTS: check attach-srv out of order declaration
2024-01-02  Amaury DenoyelleBUG/MINOR: server: fix server_find_by_name() usage...
2024-01-02  Willy TarreauMINOR: debug: add features and build options to "show...
2024-01-02  Willy TarreauMINOR: global: export a way to list build options
2024-01-02  Dragan DosenMEDIUM: udp: allow to retrieve the frontend destination...
2024-01-02  Dragan DosenMINOR: tcpcheck: export proxy_parse_tcpcheck()
2024-01-02  Dragan DosenMINOR: backend: export get_server_*() functions
2024-01-02  Aurelien DARRAGONMEDIUM: server: simplify snr_set_srv_down() to prevent...
2024-01-02  Aurelien DARRAGONCLEANUP: resolvers: remove some more unused RSLV_UDP...
2024-01-02  Aurelien DARRAGONCLEANUP: resolvers: remove unused RSLV_UPD_OBSOLETE_IP...
2024-01-02  Aurelien DARRAGONCLEANUP: server: remove ambiguous check in srv_update_a...
2024-01-02  Ilya ShipitsinCI: use semantic version compare for determing "latest...
2024-01-02  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2024-01-02  Aurelien DARRAGONMINOR: stktable: stktable_data_ptr() cannot fail in...
2023-12-22  Amaury DenoyelleRevert "MINOR: mux-quic: Disable zero-copy forwarding...
2023-12-22  Amaury DenoyelleBUG/MINOR: h3: disable fast-forward on buffer alloc...
2023-12-22  Amaury DenoyelleBUG/MINOR: h3: close connection on sending alloc errors
2023-12-22  Amaury DenoyelleBUG/MINOR: h3: close connection on header list too big
2023-12-22  Amaury DenoyelleMINOR: h3: check connection error during sending
2023-12-21  Frédéric LécailleBUG/MINOR: quic: Missing call to TLS message callbacks
2023-12-21  Frédéric LécailleBUG/MINOR: quic: Wrong keylog callback setting.
2023-12-21  Amaury DenoyelleBUG/MINOR: mux-quic: disable fast-fwd if connection...
2023-12-21  Amaury DenoyelleMEDIUM: mux-quic: add BUG_ON if sending on locally...
2023-12-21  Amaury DenoyelleBUG/MINOR: mux-quic: always report error to SC on RESET...
2023-12-21  Amaury DenoyelleDOC: fix typo for fastfwd QUIC option
2023-12-21  Aurelien DARRAGONMINOR: map: add map_*_key converters to provide the...
2023-12-21  Aurelien DARRAGONMINOR: stktable: use {show,set,clear} table with ptr
2023-12-21  Aurelien DARRAGONMINOR: stktable: add table_process_entry helper function
2023-12-21  Aurelien DARRAGONDOC: config: add context hint for server keywords
2023-12-21  Aurelien DARRAGONMINOR: peers: rely on srv->addr and remove peer->addr
2023-12-21  Aurelien DARRAGONCLEANUP: peers: remove unused "proto" and "xprt" struct...
2023-12-21  Aurelien DARRAGONCLEANUP: peers: remove unused sock_init_arg struct...
2023-12-21  Aurelien DARRAGONMEDIUM: peers: use server as stream target
2023-12-21  Aurelien DARRAGONBUG/MEDIUM: server/dns: perform svc_port updates atomic...
2023-12-21  Aurelien DARRAGONBUG/MINOR: server/dns: use server_set_inetaddr() to...
2023-12-21  Aurelien DARRAGONMEDIUM: server/dns: clear RMAINT when addr resolves...
2023-12-21  Aurelien DARRAGONMINOR: server: add dns hint in server_inetaddr_updater...
2023-12-21  Aurelien DARRAGONMINOR: server/event_hdl: expose updater info through...
2023-12-21  Aurelien DARRAGONMEDIUM: server: make server_set_inetaddr() updater...
2023-12-21  Aurelien DARRAGONMINOR: resolvers: add unique numeric id to nameservers
2023-12-21  Aurelien DARRAGONCLEANUP: resolvers: remove duplicate func prototype
2023-12-21  Aurelien DARRAGONCLEANUP: server: remove unused server_parse_addr_change...
2023-12-21  Aurelien DARRAGONMEDIUM: server: merge srv_update_addr() and srv_update_...
2023-12-21  Aurelien DARRAGONCLEANUP: server/event_hdl: remove purge_conn hint in...
2023-12-21  Aurelien DARRAGONMINOR: server: ensure connection cleanup on server...
2023-12-21  Aurelien DARRAGONBUG/MINOR: server/event_hdl: propagate map port info...
2023-12-21  Aurelien DARRAGONMINOR: server/event_hdl: update _srv_event_hdl_prepare_...
2023-12-21  Aurelien DARRAGONMINOR: server/event_hdl: add server_inetaddr struct...
2023-12-21  Aurelien DARRAGONOPTIM: server: ebtree lookups for findserver_unique_...
2023-12-21  Aurelien DARRAGONOPTIM: server: eb lookup for server_find_by_name()
2023-12-21  Aurelien DARRAGONMINOR: proxy: monitor-uri works with tcp->http upgrades
2023-12-21  Aurelien DARRAGONMEDIUM: proxy: set PR_O_HTTP_UPG on implicit upgrades
2023-12-21  Aurelien DARRAGONBUG/MEDIUM: stats: unhandled switching rules with TCP...
2023-12-21  Aurelien DARRAGONMINOR: stats: store the parent proxy in stats ctx ...
2023-12-21  Christopher... BUG/MAJOR: stconn: Disable zero-copy forwarding if...
2023-12-20  Amaury DenoyelleMINOR: h3: use INTERNAL_ERROR code for init failure
2023-12-20  Amaury DenoyelleBUG/MINOR: h3: properly handle alloc failure on finalize
2023-12-20  Amaury DenoyelleMINOR: h3: add traces for connection init stage
2023-12-20  Amaury DenoyelleMINOR: mux-quic: adjust error code in init failure
2023-12-20  Amaury DenoyelleMINOR: mux-quic: use qcc_release in case of init failure
2023-12-20  Amaury DenoyelleMINOR: mux-quic: remove qcc_shutdown() from qcc_release()
2023-12-20  Christopher... BUG/MINOR: server: Use the configured address family...
2023-12-20  Amaury DenoyelleMINOR: h3: remove quic_conn only reference
2023-12-19  Willy TarreauDEV: patchbot: allow to show/hide backported patches
2023-12-19  Willy TarreauDEV: patchbot: use checked buttons as reference instead...
2023-12-19  Christopher... DOC: config: Update documentation about local haproxy...
2023-12-18  Christopher... BUG/MEDIUM: mux-h2: Don't report error on SE for closed...
2023-12-18  Christopher... BUG/MEDIUM: mux-h2: Don't report error on SE if error...
2023-12-18  Christopher... BUG/MEDIUM: mux-h2: Only Report H2C error on read error...
2023-12-18  Christopher... BUG/MEDIUM: mux-h2: Switch pending error to error if...
2023-12-18  Willy TarreauDEV: patchbot: add the AI-based bot to pre-select candi...
2023-12-18  Willy TarreauSCRIPTS: mk-patch-list: produce a list of patches
2023-12-18  William LallemandBUG/MINOR: resolvers: default resolvers fails when...
2023-12-15  Willy TarreauDOC: config: also add arguments to the converters in...
2023-12-15  Willy TarreauDOC: config: add arguments to sample fetch methods...
2023-12-14  Amaury DenoyelleBUG/MEDIUM: mux-quic: report early error on stream
2023-12-13  Christopher... BUG/MEDIUM: mux-h2: Report too large HEADERS frame...
2023-12-13  Christopher... CLEANUP: mux-h1: Fix a trace message about C-L header...
2023-12-13  Christopher... BUG/MEDIUM: mux-h1: Explicitly skip request's C-L heade...
2023-12-13  Christopher... BUG/MEDIUM: mux-h1: Cound data from input buf during...
2023-12-13  Christopher... BUG/MEDIUM: stconn: Block zero-copy forwarding if EOS...
2023-12-13  Frédéric LécailleBUG/MEDIUM: quic: QUIC CID removed from tree without...
2023-12-12  Amaury DenoyelleMINOR: hq-interop: use zero-copy to transfer single...
2023-12-12  Amaury DenoyelleMINOR: h3: adjust zero-copy sending related code
2023-12-12  Amaury DenoyelleMINOR: h3: complete traces for sending
2023-12-12  Amaury DenoyelleMINOR: mux-quic: factorize QC_SF_UNKNOWN_PL_LENGTH set
2023-12-11  Amaury DenoyelleCLEANUP: mux-quic: clean up app ops callback definitions
2023-12-11  Amaury DenoyelleMINOR: mux-quic: clean up qcs Tx buffer allocation API
2023-12-11  Amaury DenoyelleMINOR: mux-quic: clean up qcs Rx buffer allocation API
2023-12-11  Amaury DenoyelleCLEANUP: mux-quic: remove unused prototype
2023-12-08  Aurelien DARRAGONBUG/MINOR: ext-check: cannot use without preserve-env
2023-12-08  Aurelien DARRAGONBUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions
2023-12-08  William LallemandCI: github: switch to wolfssl git-c4b77ad for new PR
2023-12-08  William LallemandMINOR: ssl: activate the certificate selection callback...
2023-12-08  William LallemandBUILD: ssl: update types in wolfssl cert selection...
2023-12-08  Frédéric LécailleBUG/MEDIUM: quic: Possible buffer overflow when buildin...
2023-12-07  William LallemandCLEANUP: mworker/cli: add comments about pcli_find_and_...
next