]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-01-06  Willy TarreauIMPORT: ebtree: make string_equal_bits() return an...
2024-01-06  Willy TarreauIMPORT: ebtree: use unsigned ints for flznz()
2024-01-06  Willy TarreauIMPORT: ebtree: make string_equal_bits turn back to...
2024-01-06  Willy TarreauIMPORT: ebtree: rework the fls macros to better deal...
2024-01-06  Willy TarreauIMPORT: ebtree: switch the sizes and offsets to size_t...
2024-01-06  Willy TarreauIMPORT: ebtree: implement and use flsnz_long() to count...
2024-01-06  Willy TarreauDEV: h2: support passing raw data for a frame
2024-01-06  Willy TarreauDEV: h2: add the preface as well in supported output...
2024-01-06  Willy TarreauDEV: h2: add the ability to emit literals in mkhdr
2024-01-05  Willy TarreauCLEANUP: mux-h2: remove the printfs from previous commi...
2024-01-05  Willy TarreauMINOR: mux-h2: support limiting the total number of...
2024-01-05  Christopher... BUG/MEDIUM: spoe: Never create new spoe applet if there...
2024-01-05  Christopher... BUG/MEDIUM: stconn: Set fsb date if zero-copy forwardin...
2024-01-05  Christopher... BUG/MEDIUM: stconn: Forward shutdown on write timeout...
2024-01-04  Amaury DenoyelleMINOR: h3: do not consider missing buf room as error...
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...
next