]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2026-02-25  Viktor Szakatsbuild: map Apple clang 26.4+ to llvm/clang 21.1
2026-02-25  Viktor Szakatsbuild: enable `-Wjump-misses-init` for clang 21+
2026-02-24  Hamza Benslimandocs: add reproducible example for generating man page
2026-02-24  Viktor Szakatsbuild: fix building rare combinations
2026-02-24  Viktor Szakatstidy-up: macro parentheses
2026-02-24  Viktor Szakatsmanagen: silence Perl warnings
2026-02-24  Daniel StenbergDEPRECATE.md: TLS SRP support gets removed in August...
2026-02-24  Daniel Stenbergconfig-riscos.h: drop all undefs
2026-02-24  Daniel Stenbergtop-complexity: lower the max allowed complexity to 60
2026-02-24  Viktor Szakatsopenssl: fix potential NULL dereference when loading...
2026-02-24  Daniel Stenbergmbedtls: split mbed_connect_step1 into sub functions
2026-02-24  Daniel Stenbergsetopt: refuse blobs with zero length
2026-02-24  Diogo Correiadocs: use dot instead of comma at end of sentences
2026-02-24  Viktor SzakatsINSTALL-CMAKE.md: document the `curl` build target
2026-02-23  Viktor Szakatsspacecheck: double spaces in folded strings, fix fallouts
2026-02-23  Viktor Szakatsclang-tidy: enable `readability-math-missing-parenthese...
2026-02-23  Daniel Stenbergftp: split ftp_state_use_port into sub functions
2026-02-23  Viktor Szakatsclang-tidy: add arg names to prototypes where missing...
2026-02-23  Daniel Stenbergsetopt: make setopt_copypostfields a separate function
2026-02-23  Viktor Szakatslib: use lib source directory as base include path
2026-02-23  Viktor Szakatscmake: add C++ integration test
2026-02-23  Viktor Szakatscurl/curl.h: revert to recursive macros to keep support...
2026-02-23  Viktor Szakatscmake: always build curlu and curltool test libs in...
2026-02-23  Daniel Stenbergopenssl: fix compiler warning with OpenSSL master
2026-02-23  Viktor Szakatsclang-tidy: add arg names to prototypes where missing
2026-02-22  Daniel StenbergURL-SYNTAX.md: fix port number mistakes for IMAP and...
2026-02-22  Viktor Szakatstests/server: silence clang-tidy warning
2026-02-22  Viktor SzakatsGHA/non-native: enable FreeBSD on arm again
2026-02-22  Viktor Szakatscmake: force-disable unity for clang-tidied build targe...
2026-02-22  Daniel Stenbergconfig2setopts: split into smaller functions
2026-02-22  Daniel Stenbergsocks_sspi: split Curl_SOCKS5_gssapi_negotiate into...
2026-02-22  Viktor Szakatscmake: limit clang-tidy to the shared libcurl if static...
2026-02-22  Daniel Stenbergtool: improve config error messaging
2026-02-22  Viktor Szakatscmake: omit `curl.rc` from curltool lib
2026-02-22  Viktor Szakatsclang-tidy: add missing parentheses to debug macro...
2026-02-21  Viktor Szakatsbuild: adjust minimum version for some clang picky...
2026-02-21  Viktor Szakatsclang-tidy: check `bugprone-macro-parentheses`, fix...
2026-02-21  Daniel Stenbergsilent.md: also mention it shuts off warning messages
2026-02-21  Daniel Stenbergurl: fix copy and paste url_match_auth_nego mistake
2026-02-21  Viktor Szakatsinet_pton: scope an include
2026-02-21  Viktor Szakatsopenssl: fix potential OOB read in debug/verbose logging
2026-02-21  Viktor Szakatsclang-tidy: drop some redundant conditions reported...
2026-02-21  Stefan Eissingeasy: reset pausing when resetting request
2026-02-21  Christian Schmitzrequest.h: rename parameter 'buf' to 'req' in Curl_req_send
2026-02-20  Viktor Szakatsclang-tidy: link to main documentation page [ci skip]
2026-02-20  Daniel StenbergRELEASE-NOTES: synced
2026-02-20  Viktor Szakatsunit1654: fix clang-tidy `bugprone-redundant-branch...
2026-02-20  Viktor Szakatsclang-tidy: check `misc-header-include-cycle`, fix...
2026-02-20  Viktor Szakatslibtests: drop two redundant `memset()`s
2026-02-20  Viktor Szakatstests: avoid assignment in `if` conditions in `first.h`
2026-02-20  Viktor Szakatsbuild: disable typecheck via the command-line instead...
2026-02-20  Viktor Szakatscmake: include `curl/curl.h` as system header in integr...
2026-02-20  Viktor Szakatsmemdebug: include `backtrace.h` as system header
2026-02-20  Daniel Lublindocs: clarify --ipv4 and --ipv6
2026-02-20  Anna Libertydocs: reword explanation of --variable option
2026-02-20  Viktor Szakatstests/server/sockfilt: check for NULL `tv` to silence...
2026-02-20  Viktor Szakatsclang-tidy: work around clang-tidy <=20 false positive...
2026-02-20  Viktor SzakatsINSTALL-CMAKE.md: document more settings requiring...
2026-02-20  Viktor Szakatscmake: improve clang-tidy invocation for tests in cross...
2026-02-19  Viktor Szakatscmake: sync clang-tidy arg order in tests with C compiler
2026-02-19  Viktor Szakatsclang-tidy: sort list [ci skip]
2026-02-19  Viktor Szakatsclang-tidy: replace comma-separated string with list...
2026-02-19  Viktor Szakatsclang-tidy: drop redundant casts
2026-02-19  Viktor Szakatsclang-tidy: enable and fix `readability-uppercase-liter...
2026-02-19  Viktor Szakatsclang-tidy: check `readability-redundant-preprocessor...
2026-02-19  Viktor Szakatsclang-tidy: check `readability-redundant-control-flow`
2026-02-19  Viktor Szakatsclang-tidy: sync argument names in prototype and definition
2026-02-19  Viktor Szakatsrtspd: fix to check `realloc()` result
2026-02-19  Viktor Szakatscmake/FindMbedTLS: add workaround for missing static...
2026-02-18  Viktor Szakatsclang-tidy: fixes and improvements
2026-02-18  Viktor Szakatsbuild: fix `-Wunused-macros` warnings, and related...
2026-02-18  Viktor Szakatscurl_ntlm_core: merge two `#if` blocks
2026-02-18  Viktor Szakatsopenssl: disable local keylog feature if built-in upstream
2026-02-18  Stefan Eissingeasy: reset errorbuf on eyeballing success
2026-02-17  Dan Fandrichlibcurl-security.md: Fix typos and add a point about...
2026-02-16  Viktor SzakatsGHA/windows: mark 3023/3024 flaky
2026-02-16  Viktor Szakatslib: delete unused local includes
2026-02-15  Viktor Szakatsinclude: avoid recursive macros
2026-02-15  Viktor Szakatsmprintf: rename internal enum to avoid collision with...
2026-02-15  Viktor SzakatsGHA/windows: mark test 3000 flaky too
2026-02-15  Viktor Szakatssrc: simplify declaring `curl_ca_embed`
2026-02-15  Viktor Szakatscmake: enable binutils ld workaround for all toolchains...
2026-02-15  Viktor Szakatscurl_setup.h: update/expand `OPENSSL_SUPPRESS_DEPRECATE...
2026-02-14  Viktor Szakatsexamples/usercertinmem: use modern OpenSSL API, drop...
2026-02-13  Viktor Szakatslib: skip compiling code with features disabled
2026-02-13  Viktor SzakatsGHA/windows: bump cygwin/cygwin-install-action to v6.1
2026-02-13  Viktor Szakatscmake: normalize uppercase hex winver (for display)
2026-02-12  Viktor Szakatscmake: warn for invalid `CURL_TARGET_WINDOWS_VERSION...
2026-02-12  Viktor SzakatsGHA/windows: replace Cygwin distro server
2026-02-12  Daniel Stenbergws/tftp: include header file even when protocol disabled
2026-02-12  Daniel Stenbergsmb: include arpa/inet.h for NonStop
2026-02-12  Daniel Stenbergschannel: refactor: reduce variable scopes, fix comment...
2026-02-12  Daniel Stenbergmulti: split multi_runsingle into sub functions
2026-02-12  Viktor Szakatsmsvc: VS2026: unlock picky warning in cmake, test in CI
2026-02-12  renovate[bot]GHA: update google/boringssl to v0.20260211.0
2026-02-12  Viktor Szakatscmake: add `CURL_PATCHSTAMP` configuration variable...
2026-02-12  Viktor Szakatscmake: add `BORINGSSL_VERSION` configuration variable...
2026-02-12  Viktor Szakatstidy-up: miscellaneous
2026-02-12  Viktor Szakatswindows: tidy up `wincrypt.h` / BoringSSL/AWS-LC coexis...
2026-02-12  Daniel StenbergRELEASE-NOTES: synced
next