]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2026-03-03  Daniel Stenbergdocs: avoid using the word 'magic'
2026-03-03  Daniel Stenbergstop using the word 'just'
2026-03-03  renovate[bot]Dockerfile: update debian:bookworm-slim digest to 74d56e3
2026-03-02  Viktor Szakatscmake: stop disabling C4774 after replacing `snprintf...
2026-03-02  Daniel Díazmbedtls: guard TLS 1.3 + session tickets usage inside...
2026-03-02  Viktor Szakatsbuild: drop unused `snprintf()` feature check on Windows
2026-03-02  Viktor Szakatsmprintf: silence clang-tidy `readability-suspicious...
2026-03-02  Viktor Szakatscurlx: add local `snprintf()` helper that always nul...
2026-03-02  Viktor Szakatsmulti: fix unreachable code compiler warning
2026-03-02  Viktor Szakatsclang-tidy: fix `readability-suspicious-call-argument`
2026-03-02  Viktor Szakatscmake: minor improvements to integration test framework
2026-03-02  Viktor Szakatsclang-tidy: enable `clang-analyzer-*` checks explicitly...
2026-03-02  Viktor Szakatshttp1: fix potential NULL dereference in `Curl_h1_req_p...
2026-03-02  Daniel StenbergTODO: drop the alt-svc fallback
2026-03-01  Daniel Stenbergtest1637: verify --fail and --retry with 502 response...
2026-03-01  Daniel StenbergHISTORY: mention that Rafael passed away much too early
2026-03-01  dependabot... GHA: bump actions and pip dependencies
2026-02-28  Viktor Szakatscmake: rename `testbins` target to `tt`, restore intern...
2026-02-28  Viktor SzakatsGHA/windows: bump clang-tidy job to clang v20 (from...
2026-02-28  Viktor Szakatsclang-tidy: fix issues found with build-fuzzing
2026-02-28  Viktor Szakatsclang-tidy: silence more minor issues found by v22
2026-02-27  Florian Imdahldocs: some nitpicks
2026-02-27  Daniel StenbergINSTALL.md: fix typo
2026-02-27  Viktor Szakatsappveyor: minor improvements [ci skip]
2026-02-27  Viktor Szakatsldap: silence clang-tidy v22 warning
2026-02-27  Viktor Szakatsmprintf: use `_snprintf()` when compiled with VS2013...
2026-02-27  Viktor Szakatscmake: convert `curl_add_clang_tidy_test_target()`...
2026-02-27  Viktor Szakatscmake: replace `list(FIND)` with `if(var IN_LIST list)`
2026-02-27  Viktor SzakatsGHA/linux: replace scan-build with clang-tidy
2026-02-27  Viktor Szakatscmake: fix system include directory position for clang...
2026-02-27  Daniel StenbergRELEASE-NOTES: synced
2026-02-27  Daniel Stenbergcfilter: move a debug-only check into ifdef DEBUGBUILD
2026-02-27  Daniel Stenbergftp: remove two redundant assignments
2026-02-27  Viktor Szakatsvquic: fix unused variable warning reported by clang...
2026-02-27  Viktor Szakatsclang-tidy: add missing and delete redundant parentheses
2026-02-26  Daniel Stenbergmailmap: Hamza Bensliman
2026-02-26  Viktor Szakatscmake: fix confusing error when a dependency is undetec...
2026-02-26  Viktor SzakatsGHA/linux: delete unused autotools clang-tidy logic
2026-02-26  Viktor SzakatsGHA/macos: bump runner to macos-26 in clang-tidy jobs
2026-02-26  Viktor SzakatsGHA/linux: enable clang-tidy for docs/examples
2026-02-26  Viktor SzakatsGHA/macos: drop unused `install_step` values [ci skip]
2026-02-26  hamzartsp: fix assertion failure on zero-length RTP payload
2026-02-26  renovate[bot]GHA: update ngtcp2/ngtcp2 to v1.21.0
2026-02-26  Daniel Stenbergmulti: avoid a theoretical 32-bit wrap
2026-02-26  Viktor SzakatsGHA/linux: bump sanitizer jobs to clang v20 (from v18)
2026-02-26  Viktor SzakatsGHA/macos: update comment about macOS targets vs. features
2026-02-26  Viktor Szakatscmake: silence potential unused var warnings in C+...
2026-02-26  Daniel StenbergVULN-DISCLOSURE-POLICY.md: use hackerone
2026-02-26  Viktor SzakatsGHA/linux: switch clang-tidy job to cmake for 2x speed...
2026-02-26  Viktor Szakatsclang-tidy: enable scanning headers
2026-02-26  Viktor Szakatsunit3205: suppress two clang-tidy false positives
2026-02-26  Viktor Szakatstests/server: fix to clear the complete `srvr_sockaddr_...
2026-02-26  Viktor Szakatsbuild: add missing `GENERATEDCERTS` files
2026-02-26  Viktor Szakatscmake: minor fixes to test targets after prev
2026-02-26  Viktor Szakatsbuild: do not include wolfSSL header in `curl_setup.h`
2026-02-25  Viktor Szakatscmake: replace internal option with a new `testbins...
2026-02-25  Viktor Szakatscmake: fix passing system header directories to clang...
2026-02-25  Viktor Szakatsclang-tidy: avoid/silence `bugprone-not-null-terminated...
2026-02-25  Viktor Szakatscmake: add native clang-tidy support for tests, with...
2026-02-25  Viktor Szakatsclang-tidy: add more missing parentheses in macro values
2026-02-25  Viktor Szakatsclang-tidy: enable more checks
2026-02-25  Viktor Szakatstidy-up: miscellaneous
2026-02-25  Viktor Szakatsclang-tidy: enable `bugprone-signed-char-misuse`, fix...
2026-02-25  Daniel StenbergRELEASE-NOTES: synced
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...
next