]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2026-03-20  Daniel StenbergRELEASE-NOTES: synced
2026-03-20  Viktor SzakatsGHA/windows: disable `taskkill` in torture jobs
2026-03-20  Stefan Eissingwolfssl: fix handling of abrupt connection close
2026-03-20  Daniel Stenbergtransfer: enable custom methods again on next transfer
2026-03-20  Daniel Stenbergprotcol.h: fix the CURLPROTO_MASK
2026-03-20  Viktor Szakatstool_operhlp: fix `add_file_name_to_url()` result on OOM
2026-03-20  Daniel Stenbergurldata: make speeder_c uint32
2026-03-20  Daniel Stenbergunit1627.c: remove a newline
2026-03-20  Daniel Stenbergprotocol: use scheme names lowercase
2026-03-20  Daniel Stenbergfile: init fd to -1 to prevent close fd 0 on early...
2026-03-20  Viktor Szakatsgetinfo: initialize `PureInfo` field `used_proxy`
2026-03-20  Daniel Stenbergurl: use the socks type for socks proxy
2026-03-20  Daniel Stenbergx509asn1: fixed and adapted for ASN1tostr unit testing
2026-03-20  Daniel Stenbergtool_operate: drop the scheme-guessing in the -G handling
2026-03-20  Viktor Szakatsbuild: limit `unitprotos.h` include to `units` target
2026-03-20  Daniel Stenbergtests/unit/README: describe how to unit test static... 21018/head
2026-03-20  Daniel Stenberglib: move all UNITTEST prototypes to C files
2026-03-20  Viktor SzakatsGHA/macos: restore compatibility with Intel runners
2026-03-20  Viktor Szakatsmk-lib1521.pl: fix 4 callback function types passed...
2026-03-20  Viktor Szakatsservers.pm: fix to check gopher6 server on its ipv6...
2026-03-19  Viktor Szakatscmake: extend C89-specific warning suppressions to...
2026-03-19  Viktor Szakatsoptiontable: replace stdin with filename arg, harden...
2026-03-19  Viktor Szakatsx509asn1: move declaration to header
2026-03-19  Viktor Szakatsscripts: harden / tidy up more Perl `system()` calls
2026-03-19  Viktor Szakatsdocs: enable more compiler warnings for C snippets...
2026-03-19  Daniel Stenbergx509asn1: improve encodeOID
2026-03-19  Viktor Szakatsinclude: drop 'will' from public headers
2026-03-19  Viktor Szakatsextract-unit-protos: retain internal paths for includes
2026-03-19  Jason Stangroomeexamples: fix typo in comment
2026-03-19  renovate[bot]GHA: update dependency wolfSSL/wolfssl to v5.9.0
2026-03-19  Viktor Szakatsmod_curltest: fix allocation size
2026-03-19  Viktor Szakatsopenssl: fix memory leaks in ECH code (OpenSSL 3)
2026-03-19  Viktor Szakatstool_operate: fix condition for loading `curl-ca-bundle...
2026-03-19  Viktor Szakatssws: fix potential OOB write
2026-03-19  Viktor Szakatssshserver.pl: harden more `system()` calls
2026-03-19  Viktor Szakatssshserver.pl: pass command-line to `system()` safely
2026-03-19  Viktor Szakatsx509asn1: fix to return error in an error case from...
2026-03-19  Viktor Szakatsbuild: enable `-Wimplicit-int-enum-cast` compiler warni...
2026-03-19  Viktor Szakatssynctime: fix off-by-one read and write to a read-only...
2026-03-19  Viktor Szakatsasyn-ares: drop orphaned variable references
2026-03-18  renovate[bot]GHA: update dependency nghttp2/nghttp2 to v1.68.1
2026-03-18  Viktor Szakatsrand: use `BCryptGenRandom()` in UWP builds
2026-03-18  Stefan Eissinglib: always use Curl_1st_fatal instead of Curl_1st_err
2026-03-18  Viktor Szakatsscripts: drop unused CI scripts
2026-03-18  Viktor Szakatsbadwords: prefer 'null-terminated'
2026-03-18  Viktor Szakatsexamples/websocket: fix to sleep more on Windows
2026-03-18  Viktor Szakatsdelta: avoid potential zero division
2026-03-18  Viktor Szakatsgcc: guard `#pragma diagnostic` in core code for <4...
2026-03-18  Ercan Ermisftp: reject PWD responses containing control characters
2026-03-18  Viktor Szakatsbadwords: pass config as filename arg
2026-03-18  Daniel Stenbergurlapi: make dedotdotify handle leading dots correctly
2026-03-18  Daniel Stenbergtool_msgs: avoid null pointer deref for early errors
2026-03-18  Daniel Stenberghttp2: clear the h2 session at delete
2026-03-18  Daniel Stenbergasyn-ares: fix HTTPS-lookup when not on port 443
2026-03-18  Daniel Stenbergtop-complexity: prevent filename-based shell injection...
2026-03-17  Daniel Stenbergtool_formparse: propagate my_get_line errors when readi...
2026-03-17  Daniel Stenberggenerate.bat: remove extra % from VC11 and VC12 runs
2026-03-17  Viktor Szakatscmake: document functions used from Windows system...
2026-03-17  Daniel StenbergRELEASE-NOTES: synced
2026-03-17  Daniel Stenbergnetrc: refactor into smaller sub functions
2026-03-17  Daniel Stenbergimap: reset the UIDVALIDITY state between transfers
2026-03-17  Daniel Stenbergcurl_get_line: error out on read errors
2026-03-17  Stefan Eissingtransfer: enhance secure check
2026-03-17  Daniel Stenbergtool_ipfs: accept IPFS gateway URL without set port...
2026-03-17  Stefan Eissingurldata: remove trailers_state
2026-03-17  Stefan Eissingconnection bits: move 'connect_only' here
2026-03-17  Daniel Stenbergtool_urlglob: fix memory-leak on glob range overflow
2026-03-17  Stefan Eissingpytest: add additional quiche check for flaky test_05_01
2026-03-17  Daniel Stenbergtool_operate: fix minor memory-leak on early error
2026-03-17  renovate[bot]Dockerfile: update debian:bookworm-slim Docker digest...
2026-03-17  Daniel Stenbergstrerr: correct the strerror_s() return code condition
2026-03-17  Viktor Szakatsconfigure: fix `--with-ngtcp2=<path>` option for crypto...
2026-03-17  Viktor Szakatsopenssl: drop obsolete SSLv2 logic
2026-03-17  Flavio Amieirocurl_ctype.h: fix spelling in a couple of locally used...
2026-03-17  Stefan Eissingftp: do not strdup DATA hostname
2026-03-17  Viktor SzakatsHTTP3.md: minor improvements
2026-03-17  Daniel Stenbergurl: don't assume all transfers have hostnames
2026-03-17  Viktor SzakatsGHA/http3-linux: add CI reproducer for `--with-ngtcp2...
2026-03-16  Viktor Szakatsbuild: drop `openssl` module dependency for BoringSSL...
2026-03-16  Daniel Stenbergdigest: pass in the user name quoted (as well)
2026-03-16  Viktor Szakatsconfigure: prefer dependency-specific variables over...
2026-03-16  Viktor Szakatscurl-wolfssl.m4: fix to use the correct value for pkg...
2026-03-16  Viktor Szakatsconfigure: also trace two important pkg-config envs
2026-03-16  Viktor SzakatsGHA/http3-linux: prefer `contains()` over `==` in job...
2026-03-16  Daniel Stenbergtool_cb_wrt: fix no-clobber error handling
2026-03-16  Viktor SzakatsECH.md: replace double-backticks with single ones
2026-03-16  Viktor Szakatscmake: rework binutils ld hack to not read `LOCATION...
2026-03-16  Viktor Szakatsldap: drop duplicate `ldap_set_option()` on Windows
2026-03-16  Viktor Szakatsbuild: include curlx headers directly in src and tests
2026-03-16  Viktor Szakatsmk-ca-bundle.pl: make generated timestamps deterministic
2026-03-16  Viktor Szakatscmake: resolve imported targets recursively when genera...
2026-03-16  Viktor Szakatscurl_get_line: fix potential infinite loop when filenam...
2026-03-16  Viktor Szakatscmake: add `CURL_GCC_ANALYZER` option, enable in CI...
2026-03-16  Viktor Szakatsconfigure: add option to trace pkg-config detection...
2026-03-16  Viktor Szakatsldap: fix to initialize cleartext connection on Windows
2026-03-16  Daniel Stenbergbadwords-all: exit with correct code on errors
2026-03-16  Daniel Stenbergbadwords: detect the the and with with
2026-03-16  Daniel Stenbergurl: use URL for url even in comments
2026-03-16  Martin Dürrmeierdocs/lib: fix typos
2026-03-16  Stefan Eissingprotocol source, all about protocols and uri schemes
next