]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2025-10-20  Daniel StenbergHTTP3: clarify the status for "old" OpenSSL, not current bagder/HTTP3-old-ossl 19153/head
2025-10-19  Daniel Stenbergtool_filetime: cap crazy filetimes instead of erroring
2025-10-19  Daniel Stenbergtool_cb_rea: use poll instead of select if available
2025-10-19  Daniel Stenbergopenssl: remove dead code
2025-10-19  Daniel Stenbergrustls: exit on error
2025-10-19  Daniel Stenbergtool_operate: return error on strdup() failure
2025-10-19  Daniel Stenberglib: add asserts that hostname has content
2025-10-19  Yedaya Katsmanopenssl: fix unable do typo in failf() calls
2025-10-19  Viktor SzakatsGHA/windows: drop `git config core.autocrlf input`...
2025-10-19  Daniel Stenbergcurl_path: make sure just whitespace is illegal
2025-10-19  Daniel Stenbergcurl_get_line: enhance the API
2025-10-19  Daniel Stenberglibssh: return the proper error for readdir problems
2025-10-19  Viktor Szakatsmod_curltest: tidy-ups and small fixes
2025-10-19  Daniel Stenbergsmtp: return value ignored
2025-10-19  Viktor Szakatsexamples: replace casts with `curl_off_t` printf masks
2025-10-19  Daniel Stenbergsocks: avoid UAF risk in error path
2025-10-19  Jochen Sprickerhofopenldap: fix limit max incoming size test logic
2025-10-19  Daniel Stenbergwolfssl: clear variable to avoid uninitialized use
2025-10-19  Tatsuhiro Tsujikawangtcp2: adopt ngtcp2_conn_get_stream_user_data if available
2025-10-19  Joshua Rogersschannel: fix memory leak
2025-10-18  Viktor SzakatsGHA/curl-for-win: update container image envs
2025-10-18  JimFuller-RedHatexamples/chkspeed: portable printing when outputting...
2025-10-18  Daniel Stenberglib: remove newlines from failf() calls
2025-10-18  Daniel Stenbergtool_paramhlp: remove outdated comment in str2tls_max()
2025-10-18  Joshua Rogersopenldap: do not pass newline to infof()
2025-10-18  Joshua Rogerssrc/var: remove dead code
2025-10-18  Joshua Rogersldap: do not pass a \n to failf()
2025-10-18  Joshua Rogersschannel_verify: do not call infof with an appended \n
2025-10-18  Viktor Szakatscmake: fix Linux pre-fill `HAVE_POSIX_STRERROR_R` ...
2025-10-18  Viktor Szakatscmake: fix Linux pre-fills for non-glibc (when `_CURL_P...
2025-10-18  Daniel Stenbergopenssl: free UI_METHOD on exit path
2025-10-18  Daniel Stenbergtool_formparse: rewrite the headers file parser
2025-10-18  Viktor Szakatscurlx: promote `Curl_fseeko()` to `curlx_fseek()`,...
2025-10-17  Daniel Stenbergopenssl: fix resource leak in provider error path
2025-10-17  Daniel StenbergRELEASE-NOTES: synced
2025-10-17  Daniel Stenbergwolfssl: fix resource leak in verify_pinned error paths
2025-10-17  Daniel Stenbergmbedtls: move the crypto init into the vtls init function
2025-10-17  Daniel Stenbergcurl.h: remove incorrect comment about CURLOPT_PINNEDPU...
2025-10-17  Daniel StenbergINSTALL: update the list of known operating systems
2025-10-17  Viktor Szakatskrb5: fix `output_token` allocators in the GSS debug...
2025-10-17  Daniel StenbergKNOWN_BUGS: SOCKS-SSPI discards the security context
2025-10-17  Daniel Stenbergrustls: make read_file_into not reject good files
2025-10-17  Viktor SzakatsGHA/curl-for-win: add minimal Linux build
2025-10-17  Stefan Eissingquic: improve UDP GRO receives
2025-10-17  Stefan Eissingsocks_sspi: use the correct free function
2025-10-17  Viktor Szakatssetopt: fix unused variable warning in minimal build
2025-10-17  renovate[bot]GHA: update dependency ruff to v0.14.1
2025-10-17  Daniel Stenbergmime: fix use of fseek()
2025-10-17  Daniel Stenbergcf-socket: if FD_CLOEXEC fails on accepted socket,...
2025-10-17  Daniel Stenbergopenssl: avoid overwriting 'result' after error
2025-10-17  Daniel Stenbergtool_ipfs: simplify the ipfs gateway logic
2025-10-17  renovate[bot]GHA: update ngtcp2/ngtcp2 to v1.17.0
2025-10-17  Daniel Stenbergopenssl: fail if more than MAX_ALLOWED_CERT_AMOUNT...
2025-10-17  Stefan Eissingngtcp2: add a comment explaining write result handling
2025-10-17  Stefan Eissingtest_16: adjust timing expectations
2025-10-17  Daniel Stenbergopenssl: better return code checks when logging cert...
2025-10-17  Daniel Stenbergrustls: limit snprintf proper in cr_keylog_log_cb()
2025-10-17  Viktor Szakatsmbedtls: add support for 4.0.0
2025-10-17  Daniel Stenbergimap: treat capabilities case insensitively
2025-10-17  Daniel Stenbergexamples/websocket: fix use of uninitialized rlen
2025-10-16  Daniel Stenbergopenldap: limit max incoming size
2025-10-16  Viktor Szakatsfirefox-db2pem.sh: add macOS support, tidy-ups
2025-10-16  Viktor Szakatsscripts: pass `--` before passing xargs
2025-10-16  Viktor SzakatsGHA: sync up `curl -V` step descriptions
2025-10-16  Viktor SzakatsGHA/windows: stop installing Perl `Win32-Process*`...
2025-10-16  Viktor SzakatsGHA: bump LibreSSL to 4.2.0
2025-10-16  Viktor Szakatsversion: add GSS backend name and version
2025-10-16  Viktor Szakatsautotools: drop detection of ancient OpenSSL libs ...
2025-10-16  Stefan Eissingapple sectrust: add to features
2025-10-16  Daniel StenbergRELEASE-NOTES: synced
2025-10-16  Daniel Stenbergconnect: remove redundant condition in shutdown start
2025-10-15  Daniel Stenbergurldata: make redirect counter 16 bit
2025-10-15  Daniel Stenbergurldata: make 'retrycount' a single byte
2025-10-15  Daniel Stenberglib: stop NULL-checking conn->passwd and ->user
2025-10-15  Emre Çalışkantransfer: reset retry count on each request
2025-10-15  Stefan Eissingquic: remove data_idle handling
2025-10-15  Daniel Stenbergtftp: check for trailing ";mode=" in URL without strstr
2025-10-15  Daniel Stenbergftp: replace strstr() in ;type= handling
2025-10-15  Daniel Stenberglib: reduce use of data->conn->
2025-10-15  Daniel Stenberghttp: look for trailing 'type=' in ftp:// without strstr
2025-10-14  Jay Satirows: fix type conversion check
2025-10-14  Jay Satirotool_operate: retry on HTTP response codes 522 and 524
2025-10-14  Viktor Szakatsexamples: check more errors, fix cleanups, scope variables
2025-10-14  Daniel Stenbergopenldap: explain a const removing typecast
2025-10-14  Stefan Eissingscorecard: add perf support on linux
2025-10-13  Viktor Szakatsexamples: improve global init, error checks and returni...
2025-10-13  Viktor Szakatsexamples: return `curl_easy_perform()` results
2025-10-13  Viktor Szakatsexamples: call `curl_global_cleanup()` where missing
2025-10-13  Viktor Szakatschecksrc: allow disabling warnings on FIXME/TODO comments
2025-10-13  Daniel StenbergRELEASE-NOTES: synced
2025-10-13  Daniel Stenberglibssh2: avoid risking using an uninitialized local...
2025-10-13  Daniel Stenberglibssh: catch a resume point larger than the size
2025-10-13  Viktor SzakatsREUSE: move copyright headers to `.checksrc`
2025-10-13  Daniel Stenberglibssh2: fix EAGAIN return in ssh_state_auth_agent
2025-10-13  Daniel Stenbergsocks_sspi: remove the enforced mode clearing
2025-10-13  Daniel Stenbergpop3: function could get the ->transfer field wrong
2025-10-13  Daniel Stenbergtool_getparam: make --fail and --fail-with-body overrid...
2025-10-13  Daniel Stenbergtool_msgs: make errorf() show if --show-error
2025-10-13  Daniel StenbergKNOWN_BUGS: We do not support auth-int for Digest using...
2025-10-12  Daniel Stenbergtftp: error requests for blank filenames
next