]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-11-29  Aurelien DARRAGONBUG/MAJOR: server/addr: fix a race during server addr...
2023-11-29  Aurelien DARRAGONMINOR: event_hdl: add global tunables
2023-11-29  Aurelien DARRAGONBUG/MEDIUM: server/event_hdl: memory overrun in _srv_ev...
2023-11-28  William LallemandDOC: management: add documentation about customized...
2023-11-28  William LallemandMINOR: mworker/cli: implements the customized payload...
2023-11-28  William LallemandCLEANUP: mworker/cli: use a label to return errors
2023-11-28  William LallemandMEDIUM: cli: allow custom pattern for payload
2023-11-28  Remi Tricot... BUG/MINOR: cache: Remove incomplete entries from the...
2023-11-28  Frédéric LécailleREORG: quic: Move quic_increment_curr_handshake() to...
2023-11-28  Frédéric LécailleREORG: quic: Remove qc_pkt_insert() implementation
2023-11-28  Frédéric LécailleREORG: quic: Add a new module for retransmissions
2023-11-28  Frédéric LécailleREORG: quic: Move qc_notify_send() to quic_conn
2023-11-28  Frédéric LécailleBUILD: quic: Several compiler warns fixes after retry...
2023-11-28  Frédéric LécailleREORG: quic: Add a new module for QUIC retry
2023-11-28  Frédéric LécailleREORG: quic: Move ncbuf related function from quic_rx...
2023-11-28  Frédéric LécailleREORG: quic: Move NEW_CONNECTION_ID frame builder to...
2023-11-28  Frédéric LécailleREORG: quic: Rename some (quic|qc)_conn* objects to...
2023-11-28  Frédéric LécailleREORG: quic: Move qc_pkt_long() to quic_rx.h
2023-11-28  Frédéric LécailleREORG: quic: Move qc_may_probe_ipktns() to quic_tls.h
2023-11-28  Frédéric LécailleREORG: quic: Move quic_build_post_handshake_frames...
2023-11-28  Frédéric LécailleREORG: quic: Move qc_handle_conn_migration() to quic_conn.c
2023-11-28  Frédéric LécailleREORG: quic: Move QUIC path definitions/declarations...
2023-11-28  Frédéric LécailleREORG: quic: Rename some functions used upon ACK receipt
2023-11-28  Frédéric LécailleREORG: quic: Move the QUIC DCID parser to quic_sock.c
2023-11-28  Frédéric LécailleREORG: quic: Move QUIC SSL BIO method related functions...
2023-11-28  Frédéric LécailleREORG: quic: Move several inlined functions from quic_c...
2023-11-28  Frédéric LécailleREORG: quic: Move QUIC CRYPTO stream definitions/declar...
2023-11-28  Frédéric LécailleREORG: quic: Move CRYPTO data buffer defintions to...
2023-11-28  Frédéric LécailleBUILD: quic: Missing RX header inclusions
2023-11-28  Frédéric LécailleREORG: quic: QUIC connection types header cleaning
2023-11-28  Frédéric LécailleREORG: quic: Add a new module to handle QUIC connection IDs
2023-11-28  Frédéric LécailleREORG: quic: Move some QUIC CLI code to its C file
2023-11-28  Frédéric LécailleCLEANUP: quic: Remove dead definitions/declarations
2023-11-28  Christopher... BUG/MEDIUM: mux-h2: Remove H2_SF_NOTIFIED flag for...
2023-11-28  Christopher... BUG/MEDIUM: stconn: Don't perform zero-copy FF if oppos...
2023-11-28  Amaury DenoyelleBUG/MINOR: quic: fix CONNECTION_CLOSE_APP encoding
2023-11-28  Willy TarreauOPTIM: mux-h2/zero-copy: don't allocate more buffers...
2023-11-27  Amaury DenoyelleMINOR: trace: support -dt optional format
2023-11-27  Amaury DenoyelleMINOR: trace: parse verbosity in a function
2023-11-27  Amaury DenoyelleMINOR: trace: parse level in a function
2023-11-27  Amaury DenoyelleMINOR: trace: define simple -dt argument
2023-11-27  Amaury DenoyelleBUILD: map: fix build warning
2023-11-27  Willy TarreauOPTIM: pattern: save memory and time using ebst instead...
2023-11-27  Willy TarreauMINOR: task/profiling: do not record task_drop_running...
2023-11-27  Christopher... BUG/MEDIUM: mux-h1: Properly ignore trailers when a...
2023-11-24  William LallemandMINOR: mworker/cli: implement hard-reload over the...
2023-11-24  William LallemandMEDIUM: ssl: use ssl_sock_chose_sni_ctx() in the client...
2023-11-24  William LallemandMINOR: ssl: move certificate selection in a dedicate...
2023-11-24  William LallemandMINOR: ssl: replace 'trash.area' by 'servername' in...
2023-11-24  William LallemandMEDIUM: ssl: implement rsa/ecdsa selection with WolfSSL
2023-11-24  Aurelien DARRAGONDOC: lua: add "syslog" to Proxy.get_mode() output
2023-11-24  Aurelien DARRAGONDOC: lua: fix Proxy.get_mode() output
2023-11-24  Aurelien DARRAGONDOC: lua: add sticktable class reference from Proxy...
2023-11-24  Aurelien DARRAGONREGTESTS: connection: disable http_reuse_be_transparent...
2023-11-24  Aurelien DARRAGONDOC: config: fix timeout check inheritance restrictions
2023-11-24  Aurelien DARRAGONDOC: config: specify supported sections for "max-sessio...
2023-11-24  Aurelien DARRAGONMINOR: log/balance: set lbprm tot_weight on server...
2023-11-24  Aurelien DARRAGONMINOR: log/backend: prevent "use-server" rules use...
2023-11-24  Aurelien DARRAGONMINOR: proxy: add free_server_rules() helper function
2023-11-24  Aurelien DARRAGONMINOR: proxy: add free_logformat_list() helper function
2023-11-24  Aurelien DARRAGONRevert "MINOR: cfgparse-listen: warn when use-server...
2023-11-24  Aurelien DARRAGONMINOR: backend: remove invalid mode test for "hash...
2023-11-24  Aurelien DARRAGONMINOR: server/ip: centralize server ip updates
2023-11-24  Aurelien DARRAGONMINOR: tools: use const for read only pointers in ip...
2023-11-24  Aurelien DARRAGONMINOR: server/event_hdl: add SERVER_INETADDR event
2023-11-24  Aurelien DARRAGONDOC: config: removing "log-balance" references
2023-11-24  Christopher... BUG/MINOR: global: Fix tune.disable-(fast-forward/zero...
2023-11-24  Willy Tarreau[RELEASE] Released version 2.9-dev11 v2.9-dev11
2023-11-24  Christopher... MAJOR: h3: Implement zero-copy support to send DATA...
2023-11-24  Christopher... MEDIUM: mux-quic: Add consumer-side fast-forwarding...
2023-11-23  Willy TarreauMINOR: log/balance: rename "log-sticky" to "sticky"
2023-11-23  Amaury DenoyelleDOC: rhttp: replace maxconn by nbconn
2023-11-23  Amaury DenoyelleMINOR: listener: allow thread kw for rhttp bind
2023-11-23  Amaury DenoyelleMEDIUM: rhttp: support multi-thread active connect
2023-11-23  Amaury DenoyelleMINOR: rhttp: add count of active conns per thread
2023-11-23  Amaury DenoyelleMINOR: rhttp: large renaming to use rhttp prefix
2023-11-23  Amaury DenoyelleMINOR: rhttp: rename proto_reverse_connect
2023-11-23  Christopher... BUG/MEDIUM: mux-h1: Don't set CO_SFL_MSG_MORE flag...
2023-11-23  Willy TarreauMINOR: ext-check: add an option to preserve environment...
2023-11-23  Willy TarreauDOC: install: update the list of openssl versions
2023-11-23  Eugene DorfmanDOC: 51d: updated 51Degrees repo URL for v3.2.10
2023-11-23  Ilya ShipitsinCI: limit codespell checks to main repo, not forks
2023-11-23  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2023-11-23  Willy TarreauDOC: management: document "show dev"
2023-11-23  Willy TarreauMINOR: init: add info about the main program to the...
2023-11-23  Willy TarreauMINOR: debug: add the ability to enter components in...
2023-11-23  Willy TarreauMINOR: debug: dump the mapping of the libs into post_mortem
2023-11-23  Willy TarreauMINOR: debug: copy the thread info into the post_mortem...
2023-11-23  Willy TarreauMINOR: debug: collect some boot-time info related to...
2023-11-23  Willy TarreauMINOR: debug: report any detected hypervisor in post_mortem
2023-11-23  Willy TarreauMINOR: debug: detect CPU model and store it in post_mortem
2023-11-23  Willy TarreauMINOR: debug: report in post_mortem if the container...
2023-11-23  Willy TarreauMINOR: debug: report in port_mortem whether a container...
2023-11-23  Willy TarreauMINOR: debug: add OS/hardware info to the post_mortem...
2023-11-23  Willy TarreauMINOR: debug: start to create a new struct post_mortem
2023-11-23  Willy TarreauDEBUG: tinfo: store the pthread ID and the stack pointe...
2023-11-23  Willy TarreauBUG/MINOR: server: do not leak default-server in defaul...
2023-11-22  Frédéric LécailleBUG/MINOR: quic: Possible RX packet memory leak under...
2023-11-22  Frédéric LécailleBUG/MINOR: quic: Possible leak of TX packets under...
2023-11-22  Frédéric LécailleBUG/MEDIUM: quic: Possible crash during retransmissions...
next