]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2026-04-07  Daniel Stenbergclang-tidy: drop readability-math-missing-parentheses
2026-04-07  Stefan Eissingcf-ip-happy: limit concurrent attempts
2026-04-07  renovate[bot]GHA: update openssl/openssl to v3.6.2
2026-04-07  Daniel Stenberglibssh: split myssh_statemach_act into sub functions...
2026-04-07  Daniel Stenberglibssh2: split ssh_statemachine into more sub functions
2026-04-07  Daniel Stenbergprotocol: disable connection reuse for SMB(S)
2026-04-07  Viktor Szakatscurl_ntlm_core: use wolfCrypt DES API with wolfSSL
2026-04-07  Viktor Szakatslib: replace `PRI*32` printf masks with C89 ones
2026-04-07  renovate[bot]Dockerfile: update debian:bookworm-slim Docker digest...
2026-04-07  Daniel Stenberglib: reserve 'result' for CURLcode, even more
2026-04-06  Viktor Szakatscmake: pre-fill `HAVE_PIPE2` for two more platforms
2026-04-06  Daniel Stenberglib: reserve 'result' for CURLcode
2026-04-06  Daniel Stenbergcfilters: fix Curl_pollset_poll() return code mixup
2026-04-06  Viktor SzakatsGHA/curl-for-win: drop certdata dependency and `GITHUB_...
2026-04-06  Viktor SzakatsGHA: autoreconf downloaded tarballs where missing
2026-04-06  Viktor Szakatsspacecheck.pl: fix to check 3+ newlines in all files
2026-04-06  Viktor Szakatscmake: drop redundant condition
2026-04-06  Viktor SzakatsMakefile.am: replace stray `:=` with `=` [ci skip]
2026-04-05  Viktor Szakatscurl_setup.h: drop stray/unused `USE_OPENSSL_QUIC`...
2026-04-05  Viktor Szakatsman: fix argument type for `CURLSHOPT_[UN]SHARE` options
2026-04-05  Daniel StenbergCURLOPT_SOCKS5_AUTH.md: an access property
2026-04-05  Viktor SzakatsGHA/windows: enable more options in 32-bit jobs
2026-04-05  Daniel Stenbergdocs: noproxy wants the punycoded hostname version
2026-04-05  Viktor Szakatslibssh: fix 64-bit printf mask for mingw-w64 <=6.0.0
2026-04-05  Daniel Stenbergshare: do bitshifts after the type is checked to be...
2026-04-05  Viktor Szakatslibssh: fix `-Wsign-compare` in 32-bit builds by droppi...
2026-04-05  Viktor Szakatsruntests: allow configuring SSH host/client key algorithm
2026-04-04  Daniel Stenbergsendf: fix CR detection if no LF is in the chunk
2026-04-04  Viktor SzakatsGHA/windows: restore libssh, fix to pass tests with...
2026-04-04  Viktor Szakatssshserver.pl: add option to disable KEX algorithms...
2026-04-04  Daniel Stenbergdoh: remove superfluous doh_req check
2026-04-04  Daniel StenbergCURLOPT_UPLOAD_FLAGS.md: expand
2026-04-04  Daniel Stenbergurl: set default upload flags to CURLULFLAG_SEEN
2026-04-04  Viktor SzakatsGHA/windows: bump OpenSSH-Windows to v10, other improve...
2026-04-04  Viktor SzakatsGHA/windows: switch 3 mingw-w64 jobs to ucrt64
2026-04-04  Viktor Szakatslibssh: fix `-Wsign-compare` in 32-bit builds
2026-04-04  Daniel Stenbergdocs: CURLOPT_LOGIN_OPTIONS is a login property
2026-04-04  Daniel Stenbergbuildconf: remove rc-8_20_0-1
2026-04-03  Daniel StenbergRELEASE-NOTES: synced
2026-04-03  Daniel Stenbergdnscache: fix locking for negative caching
2026-04-03  Samuel Henriquetest 766: flag as timing-dependent
2026-04-03  Stefan Eissingtool: fix retries in parallel mode
2026-04-02  Dan FandrichCI: Fix or remove obsolete files in labeler config
2026-04-02  Daniel Stenberghsts: make the HSTS read callback handle name dupes
2026-04-02  Viktor SzakatsGHA/windows: switch back to the canonical Cygwin mirror
2026-04-02  Viktor SzakatsGHA/windows: drop building with libssh
2026-04-02  Stefan Eissingasyn-thrdd: item cleanup using resolv_id
2026-04-02  Stefan Eissingurl: improve connection reuse on negotiate
2026-04-02  Daniel Stenbergurl: init req.no_body in DO so that it works for h2...
2026-04-02  Daniel Stenberghsts: accept 10K entries in the list
2026-04-02  Daniel Stenberglibssh: path length precaution
2026-04-02  Dan FandrichCI: Improve labeler tag detection
2026-04-01  Viktor Szakatsspelling: fix typos
2026-04-01  dependabot... GHA: bump actions and pips
2026-04-01  Viktor Szakatstidy-up: rename `Curl_safefree()`/`tool_safefree()...
2026-04-01  Stefan Eissinglib: make resolving HTTPS DNS records reliable:
2026-04-01  Daniel StenbergHSTS: cap the list at 1,000 entries
2026-04-01  Daniel Stenbergtest1275.pl: ignore indented sections in markdowns
2026-04-01  Daniel Stenbergaltsvc: cap the list at 5,000 entries
2026-04-01  Daniel Stenbergaltsvc: drop the prio field from the struct 21188/head
2026-04-01  Daniel Stenbergalt-svc: skip expired entries read from file
2026-04-01  Daniel Stenberghsts: skip expired HSTS entries read from file
2026-04-01  Daniel Stenbergcookie: fix rejection when tabs in value
2026-04-01  Alex Hamiltondocs/cmdline-opts: tidy up retry-connrefused
2026-03-31  Daniel Stenberghttp: refactor http_on_response into sub functions
2026-03-31  Viktor SzakatsGHA: try workaround for slow Azure Ubuntu distro server...
2026-03-31  Daniel Stenbergmd5: fix large size handling
2026-03-31  Daniel Stenberglib: accept larger input to md5/hmac/sha256/sha512...
2026-03-31  Viktor SzakatsINSTALL.md: refer to as Cygwin
2026-03-31  Viktor Szakatscmake: enable pthreads for BoringSSL/AWS-LC
2026-03-31  Daniel Stenbergdocs: SSH host verification is done at connect time
2026-03-31  John HaugabookINSTALL.md: update Cygwin instructions
2026-03-31  Viktor Szakatscmake: improve passing build options to `try_compile()`
2026-03-31  Daniel StenbergRELEASE-NOTES: synced
2026-03-31  Daniel Stenberghttp2: return error on OOM in push headers
2026-03-31  Daniel StenbergCURLOPT_SSL_CTX_FUNCTION.md: expand on effects connecti...
2026-03-31  Daniel Stenbergtool_operhlp: iterate through all slashes to find name
2026-03-31  Dan Fandrichdocs: list more dependencies for running Python HTTP...
2026-03-31  Viktor Szakatscmake: silence bad library `Threads::Threads` warning
2026-03-31  Viktor Szakatscf-https-connect: silence `-Wimplicit-int-enum-cast...
2026-03-30  renovate[bot]GHA: update dependency google/boringssl to v0.20260327.0
2026-03-30  Viktor Szakatscmake: use `Threads::Threads` imported target for POSIX...
2026-03-30  Viktor Szakatsbuild: drop redundant `HAVE_PTHREAD_H` guard
2026-03-30  Daniel Stenbergtest445: fix error code, remove SMB use
2026-03-30  Daniel Stenbergwolfssl: fix build without TLS 1.3 support
2026-03-30  Stefan Eissingfopen: for temp files, inherit permissions only for...
2026-03-30  Daniel Stenbergwolfssl: refactor Curl_wssl_ctx_init into sub functions
2026-03-30  MarkLee131tool: fix two more allocator mismatches
2026-03-30  Kaixuan Lisocks: add assertion for hostname length in SOCKS5...
2026-03-30  Greg Kroah... socks: reject zero-length GSSAPI/SSPI tokens from proxy
2026-03-30  Viktor Szakatsbuild: drop duplicate `pthread.h` includes
2026-03-30  Viktor Szakatsbuild: drop redundant `USE_QUICHE` guards
2026-03-30  Viktor Szakatstool_dirhie: stop redefining system symbol `mkdir`
2026-03-30  Viktor Szakatssrc: drop detecting and redefining system symbol `ftrun...
2026-03-30  Stefan Eissingcf-dns: connection filter for DNS queries
2026-03-30  Viktor Szakatscmake: use `AIX` built-in variable (with CMake 4.0+)
2026-03-30  Viktor SzakatsGHA/linux: drop slow server logic for non-Azure source...
2026-03-30  Viktor SzakatsGHA/windows: bump to stunnel 5.77 (from 5.76)
2026-03-30  Viktor Szakatscurl_ngtcp2: extend and update callbacks for 1.22.0+
2026-03-29  Daniel Stenbergdocs: mention more zip bomb precautions
next