]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-12-16  Remi Tricot... MEDIUM: vars: Enable optional conditions to set-var...
2021-12-16  Remi Tricot... MINOR: vars: Parse optional conditions passed to the...
2021-12-16  Remi Tricot... MINOR: vars: Parse optional conditions passed to the...
2021-12-16  Remi Tricot... MINOR: vars: Delay variable content freeing in var_set...
2021-12-16  Remi Tricot... MINOR: vars: Set variable type to ANY upon creation
2021-12-16  Remi Tricot... MINOR: vars: Move UPDATEONLY flag test to vars_set_ifexist
2021-12-15  Daniel JakotsBUILD: ssl: unbreak the build with newer libressl
2021-12-15  David CARLIERMEDIUM: cfgparse: numa detect topology on FreeBSD.
2021-12-15  Amaury DenoyelleCLEANUP: cfgparse: modify preprocessor guards around...
2021-12-14  William LallemandMINOR: cli: "show version" displays the current process...
2021-12-10  Ilya ShipitsinREGTESTS: ssl: use X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT...
2021-12-10  Amaury DenoyelleMINOR: hq-interop: refix tx buffering
2021-12-10  William LallemandBUG/MEDIUM: mworker/cli: crash when trying to access...
2021-12-09  Lukas TribusDOC: config: fix error-log-format example
2021-12-09  Lukas TribusDOC: config: retry-on list is space-delimited
2021-12-08  Amaury DenoyelleMINOR: h3: fix possible invalid dereference on htx...
2021-12-08  Frédéric LécailleMINOR: quic: Compilation fix for quic_rx_packet_refinc()
2021-12-08  Amaury DenoyelleBUG/MINOR: mux-quic: properly initialize flow control
2021-12-08  Amaury DenoyelleMINOR: quic: notify the mux on CONNECTION_CLOSE
2021-12-08  Amaury DenoyelleMINOR: mux-quic: do not release qcs if there is remaini...
2021-12-07  Christopher... BUG/MINOR: cli/server: Don't crash when a server is...
2021-12-07  Christopher... MINOR: http-rules: Add capture action to http-after...
2021-12-07  Amaury DenoyelleBUILD: mux-quic: fix compilation with DEBUG_MEM_STATS
2021-12-07  Amaury DenoyelleMINOR: quic: add HTX EOM on request end
2021-12-07  Amaury DenoyelleMINOR: mux-quic: remove uneeded code to check fin on TX
2021-12-07  Amaury DenoyelleMINOR: hq-interop: fix tx buffering
2021-12-07  Frédéric LécailleMINOR: quic: Remove QUIC TX packet length evaluation...
2021-12-07  Frédéric LécailleMINOR: quic: Delete remaining RX handshake packets
2021-12-07  Frédéric LécailleMINOR: quic: QUIC encryption level RX packets race...
2021-12-07  Frédéric LécailleMINOR: quic: Race issue when consuming RX packets buffer
2021-12-07  Frédéric LécailleMINOR: quic: RX buffer full due to wrong CRYPTO data...
2021-12-07  Amaury DenoyelleMEDIUM: mux-quic: handle when sending buffer is full
2021-12-07  Amaury DenoyelleMEDIUM: mux-quic: wake up xprt on data transferred
2021-12-07  Amaury DenoyelleMEDIUM: mux-quic: subscribe on xprt if remaining data...
2021-12-07  Amaury DenoyelleMINOR: mux-quic: implement subscribe on stream
2021-12-07  Amaury DenoyelleMEDIUM: quic: detect the stream FIN
2021-12-07  Amaury DenoyelleMEDIUM: mux-quic: implement release mux operation
2021-12-07  Amaury DenoyelleMAJOR: mux-quic: implement a simplified mux version
2021-12-07  Amaury DenoyelleMINOR: h3: remove duplicated FIN flag position
2021-12-07  Amaury DenoyelleMEDIUM: xprt-quic: finalize app layer initialization...
2021-12-07  Amaury DenoyelleMINOR: h3: add BUG_ON on control receive function
2021-12-07  Amaury DenoyelleMINOR: quic: fix segfault on CONNECTION_CLOSE parsing
2021-12-06  Willy TarreauIMPORT: slz: use the correct CRC32 instruction when...
2021-12-06  Willy TarreauBUILD: tree-wide: avoid warnings caused by redundant...
2021-12-03  Christopher... DOC: config: Specify %Ta is only available in HTTP...
2021-12-03  Christopher... DOC: spoe: Clarify use of the event directive in spoe...
2021-12-03  Tim DuesterhusBUG/MEDIUM: sample: Fix memory leak in sample_conv_jwt_...
2021-12-03  Christopher... BUILD: bug: Fix error when compiling with -DDEBUG_STRIC...
2021-12-02  Christopher... BUG/MINOR: resolvers: Don't overwrite the error for...
2021-12-02  Christopher... BUG/MEDIUM: h1: Properly reset h1m flags when headers...
2021-12-01  Emeric BrunBUG/MAJOR: segfault using multiple log forward sections.
2021-12-01  Christopher... MEDIUM: resolvers: No longer store query items in a...
2021-12-01  Christopher... BUG/MEDIUM: resolvers: Detach query item on response...
2021-12-01  Christopher... BUG/MINOR: server: Don't rely on last default-server...
2021-12-01  Christopher... REGTESTS: h1: Add a script to validate H1 splicing...
2021-12-01  Christopher... MINOR: mux-h1: add stat for total amount of bytes recei...
2021-12-01  Christopher... MINOR: mux-h1: add stat for total count of connections...
2021-12-01  Christopher... MINOR: mux-h1: count open connections/streams on stats
2021-12-01  Christopher... MINOR: mux-h1: add counters instance to h1c
2021-12-01  Christopher... MINOR: mux-h1: register a stats module
2021-12-01  Christopher... MINOR: mux-h1: Improve H1 traces by adding info about...
2021-12-01  Christopher... BUG/MINOR: mux-h1: Fix splicing for messages with unkno...
2021-12-01  Christopher... BUG/MEDIUM: mux-h1: Fix splicing by properly detecting...
2021-12-01  David CARLIERMEDIUM: pool: Following up on previous pool trimming...
2021-12-01  Remi Tricot... BUG/MINOR: vars: Fix the set-var and unset-var converters
2021-11-30  Frédéric LécailleMINOR: quic: Delete the ODCIDs asap
2021-11-30  Frédéric LécailleMINOR: quic: Enable the Key Update process
2021-11-30  Frédéric LécailleMINOR: quic: Add quic_tls_key_update() function for...
2021-11-30  Frédéric LécailleMINOR: quic: Optional header protection key for quic_tl...
2021-11-30  Frédéric LécailleMINOR: quic: Add structures to maintain key phase infor...
2021-11-30  Frédéric LécailleMINOR: quic: Add a function to derive the key update...
2021-11-30  Frédéric LécailleMINOR: quic: Dynamically allocate the secrete keys
2021-11-30  Frédéric LécailleMINOR: quic: Possible crash when inspecting the xprt...
2021-11-30  Frédéric LécailleMINOR: quic: Rename qc_prep_hdshk_pkts() to qc_prep_pkts()
2021-11-30  Frédéric LécailleMINOR: quic: Immediately close if no transport paramete...
2021-11-30  Frédéric LécailleMINOR: quic: More accurate immediately close.
2021-11-30  Frédéric LécailleMINOR: quic: Set "no_application_protocol" alert
2021-11-30  Willy TarreauBUILD: evports: remove a leftover from the dead_fd...
2021-11-29  Christopher... BUG/MEDIUM: cli: Properly set stream analyzers to proce...
2021-11-26  Willy TarreauCI: github actions: add the output of $CC -dM -E-
2021-11-26  Willy TarreauBUILD: pools: only detect link-time jemalloc on ELF...
2021-11-26  William LallemandBUG/MINOR: mworker: deinit of thread poller was called...
2021-11-25  David CarlierMEDIUM: pool: support purging jemalloc arenas in trim_a...
2021-11-25  David CarlierMEDIUM: pool: refactor malloc_trim/glibc and jemalloc...
2021-11-25  Amaury DenoyelleMINOR: quic: use more verbose QUIC traces set at compil...
2021-11-25  Amaury DenoyelleMINOR: quic: activate QUIC traces at compilation
2021-11-25  Amaury DenoyelleMINOR: qpack: support litteral field line with non...
2021-11-25  Amaury DenoyelleMEDIUM: quic: handle CIDs to rattach received packets...
2021-11-25  Amaury DenoyelleCLEANUP: quic: add comments on CID code
2021-11-25  Amaury DenoyelleREORG: quic: add comment on rare thread concurrence...
2021-11-25  Amaury DenoyelleMINOR: quic: do not reject PADDING followed by other...
2021-11-25  William LallemandBUG/MEDIUM: mworker: FD leak of the eventpoll in wait...
2021-11-25  William LallemandBUG/MINOR: mworker: does not add the -sf in wait mode
2021-11-25  Bertrand JacquinBUG/MINOR: lua: remove loop initial declarations
2021-11-24  William LallemandMEDIUM: mworker: seamless reload use the internal sockpairs
2021-11-24  William LallemandBUG/MINOR: lua: don't expose internal proxies
2021-11-24  William LallemandBUG/MINOR: httpclient: allow to replace the host header
2021-11-23  Christopher... BUG/MINOR: cache: Fix loop on cache entries in "show...
2021-11-23  Willy Tarreau[RELEASE] Released version 2.6-dev0 v2.6-dev0
2021-11-23  Willy TarreauMINOR: version: it's development again
next