]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2025-04-28  Daniel Stenberglib: provide a getaddrinfo wrapper 17134/head
2025-04-28  Daniel Stenbergcfilters: remove assert
2025-04-28  Daniel Stenbergbuildinfo: move from tests/server/ to src/, rename...
2025-04-28  Jay Satiroprogress: fix integer overflow check
2025-04-28  Daniel Stenbergpull_request_template.md: remove again
2025-04-28  Daniel Stenbergprogress: avoid integer overflow when gathering total...
2025-04-28  Daniel Stenbergsmb: avoid integer overflow on weird input date
2025-04-28  Daniel Stenbergpull_request_template.md: REUSE compliance
2025-04-28  Daniel Stenbergpull_request_template.md: provide basic instructions
2025-04-28  Stefan Eissingws: store protocol context as connection meta data
2025-04-28  Daniel StenbergHTTPSRR.md: clarify somewhat
2025-04-27  sftcdtests: add basic ECH tests
2025-04-27  Viktor Szakatscmake: extend integration tests
2025-04-26  Daniel Stenbergcurl_osslq: remove a leftover debug fprintf() call
2025-04-26  renovate[bot]GHA: update actions/download-artifact digest to d3f86a1
2025-04-26  renovate[bot]GHA: Update awslabs/aws-lc to v1.50.0
2025-04-26  Daniel StenbergRELEASE-PROCEDURE.md: release candidate git tagging...
2025-04-26  Daniel Stenbergws: fix the header replace check
2025-04-26  Viktor SzakatsGHA/windows: add gcc-15 job
2025-04-26  Viktor Szakatscmake: honor individual picky option overrides found...
2025-04-26  Viktor Szakatsbuild: enable gcc-12/13+, clang-10+ picky warnings
2025-04-26  Viktor Szakatscmake: use `LIB_NAME` in `curl-config.cmake.in`
2025-04-26  Viktor SzakatsGHA/linux: formatting nit [ci skip]
2025-04-25  Daniel Stenbergurlapi: redirecting to "" is considered fine
2025-04-25  renovate[bot]GHA: update wolfSSL/wolfssl to v5.8.0
2025-04-25  Viktor SzakatsGHA/macos: fix typo in comment [ci skip]
2025-04-25  Viktor Szakatssectransp: fix building for macOS Sierra and older
2025-04-25  Daniel Stenbergtool_paramhlp: avoid integer overflow in secs2ms()
2025-04-25  Andreas Westincf-socket: fix FTP accept connect
2025-04-25  Viktor Szakatscmake: use `CMAKE_COMPILE_WARNING_AS_ERROR` if available
2025-04-25  Viktor Szakatscmake: stop deleting `-W<n>` from `CMAKE_C_FLAGS` ...
2025-04-25  Viktor SzakatsGHA: skip updating man-db for faster installs (Ubuntu)
2025-04-25  Daniel StenbergRELEASE-NOTES: synced
2025-04-25  Daniel Stenbergtests/buildinfo: former "disabled" now provides more...
2025-04-25  Daniel Stenbergaws-sigv4: allow a blank string
2025-04-24  Viktor Szakatsbuild: tidy up internal feature detection variables...
2025-04-24  Viktor SzakatsGHA/windows: limit jobs to 15 minutes
2025-04-24  Viktor Szakatsautotools: detect `wolfSSL_set_quic_use_legacy_code...
2025-04-24  Viktor Szakatscmake: tidy up and document feature detections in depen...
2025-04-24  Stefan Eissingc-ares: really lazy init channel
2025-04-24  Daniel Stenbergmbedtls: TLS 1.3 is max when mbedtls has 1.3 support
2025-04-24  Daniel Stenbergtypecheck-gcc.h: fix the typechecks
2025-04-24  Sergeycmake: fix option() and mark_as_advanced() mixed order
2025-04-24  Viktor Szakatscmake: install shell completions for cross-builds
2025-04-24  Jochen Sprickerhofopenssl-quic: Add missing include
2025-04-24  Stefan Eissingmulti: init_do(): check result
2025-04-24  Daniel Stenbergasyn-base: remove the HTTPSRR_WORKS define
2025-04-23  Daniel Stenberglib/src/docs/test: improve curl_easy_setopt() calls
2025-04-23  Niallares: add definition for HTTPSRR_WORKS
2025-04-23  Daniel Stenberglibcurl-tutorial.md: fix read callback explanation
2025-04-23  Helmut Grohneautotools: install shell completion files on cross...
2025-04-23  Viktor SzakatsGHA/windows: fixup MSYS2 downgrade step
2025-04-23  Viktor SzakatsGHA: use more Ninja
2025-04-23  Viktor SzakatsGHA/windows: apply MSYS2 runtime downgrades to v3.5...
2025-04-23  Viktor Szakatscmake: fix `fish` install directory detection via ...
2025-04-23  Daniel Stenbergdoh: make sure CURLOPT_PROTOCOLS is set a with a "long...
2025-04-22  Viktor Szakatsruntests: fix indentation [ci skip]
2025-04-22  Viktor Szakatscmake: avoid 'target is imported but not globally visib...
2025-04-22  Viktor Szakatsopenssl-quic: avoid potential `-Wnull-dereference`...
2025-04-22  Viktor SzakatsGHA: always use Ninja on macos runners
2025-04-22  dependabot... GHA/windows: bump cygwin/cygwin-install-action
2025-04-22  Stefan Eissinglib: add meta_hash to connection, eliminate hash_offt
2025-04-22  Stefan Eissinghttp: fix HTTP/2 handling of TE request header using...
2025-04-22  Stefan Eissingvquic: unblame netbsd
2025-04-22  Stefan Eissingconnect: shutdown timer fix
2025-04-22  Stefan Eissingcares: fix missing lazy init for CURLOPT_DNS_SERVERS
2025-04-22  Stefan Eissingvquic: init for every call to recvmsg
2025-04-22  Daniel Stenbergvquic: consistent name for the stream struct across...
2025-04-22  Daniel Stenbergcurl/curlver.h: next version is 8.14.0
2025-04-22  Daniel StenbergRELEASE-NOTES: synced
2025-04-22  Daniel Stenberghostip: fix build when no async resolvers are present
2025-04-22  Daniel Stenbergasyn-base: fix build with disabled threaded resolver
2025-04-22  Max EliaserCURLOPT_ERRORBUFFER.md: the buffer is read only after...
2025-04-22  Daniel Stenberglib: use BIT() instead of bool in structs more
2025-04-21  Daniel Stenbergwcurl: import v2025.04.20 script + docs
2025-04-20  Daniel Stenbergtool_getparam: clear argument only when needed
2025-04-20  Viktor Szakatsopenssl-quic: fix printf mask
2025-04-20  Viktor SzakatsGHA/linux: tidy up around wolfSSH
2025-04-20  Viktor SzakatsGHA/windows: enable MSYS2 `diffutils` on ARM64
2025-04-20  Viktor Szakatscmake: link `crypt32` for OpenSSL feature detection
2025-04-19  Viktor Szakatsruntests: add retry option to reduce flakiness
2025-04-18  Daniel StenbergRELEASE-NOTES: synced
2025-04-18  Brian Chrzanowskiwebsocket: add option to disable auto-pong reply
2025-04-18  Stefan Eissingquic: no local idle connection timeout, ngtcp2 keep...
2025-04-18  Daniel Stenbergcf-https-connect: use the passed in dns struct pointer
2025-04-18  Daniel Stenbergdoh: reduce the DNS request buffer size
2025-04-18  sftcddoh: httpsrr fix
2025-04-18  Viktor Szakatscmake: fix shell completion install when just one flavo...
2025-04-17  Viktor SzakatsGHA/windows: add 2 basic MSVC jobs to restore some...
2025-04-17  Viktor Szakatsruntests: recognize lowercase `windows` in `curl -V`
2025-04-17  Viktor SzakatsGHA/windows: restore a simple vcpkg job (zlib + libssh2)
2025-04-17  Stefan Eissingpytest: make test_07_22 more lenient to exit codes
2025-04-17  Stefan Eissingmulti: do transfer book keeping using mid
2025-04-17  Daniel Stenbergtests/server/dnsd: basic DNS server for test suite
2025-04-17  Daniel Stenberghostip: remove duplicate assignment
2025-04-16  renovate[bot]GHA: update ngtcp2/nghttp3 to v1.9.0
2025-04-16  Viktor Szakatsscripts: drop unused import, formatting
2025-04-16  Stefan Eissingvquic: ngtcp2 + openssl support
2025-04-16  Viktor Szakatscmake: add openssl 3.5.0 + ngtcp2 support
2025-04-16  Daniel Stenbergasyn-ares: fix build with old c-ares
next