]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2025-11-24  Viktor Szakatscurlx/strerr: use `strerror_s()` on Windows
2025-11-24  Viktor Szakatsfile: do not pass invalid mode flags to `open()` on...
2025-11-24  Viktor Szakatscurl_fopen: do not pass invalid mode flags to `open...
2025-11-24  Viktor Szakatscmake: add support for libbacktrace, fix two build...
2025-11-24  Daniel Stenbergtool_writeout: bail out proper on OOM
2025-11-24  Daniel Stenbergmemdebug: produce stack trace dump with libbacktrace
2025-11-24  bttrfl on githubspeedcheck: do not trigger low speed cancel on transfer...
2025-11-23  renovate[bot]GHA: update ngtcp2/nghttp3 to v1.13.0 from v1.12.0
2025-11-23  renovate[bot]GHA: update ngtcp2/ngtcp2 to v1.18.0 from v1.17.0
2025-11-23  Stefan Eissingwolfssl: fix cipher list, skip 5.8.4 regression
2025-11-23  Daniel Stenbergasyn-ares: remove hostname free on OOM
2025-11-23  Daniel Stenbergtool_msgs: make voutf() use stack instead of heap
2025-11-22  Daniel Stenbergtool_operate: fix a case of ignoring return code in...
2025-11-22  Daniel Stenbergtool_operate: fix case of ignoring return code in singl...
2025-11-22  Daniel StenbergKNOWN_RISKS: known risks when running and using curl...
2025-11-21  Daniel StenbergRevert "GHA: update gnutls/gnutls to 3.8.11 from 3...
2025-11-21  Viktor Szakatscurlx: replace `mbstowcs`/`wcstombs` with `_s` counterp...
2025-11-21  Viktor Szakatschecksrc: ban `_tcsncpy`, `wcscpy`, `wcsncpy`
2025-11-21  renovate[bot]GHA: update gnutls/gnutls to 3.8.11 from 3.8.10
2025-11-21  Stefan Eissingmulti: make max_total_* members size_t
2025-11-21  Daniel Stenbergsmb: fix a size check to be overflow safe
2025-11-21  Stefan Eissingapple-sectrust: always ask when `native_ca_store` is...
2025-11-21  Viktor Szakatsbuild: add build-level `CURL_DISABLE_TYPECHECK` options
2025-11-21  Viktor Szakatslib: replace `_tcsncpy`/`wcsncpy`/`wcscpy` with `_s...
2025-11-21  x2018lib: cleanup some whitespace nits
2025-11-21  Stefan Eissingopenssl: no verify failf message unless strict
2025-11-21  Daniel StenbergGHA: disable TLS in the linux-old build
2025-11-21  Daniel Stenberggtls: drop support for GnuTLS < 3.6.5
2025-11-21  Marc Aldorasignutls: implement CURLOPT_CAINFO_BLOB
2025-11-21  Viktor Szakatssrc: move `memdebug.h` to be the last include
2025-11-21  Viktor SzakatsGHA/checksrc: switch xmllint job to Linux (from macOS)
2025-11-21  Viktor SzakatsGHA/codeql: add tweak to successfully build libtests...
2025-11-21  renovate[bot]GHA: update dependency wolfSSL/wolfssl to v5.8.4
2025-11-20  Daniel StenbergRELEASE-NOTES: spellfix
2025-11-20  Daniel StenbergRELEASE-NOTES: synced
2025-11-20  Stefan Eissingquiche: eliminate size_t casts
2025-11-20  Stefan Eissingfile: eliminate size_t cast
2025-11-20  Daniel Stenbergtool_urlglob: clean up used memory on errors better
2025-11-20  renovate[bot]GHA: update actions/checkout action to v6 from v5
2025-11-20  Daniel StenbergINTERNALS: add release dates to the oldest supported...
2025-11-20  Daniel Stenberghttp: error on OOM when creating range header
2025-11-20  Stefan Eissinghttpsrr/altsvc: eliminate size_t casts
2025-11-20  Stefan Eissingvquic: eliminate size_t casts
2025-11-20  Stefan Eissingcf-socket: elminiate size_t casts
2025-11-20  Stefan Eissingrtmp: eliminate size_t casts
2025-11-20  Stefan Eissingmqtt: eliminate size_t cast
2025-11-20  Stefan Eissingh2-proxy: eliminate size_t cast
2025-11-19  Viktor Szakatscmake: honor `CURL_DISABLE_INSTALL` and `CURL_ENABLE_EX...
2025-11-19  Viktor Szakatscurlx: add and use `curlx_freopen()`
2025-11-19  Viktor Szakatsruntests: add `-m=seconds` to override test curl comman...
2025-11-19  Christian Schmitzlibssh2: add paths to error messages for quote commands
2025-11-19  Stefan Eissinghttp: eliminate ssize_t
2025-11-19  Stefan Eissinggopher: convert ssize_t to size_t
2025-11-19  Stefan Eissingftp: use size_t instead of ssize_t
2025-11-19  Viktor Szakatstidy-up: move `CURL_UNCONST()` out from macro `curl_uni...
2025-11-19  Viktor SzakatsGHA: set `--buildinfo` for `test-torture` jobs
2025-11-19  Daniel Stenbergtest777: simple ---ssl-sessions test with wrong sessions
2025-11-19  Daniel Stenbergcurlinfo: add "ssl-sessions" as a feature to show
2025-11-19  Daniel Stenbergtool_cfgable: free ssl-sessions at exit
2025-11-19  Viktor Szakatscurl_setup.h: document more funcs flagged by `_CRT_SECU...
2025-11-18  Viktor Szakatstests/data: mark non-XML-compliant files as such, xmlli...
2025-11-18  Viktor SzakatsDISTROS.md: add OpenBSD
2025-11-18  Daniel Stenberglib: error for OOM when extracting URL query
2025-11-18  Viktor Szakatstest2405, 2407: mark tests based on lib2405 flaky
2025-11-18  Viktor Szakatstests/data: more XML-compliance via `%LT` and `%GT...
2025-11-18  Daniel Stenberghsts: propagate and error out correctly on OOM
2025-11-18  Daniel Stenbergcookie: return error on OOM
2025-11-18  Daniel Stenbergurl: if OOM in parse_proxy() return error
2025-11-18  Daniel Stenbergopenssl: exit properly on OOM when getting certchain
2025-11-18  Daniel Stenbergtool_getparam: verify that a file exists for some options
2025-11-18  Viktor SzakatsGHA: reduce timeouts for Linux and macOS jobs
2025-11-18  Daniel StenbergTEST-SUITE.md: correct the man page's path
2025-11-18  boingballAmigaOS: increase minimum stack size for tool_main
2025-11-18  Viktor Szakatsexamples: tidy-up headers and includes
2025-11-18  Viktor Szakatsexamples: make functions/data static where missing
2025-11-17  Viktor Szakatsbuild: tidy-up MSVC CRT warning suppression macros
2025-11-17  Viktor Szakatsbadwords: add more contractions, fix fallouts
2025-11-17  Viktor Szakatsbadwords: fix issues found in scripts and other files
2025-11-17  Viktor Szakatsrenovate.json: replace `CI:` prefix with `GHA:`
2025-11-17  renovate[bot]GHA: update dependencies
2025-11-17  Daniel Stenberghttp: avoid two strdup()s and do minor simplifications
2025-11-17  Viktor Szakatsappveyor: add VS2010 x86 Release VS project job and...
2025-11-17  Stefan Eissingh2/h3: handle methods with spaces
2025-11-17  Daniel Stenberghttp: the :authority header should never contain user...
2025-11-17  Viktor Szakatsprojects/README.md: Markdown fixes
2025-11-17  x2018digest_sspi: fix a memory leak on error path
2025-11-17  x2018openssl: fix a potential memory leak of bio_out
2025-11-17  x2018openssl: fix a potential memory leak of params.cert
2025-11-17  x2018schannel_verify: fix a memory leak of cert_context
2025-11-17  x2018libssh: properly free sftp_attributes
2025-11-17  Marcel Raadbuild: exclude clang prereleases from compiler warning...
2025-11-17  Viktor Szakatstidy-up: miscellaneous
2025-11-17  Viktor Szakatsbadwords: fix issues found in tests
2025-11-17  Viktor Szakatscf-socket: limit use of `TCP_KEEP*` to Windows 10.0...
2025-11-17  Viktor SzakatsRELEASE-NOTES: update upcoming removals
2025-11-17  Stefan Eissingpytest fixes and improvements
2025-11-17  Daniel Stenbergcurl_sasl: make Curl_sasl_decode_mech compare case...
2025-11-16  Daniel StenbergRELEASE-NOTES: synced
2025-11-16  x2018wolfssl: fix a potential memory leak of session
2025-11-16  Viktor Szakatsruntests: detect bad libssh differently for test 1459...
next