]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2025-03-12  Daniel Stenbergmulti: call protocol handler done() if PROTOCONNECT... bagder/protocol-done-needs-do 16681/head
2025-03-12  Daniel Stenbergsrc: remove final uses of Curl_ symbol prefixes in...
2025-03-12  Daniel Stenbergmanagen: accept more markdown-quote-markers
2025-03-12  Stefan Eissingsendf: client reader line conversion: do not change...
2025-03-12  Daniel Stenbergtool_operate: fix build with --libcurl support disabled
2025-03-12  Viktor SzakatsGHA/windows: change openssh server, non-debug-enabled...
2025-03-12  Viktor Szakatscurltime: use libcurl time functions in src and tests...
2025-03-12  Daniel Stenbergmulti: kill off remaining internal handles in curl_mult...
2025-03-11  Viktor Szakatscurl_setup: drop `ERANGE` (for WinCE), no longer used
2025-03-11  Viktor Szakatstests/server: use `curlx_str_numblanks()` to avoid...
2025-03-11  Daniel StenbergRELEASE-NOTES: synced
2025-03-11  Daniel Stenbergcurl: add my_setopt_long() and _offt()
2025-03-11  Stefan Eissingwolfssh: fix freeing of resources in disconnect
2025-03-11  Stefan Eissingtest489: set output dir
2025-03-11  Viktor Szakatstftpd: prefix TFTP protocol error `E*` constants with...
2025-03-11  Viktor SzakatsGHA: enable OpenSSL QUIC in a macOS and MinGW job
2025-03-11  Daniel Stenbergtool_operate: fix a stray Curl_ symbol use
2025-03-11  Daniel Stenbergsrc: s/Curl_safefree/curlx_safefree
2025-03-10  Daniel Stenbergcurl_memrchr: enable in all builds
2025-03-10  Daniel Stenbergsrc: use curlx_dyn_ prefix, not Curl_dyn_
2025-03-10  Daniel Stenbergsrc: remove Curl_ prefix from tool-specific function
2025-03-10  Stefan Eissinglibssh: fix freeing of resources in disconnect
2025-03-10  Stefan Eissinglibssh2: fix freeing of resources in disconnect
2025-03-10  Viktor Szakatsbuild: enable `-Wcast-qual`, fix or silence compiler...
2025-03-10  Viktor SzakatsDISABLED: add 313 for sectransp (move from GHA/macos)
2025-03-10  Viktor Szakatstidy-up: replace `Curl_safefree` with `free` before...
2025-03-10  Jay Satirolibssh: fix scp large file upload for 32-bit size_t...
2025-03-10  Daniel Stenbergurlapi: treat 0 alone as decimal number in IPv4 address
2025-03-10  Viktor Szakatstidy-up: whitespace, tests/server Makefile.inc, timeval...
2025-03-10  Daniel Stenberghostip: don't use alarm() for DoH resolves
2025-03-10  Daniel Stenberglib: clear up CURLRES_ASYNCH vs USE_CURL_ASYNC use
2025-03-10  Daniel Stenbergsocks: remove bad assert from do_SOCKS5()
2025-03-10  Daniel StenbergSTRPARSE: amend with recently added functions
2025-03-10  Daniel Stenberglib: rename curlx_strtoofft to Curl_str_numblanks()
2025-03-10  Christian Schmitzeasy: fix warning about possible comma misuse
2025-03-10  Daniel Stenbergconfigure: call the blocking resolver "blocking", not...
2025-03-10  Daniel Stenbergmprintf: switch three number parsers to use strparse
2025-03-10  Daniel Stenbergsrc: replace strto[u][ld] with curlx_str_ parsers
2025-03-10  Viktor SzakatsGHA/windows: enable H3 in GnuTLS MinGW job
2025-03-10  Viktor Szakatslibssh2: fix memory leak in `SSH_SFTP_REALPATH` state
2025-03-09  Viktor Szakatsruntests: fix SSH server not starting in cases, re...
2025-03-09  Viktor Szakatstests/server: sync `wait_ms()` with the libcurl impleme...
2025-03-09  Samuel Henriquetests/servers.pm: remove unused variable 'portrange'
2025-03-09  Viktor Szakatslib2302: fix crash due to stack overflow on MSVC and...
2025-03-09  Viktor SzakatsGHA/windows: add GnuTLS job, drop default OpenSSL for...
2025-03-08  Viktor SzakatsGHA/windows: re-add GnuTLS for vcpkg, improve perf...
2025-03-08  Daniel StenbergRELEASE-NOTES: synced
2025-03-08  Samuel Henriquetest1022: add support for rc releases
2025-03-08  Viktor Szakatsgtls: fix uninitialized variable
2025-03-08  renovate[bot]GHA: update dependency cloudflare/quiche to v0.23.4
2025-03-08  Daniel StenbergRELEASE-PROCEDURE.md: explain release candidates
2025-03-08  Viktor Szakatscurl_setup_once: stop redefining `ENAMETOOLONG` to...
2025-03-08  Viktor Szakatscurl_setup_once: drop `E*` macro redefines unused ...
2025-03-08  Viktor Szakatstests/server: fix to check against winsock2 error codes...
2025-03-07  Viktor Szakatszlib: bump minimum to 1.2.5.2 (was: 1.2.0.4)
2025-03-07  Stefan Eissingquiche: do not iterate over multi handles
2025-03-07  Daniel Stenbergtool_parsecfg: make my_get_line() skip empty and blanks...
2025-03-07  Daniel Stenbergsetopt: illegal CURLOPT_SOCKS5_AUTH should return error
2025-03-07  Viktor SzakatsGHA/windows: msys/mingw improvements
2025-03-07  Viktor Szakatsvtls: fix compiler warnings seen with gcc 7.3.0 and...
2025-03-07  Stefan Eissingopenssl-quic: do not iterate over multi handles
2025-03-07  Viktor SzakatsGHA/windows: ignore flaky 2310 with MSVC again
2025-03-07  Viktor Szakatstests/server: round of tidy-ups (part 2)
2025-03-07  Viktor Szakatswolfssl: fix unused variable warning
2025-03-07  Viktor Szakatscmake: `CURL_LIBDIRS` improvements (upstreamed from...
2025-03-07  Viktor Szakatsbuild: cmake multi-pkg-config detection improvements...
2025-03-07  Daniel Stenbergurl: call protocol handler's disconnect in Curl_conn_free
2025-03-07  Stefan Eissingngtcp2: do not iterate over multi handles
2025-03-07  Daniel Stenbergsrc: cleanup ISBLANK vs ISSPACE
2025-03-07  Viktor SzakatsGHA/macos: add initial pytest support
2025-03-06  Daniel Stenbergsetopt: setting PROXYUSERPWD after PROXYUSERNAME/PASSWO... 16601/head
2025-03-06  Harry Sintonendoh: improve HTTPS RR svcparams parsing
2025-03-06  Viktor SzakatsGHA/windows: drop `handle64.exe`
2025-03-06  Viktor Szakatssectransp: add support for HTTP/2 in gcc builds
2025-03-06  Viktor Szakatstests: reformat error messages to avoid tripping MSBuild
2025-03-06  Viktor Szakatswindows: do not use winsock2 `inet_ntop()`/`inet_pton()`
2025-03-06  Daniel StenbergRELEASE-NOTES: synced
2025-03-06  Ethan Wilkesws: corrected curlws_cont to reflect its documented...
2025-03-06  Daniel Stenbergmulti: start the loop over when handles are removed
2025-03-06  Daniel Stenbergtool_parsecfg: make my_get_line skip comments and newlines
2025-03-06  Daniel Stenbergdocs/HISTORY: add some events from the last year
2025-03-06  Zhang Wentool_operate: change "1 retries" to "1 retry"
2025-03-06  Stefan Eissingtests/certs: cleanup
2025-03-06  Martxelopenssl: fix pkcs11 URI checking for key files.
2025-03-06  Viktor Szakatscmake: fix detection pre-fills for iOS
2025-03-06  Viktor SzakatsGHA/windows: drop test exclusions from MSYS jobs
2025-03-06  Viktor Szakatsbuild: set `HAVE_STDINT_H` if `stdint.h` is available
2025-03-06  Viktor Szakatstests: mark tests 1631, 1632 flaky
2025-03-06  Viktor SzakatsGHA/macos: stop ignoring test 2100 with gcc
2025-03-06  Viktor Szakatslib1156: pass longs to `curl_easy_setopt()`
2025-03-06  Viktor Szakatscurl.h: switch `CURL_HTTP_VERSION*` enums to long constants
2025-03-05  Daniel Stenbergtests/certs: drop the empty .dhp files
2025-03-05  Viktor SzakatsGHA/macos: restore nghttp2 package for runtests HTTP...
2025-03-05  Viktor Szakatsruntests: check and report if `diff` tool is missing
2025-03-05  Viktor SzakatsGHA/windows: bump msys2 action, downgrade runtime for...
2025-03-05  Viktor SzakatsGHA/windows: stop ignoring most ignored test results
2025-03-05  Daniel Stenbergtool_getparam: parse_header() without strtok
2025-03-05  Ondřej Hlavatýrequest: clear sendbuf_hds_len when resetting request...
2025-03-05  Stefan Eissinggnutls: set priority via --ciphers
2025-03-05  Viktor SzakatsGHA/windows: always install diffutils for MSYS/mingw...
next