]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-11-19  Willy TarreauBUG/MEDIUM: cache/cli: make "show cache" thread-safe
2021-11-19  William LallemandDOC: lua: documentation about the httpclient API
2021-11-19  Amaury DenoyelleBUILD: quic: fix potential NULL dereference on xprt_quic
2021-11-19  Amaury DenoyelleBUG/MINOR: hq-interop: fix potential NULL dereference
2021-11-19  Amaury DenoyelleBUG/MINOR: quic: fix segfault on trace for version...
2021-11-19  Frédéric LécailleMINOR: quic: Support draft-29 QUIC version
2021-11-19  Frédéric LécailleMINOR: quic: Wrong value for version negotiation packet...
2021-11-19  Frédéric LécailleMINOR: quic: Add minimalistic support for stream flow...
2021-11-19  Frédéric LécailleMINOR: quic: Wrong largest acked packet number parsing
2021-11-19  Frédéric LécailleMINOR: quic: Send CONNECTION_CLOSE frame upon TLS alert
2021-11-19  Frédéric LécailleMINOR: quic: Update some QUIC protocol errors
2021-11-19  Frédéric LécailleMINOR: quic: Wrong ACK range building
2021-11-19  Frédéric LécailleMINOR: quic: Wrong Initial packet connection initialization
2021-11-19  Frédéric LécailleMINOR: quic: Anti-amplification implementation
2021-11-19  Frédéric LécailleMINOR: quic: Support transport parameters draft TLS...
2021-11-19  Frédéric LécailleMINOR: quic: Correctly pad UDP datagrams
2021-11-19  Frédéric LécailleMINOR: quic: Possible wrong connection identification
2021-11-19  Frédéric LécailleMINOR: quic_sock: missing CO_FL_ADDR_TO_SET flag
2021-11-19  Willy TarreauBUG/MEDIUM: mux-h2: always process a pending shut read
2021-11-19  Willy TarreauBUILD: makefile: reorder objects by build time
2021-11-19  Willy TarreauBUILD: makefile: stop opening sub-shells for each and...
2021-11-19  William LallemandREGTESTS: ssl: test the TLS resumption
2021-11-19  William LallemandBUG/MEDIUM: ssl: abort with the correct SSL error when...
2021-11-19  William LallemandBUG/MEDIUM: ssl: backend TLS resumption with sni and...
2021-11-18  Willy TarreauREGTESTS: extend the default I/O timeouts and make...
2021-11-18  Willy TarreauREGTESTS: make tcp-check_min-recv fail fast
2021-11-18  Willy TarreauREGTEST: set retries count to zero for all tests that...
2021-11-18  Willy TarreauSCRIPT: run-regtests: avoid calling awk to compute...
2021-11-18  Willy TarreauSCRIPT: run-regtests: avoid several calls to grep to...
2021-11-18  Willy TarreauSCRIPTS: run-regtests: reduce the number of processes...
2021-11-18  Willy TarreauMINOR: config: support default values for environment...
2021-11-18  William LallemandCLEANUP: ssl: fix wrong #else commentary
2021-11-18  Amaury DenoyelleBUG/MINOR: quic: fix version negotiation packet generation
2021-11-18  Willy TarreauDOC: internals: document the scheduler API
2021-11-18  William LallemandBUG/MEDIUM: mworker: cleanup the listeners when reexecuting
2021-11-18  Amaury DenoyelleMEDIUM: quic: send version negotiation packet on unknow...
2021-11-18  Amaury DenoyelleMINOR: quic: support hq-interop
2021-11-18  Amaury DenoyelleMEDIUM: quic: inspect ALPN to install app_ops
2021-11-18  Amaury DenoyelleMINOR: quic: redirect app_ops snd_buf through mux
2021-11-18  Amaury DenoyelleBUG/MINOR: h3: ignore unknown frame types
2021-11-17  Willy TarreauDOC: internals: document the list API
2021-11-17  William LallemandREGTESTS: ssl_crt-list_filters: feature cmd incorrectly set
2021-11-15  Christopher... BUG/MEDIUM: mux-h1: Handle delayed silent shut in h1_pr...
2021-11-15  Christopher... DOC: log: Add comments to specify when session's listen...
2021-11-15  Christopher... CLEANUP: peers: Remove useless test on peer variable...
2021-11-15  Christopher... BUG/MINOR: stick-table/cli: Check for invalid ipv6 key
2021-11-14  Willy Tarreau[RELEASE] Released version 2.5-dev14 v2.5-dev14
2021-11-14  Willy TarreauBUILD: makefile: simplify detection of libatomic
2021-11-14  Willy TarreauBUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_clos...
2021-11-12  Willy TarreauBUG/MINOR: pools: don't mark ourselves as harmless...
2021-11-10  Christopher... BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value
2021-11-10  William LallemandREGTESTS: httpclient/lua: add greater body values
2021-11-10  William LallemandBUG/MEDIUM: httpclient/cli: free of unallocated hc...
2021-11-10  William LallemandDOC: management: edit the "show proc" example to show...
2021-11-10  William LallemandBUG/MINOR: mworker: doesn't launch the program postparser
2021-11-10  William LallemandMINOR: mworker: change the way we set PROC_O_LEAVING
2021-11-10  William LallemandMINOR: mworker: ReloadFailed shown depending on failedr...
2021-11-10  William LallemandMINOR: mworker: implement a reload failure counter
2021-11-10  William LallemandMINOR: mworker: only increment the number of reload...
2021-11-10  William LallemandMINOR: mworker: clarify starting/failure messages
2021-11-10  William LallemandMEDIUM: mworker: reexec in waitpid mode after successfu...
2021-11-10  William LallemandCLEANUP: mworker: remove any relative PID reference
2021-11-10  Christopher... BUG/MEDIUM: conn-stream: Don't reset CS flags on close
2021-11-10  Christopher... MINOR: mux-h1: Slightly Improve H1 traces
2021-11-09  Christopher... DOC: lua: Be explicit with the Reply object limits
2021-11-09  Christopher... DOC: config: Be more explicit in "allow" actions descri...
2021-11-09  Christopher... Revert "BUG/MINOR: http-ana: Don't eval front after...
2021-11-09  Christopher... BUG/MINOR: http-ana: Apply stop to the current section...
2021-11-09  Christopher... DOC: config: Fix typo in ssl_fc_unique_id description
2021-11-09  William DauchyMINOR: promex: backend aggregated server check status
2021-11-08  William LallemandBUG/MEDIUM: httpclient: channel_add_input() must use...
2021-11-08  William LallemandBUG/MINOR: httpclient/lua: rcv freeze when no request...
2021-11-08  Willy TarreauDOC: internals: document the IST API
2021-11-08  William DauchyDOC: stats: fix location of the text representation
2021-11-08  Willy TarreauRevert "DEV: coccinelle: Add rule to use `chunk_istcat...
2021-11-08  Willy TarreauBUG/MINOR: cache: properly ignore unparsable max-age...
2021-11-08  Willy TarreauCLEANUP: chunk: remove misleading chunk_strncat() function
2021-11-08  Tim DuesterhusCLEANUP: chunk: Remove duplicated chunk_Xcat implementation
2021-11-08  Tim DuesterhusCLEANUP: Apply ist.cocci
2021-11-08  Tim DuesterhusDEV: coccinelle: Add rule to use `chunk_istcat()` inste...
2021-11-08  Tim DuesterhusDEV: coccinelle: Add rule to use `chunk_istcat()` inste...
2021-11-08  Tim DuesterhusCLEANUP: Apply ist.cocci
2021-11-08  Tim DuesterhusDEV: coccinelle: Add rule to use `isttrim()` where...
2021-11-08  Willy TarreauOPTIM: halog: skip fields 64 bits at a time when supported
2021-11-08  Willy TarreauOPTIM: halog: improve field parser speed for modern...
2021-11-08  Willy TarreauCLEANUP: halog: remove unused strl2ui()
2021-11-08  Frédéric LécailleMINOR: quic: Fix potential null pointer dereference
2021-11-08  Amaury DenoyelleMINOR: h3: fix potential NULL dereference
2021-11-08  Amaury DenoyelleMINOR: mux-quic: fix gcc11 warning
2021-11-08  Amaury DenoyelleMINOR: h3/qpack: fix gcc11 warnings
2021-11-08  Willy TarreauCLEANUP: halog: make the default usage message fit...
2021-11-08  Tim DuesterhusCLEANUP: Re-apply xalloc_size.cocci
2021-11-08  Tim DuesterhusCLEANUP: Apply ist.cocci
2021-11-08  Tim DuesterhusDEV: coccinelle: Add rule to use `istend()` where possible
2021-11-08  Tim DuesterhusDEV: coccinelle: Remove unused `expression e`
2021-11-06  Willy Tarreau[RELEASE] Released version 2.5-dev13 v2.5-dev13
2021-11-06  Willy TarreauDOC: config: move error-log-format before custom log...
2021-11-06  Willy TarreauDOC: config: add an example of reasonably complete...
2021-11-06  Willy TarreauMEDIUM: log: add the client's SNI to the default HTTPS...
2021-11-06  Willy TarreauMINOR: ssl: make the ssl_fc_sni() sample-fetch function...
next