]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-05-24  Aurelien DARRAGONDEBUG: tools: add vma_set_name_id() helper
2024-05-24  Aurelien DARRAGONCLEANUP: tools: fix vma_set_name() function comment
2024-05-24  Willy TarreauMINOR: stick-tables: remove the uneeded read lock in...
2024-05-24  Willy TarreauCLEANUP: stick-tables: remove a few unneeded tests...
2024-05-24  Willy TarreauBUG/MEDIUM: stick-tables: make sure never to create...
2024-05-24  Christopher... BUG/MEDIUM: stick-tables: Fix race with peers when...
2024-05-24  Christopher... BUG/MEDIUM: stick-tables: Fix race with peers when...
2024-05-24  Willy TarreauBUILD: quic: fix unused variable warning when threads...
2024-05-24  Willy TarreauMINOR: config: add thread-hard-limit to set an upper...
2024-05-23  William LallemandCI: scripts/buil-ssl: cleanup the boringssl and quictls...
2024-05-23  William LallemandCI: scripts/build-ssl: add a DESTDIR and TMPDIR variable
2024-05-23  Christopher... MINOR: mux-quic: Set abort info for SC-less QCS on...
2024-05-23  Christopher... BUG/MEDIUM: mux-quic: Create sedesc in same time of...
2024-05-22  Ilia ShipitsinCI: scripts/build-ssl.sh: loudly fail on unsupported...
2024-05-22  Willy TarreauBUG/MEDIUM: quic_tls: prevent LibreSSL < 4.0 from negot...
2024-05-22  William LallemandREGTESTS: scripts: allow to change the vtest timeout
2024-05-22  Frederic LecailleBUG/MAJOR: quic: Crash with TLS_AES_128_CCM_SHA256...
2024-05-22  Valentine KrasnobaevaMINOR: proto: fix coding style
2024-05-22  Valentine KrasnobaevaBUG/MINOR: sock: fix sock_create_server_socket
2024-05-22  Willy TarreauMINOR: traces: enumerate the list of levels/verbosities...
2024-05-22  Amaury DenoyelleMINOR: connection: support PROXY v2 TLV emission withou...
2024-05-22  Amaury DenoyelleMINOR: rhttp: support PROXY emission on preconnect
2024-05-22  Amaury DenoyelleMEDIUM: rhttp: create session for active preconnect
2024-05-22  Amaury DenoyelleMINOR: session: define flag to explicitely release...
2024-05-22  Amaury DenoyelleBUG/MINOR: rhttp: fix task_wakeup state
2024-05-22  Amaury DenoyelleBUG/MINOR: rhttp: prevent listener suspend
2024-05-22  Amaury DenoyelleBUG/MEDIUM: rhttp: fix preconnect on single-thread
2024-05-22  Amaury DenoyelleMINOR: rhttp: add log on connection allocation failure
2024-05-22  Amaury DenoyelleBUG/MINOR: server: free PROXY v2 TLVs on srv drop
2024-05-22  Amaury DenoyelleBUG/MINOR: connection: parse PROXY TLV for LOCAL mode
2024-05-22  Christopher... MAJOR: spoe: Let the SPOE back into the game
2024-05-22  Christopher... BUG/MINOR: http-ana: Don't crush stream termination...
2024-05-21  Valentine KrasnobaevaMINOR: sock: set conn->err_code in case of EPERM next
2024-05-21  Valentine KrasnobaevaBUG/MEDIUM: proto: fix fd leak in <proto>_connect_server
2024-05-21  William LallemandDOC: configuration: add the supported crt-store options...
2024-05-21  William LallemandDOC: configuration: update the crt-list documentation
2024-05-21  William LallemandMEDIUM: ssl: don't load file by discovering them in...
2024-05-21  Aurelien DARRAGONDEBUG: fd: add name hint for large memory areas
2024-05-21  Aurelien DARRAGONDEBUG: errors: add name hint for startup-logs memory...
2024-05-21  Aurelien DARRAGONDEBUG: pollers: add name hint for large memory areas...
2024-05-21  Aurelien DARRAGONDEBUG: sink: add name hint for memory area used by...
2024-05-21  Aurelien DARRAGONDEBUG: shctx: name shared memory using vma_set_name()
2024-05-21  Aurelien DARRAGONDEBUG: tools: add vma_set_name() helper
2024-05-21  William LallemandDOC: configuration: rework the crt-store load documentation
2024-05-21  Aurelien DARRAGONBUG/MINOR: ring: free ring's allocated area not ring...
2024-05-21  William LallemandMINOR: ssl: check parameter in ckch_conf_cmp()
2024-05-21  William LallemandCLEANUP: ssl/cli: remove unused code in dump_crtlist_conf
2024-05-18  Willy Tarreau[RELEASE] Released version 3.0-dev12 v3.0-dev12
2024-05-18  Valentine KrasnobaevaDOC: capabilities: fix chapter header rendering
2024-05-17  William LallemandREGTESTS: ocsp-update: change the reg-test to support...
2024-05-17  William LallemandMEDIUM: ssl: temporarily load files by detecting their...
2024-05-17  William LallemandMINOR: ssl: ckch_conf_cmp() compare multiple ckch_conf...
2024-05-17  William LallemandMEDIUM: ssl/cli: handle crt-store keywords in crt-list...
2024-05-17  William LallemandMEDIUM: ssl: add ocsp-update.disable global option
2024-05-17  William LallemandMINOR: ssl: ckch_conf_clean() utility function for...
2024-05-17  William LallemandMINOR: ssl/ocsp: use 'ocsp-update' in crt-store
2024-05-17  William LallemandMINOR: ssl: handle PARSE_TYPE_INT and PARSE_TYPE_ONOFF...
2024-05-17  William LallemandMEDIUM: ssl: ckch_conf_parse() uses -1/0/1 for off...
2024-05-17  William LallemandMINOR: ssl: pass ckch_store instead of ckch_data to...
2024-05-17  William LallemandCLEANUP: ssl/ocsp: remove the deprecated parsing code...
2024-05-17  William LallemandMEDIUM: ssl/crtlist: loading crt-store keywords from...
2024-05-17  William LallemandMINOR: ssl: ckch_store_new_load_files_conf() loads...
2024-05-17  Christopher... MEDIUM: mux-h1: Support C-L/T-E header suppressions...
2024-05-17  Christopher... CLEANUP: mux-h1: Remove unused H1S_F_ERROR_MASK mask...
2024-05-17  Christopher... REORG: mux-h1: Group H1S_F_BODYLESS_* flags
2024-05-17  Christopher... MINOR: mux-h1: Add a flag to ignore the request payload
2024-05-17  Christopher... BUG/MINOR: stats: Don't state the 303 redirect response...
2024-05-17  Willy TarreauRevert: MEDIUM: evports: permit to report multiple...
2024-05-17  Willy TarreauCLEANUP: compat: make the MIN/MAX macros more reliable
2024-05-17  Aurelien DARRAGONBUG/MEDIUM: fd: prevent memory waste in fdtab array
2024-05-17  Aurelien DARRAGONBUILD: log: get rid of non-portable strnlen() func
2024-05-17  William LallemandMEDIUM: ssl: add ocsp-update.mindelay and ocsp-update...
2024-05-17  Amaury DenoyelleBUILD: stats: remove non portable getline() usage
2024-05-17  William LallemandREGTESTS: update the ocsp-update tests
2024-05-17  William LallemandMINOR: ssl: rename tune.ssl.ocsp-update.mode in ocsp...
2024-05-17  Willy TarreauBUILD: stick-tables: better mark the stktable_data...
2024-05-16  Amaury DenoyelleMINOR: h3: report glitch on RFC violation
2024-05-16  Amaury DenoyelleMINOR: mux-quic: support glitches
2024-05-16  Amaury DenoyelleMINOR: h3: adjust error reporting on receive
2024-05-16  Amaury DenoyelleMINOR: h3: adjust error reporting on sending
2024-05-16  Amaury DenoyelleMINOR: h3/qpack: adjust naming for errors
2024-05-16  Amaury DenoyelleMINOR: qpack: prepare error renaming
2024-05-15  Christopher... BUG/MAJOR: h1: Be stricter on request target validation...
2024-05-15  Christopher... BUG/MEDIUM: h1: Reject CONNECT request if the target...
2024-05-15  Christopher... BUG/MINOR: h1: Check authority for non-CONNECT methods...
2024-05-15  Willy TarreauBUG/MEDIUM: muxes: enforce buf_wait check in takeover()
2024-05-15  Willy TarreauMINOR: dynbuf: provide a b_dequeue() variant for multi...
2024-05-15  Willy TarreauBUG/MINOR: ssl_sock: fix xprt_set_used() to properly...
2024-05-15  Willy TarreauSCRIPTS: run-regtests: fix a few occurrences of extende...
2024-05-15  Willy TarreauBUG/MEDIUM: stick-tables: properly mark stktable_data...
2024-05-15  Willy TarreauBUG/MEDIUM: htx: mark htx_sl as packed since it may...
2024-05-15  Amaury DenoyelleBUG/MINOR: qpack: fix error code reported on QPACK...
2024-05-15  Amaury DenoyelleBUG/MINOR: mux-quic: fix error code on shutdown for...
2024-05-15  Amaury DenoyelleBUG/MEDIUM: server: clear purgeable conns before server...
2024-05-15  Aurelien DARRAGONMEDIUM: hlua: take nbthread into account in hlua_get_nb...
2024-05-15  Aurelien DARRAGONMINOR: hlua: add hlua_nb_instruction getter
2024-05-15  Tim DuesterhusDOC: Update UUID references to RFC 9562
2024-05-15  William LallemandREGTESTS: ssl: be more verbose with ocsp_compat_check.vtc
2024-05-14  William ManleyMINOR: rhttp: Don't require SSL when attach-srv name...
2024-05-14  Aurelien DARRAGONBUG/MINOR: log: smp_rgs array issues with inherited...
next