]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2025-03-14  Viktor Szakatsbuild: do not apply curl debug macros to `tests/server...
2025-03-14  Viktor Szakatstests/server: give global `path` variable a more descri...
2025-03-14  Calvin Ruoccows: fix and extend CURLWS_CONT handling
2025-03-14  Viktor Szakatsautotools: fix `dllmain.c` in unity builds
2025-03-14  Viktor Szakatstests/server: drop unused `base64.pl`
2025-03-14  Daniel StenbergRELEASE-NOTES: synced
2025-03-14  Daniel Stenbergrustls: cap maximum allowed CRL file size to 8MB
2025-03-14  Daniel Stenbergdoh: remove wrong but unreachable exit path from doh_de...
2025-03-13  Daniel Stenbergtool_setopt: reduce use of "code hiding" macros
2025-03-13  Daniel Stenbergtool_setopt: simplify tool_setopt
2025-03-13  Viktor SzakatsGHA/windows: replace OpenSSH-Windows-Prelease job with...
2025-03-13  Viktor SzakatsGHA: fix configure disable options
2025-03-13  Viktor Szakatsresolve: fix building without Unix sockets and `CURLDEBUG`
2025-03-13  Viktor Szakatstests/server: sync memory callbacks with `lib/easy.c`
2025-03-13  Viktor Szakatstests/server: do not redefine standard functions in...
2025-03-13  Viktor Szakatstests/server: drop unused headers
2025-03-13  Viktor Szakatsmemdebug.h: avoid `-Wredundant-decls` with an extra...
2025-03-13  Viktor Szakatscmake: unity mode optimization for non-`CURLDEBUG`...
2025-03-13  Daniel Stenbergcookie: accept "high byte" cookie content
2025-03-12  Viktor Szakatscore: stop redefining `E*` macros on Windows, map ...
2025-03-12  Viktor Szakatsbase64: drop `BUILDING_CURL` macro, always include...
2025-03-12  Viktor Szakatsntlm: merge ntlm.h into ntlm.c
2025-03-12  Viktor Szakatsbuild: replace Curl_ prefix with curlx_ for functions...
2025-03-12  Daniel Stenbergruntests: enable the --libcurl feature by default
2025-03-12  Daniel Stenbergmulti: call protocol handler done() if PROTOCONNECT...
2025-03-12  Stefan Eissingcurl: fix --cert parameter clearing
2025-03-12  Daniel StenbergGHA: do a build-only without the --libcurl option enabled
2025-03-12  Daniel Stenbergtests: make --libcurl tests require the --libcurl feature
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`
next