Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from curl:master #597

Open
wants to merge 7,242 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
7242 commits
Select commit Hold shift + click to select a range
8f79b3e
contrithanks.sh: update docs/THANKS in place
bagder Feb 24, 2025
dfdd380
ci: use stable rust toolchain for rustls and skip installing the docs
lnicola Feb 24, 2025
db2fd7c
delta: get contributors without changing THANKS
bagder Feb 24, 2025
3585796
runtests: support multi-target cmake, drop workarounds from CI
vszakats Feb 24, 2025
9b0467b
windows: drop code and curl manifest targeting W2K and older
vszakats Feb 24, 2025
7b8b9b9
cmake: hide empty `MINGW64_VERSION` output for mingw32ce
vszakats Feb 24, 2025
edfa537
cmake: restrict static CRT builds to static curl exe, test in CI
vszakats Feb 24, 2025
5070b6a
INSTALL-CMAKE.md: mention `ZLIB_USE_STATIC_LIBS`
vszakats Feb 24, 2025
46f17ef
docs: bump `rustls` to 0.14.1
lnicola Feb 24, 2025
01c25e3
CI: misc improvements, restore VS2008 job
vszakats Feb 24, 2025
a7bcf25
runtests: drop ref to unused external function [ci skip]
vszakats Feb 24, 2025
413b2a4
curl_trc: fix build with CURL_DISABLE_VERBOSE_STRINGS
bagder Feb 24, 2025
b930142
CURLOPT_HTTPHEADER.md: rephrases
bagder Feb 24, 2025
3175984
build: drop unused `getpart` tool
vszakats Feb 24, 2025
a55b5b7
rustls: add support for CERTINFO
yedayak Feb 24, 2025
5addb3e
openssl: check return value of X509_get0_pubkey
tysg Feb 25, 2025
6306476
tool_getparam: make --url support a file with URLs
bagder Feb 22, 2025
31fd77f
runtests: recognize AWS-LC as OpenSSL
vszakats Feb 25, 2025
84332d4
runtests: drop recognizing 'winssl' as Schannel
vszakats Feb 25, 2025
af0100f
INSTALL-CMAKE.md: CMake usage updates
phetdam Feb 14, 2025
29978df
cmake: pre-fill known type sizes for Windows OSes
vszakats Feb 24, 2025
baa9c64
cmake: sync cutoff version with autotools for picky option `-ftree-vrp`
vszakats Feb 25, 2025
6c81f2a
CURLOPT_HTTPHEADER.md: add comments to the example
bagder Feb 25, 2025
7826927
libtest/libprereq.c: set CURLOPT_FOLLOWLOCATION with a long
bagder Feb 25, 2025
2ec0037
curl.h: change some enums to defines with L suffix
bagder Feb 25, 2025
71f190c
GHA: enable the RTSP tests on macOS gcc-12
bagder Feb 25, 2025
ac4a65f
urldata: move the ech struct field to the "right place"
bagder Feb 25, 2025
5b5e2f7
cookie: do prefix matching case-sensitively
bagder Feb 26, 2025
d485177
altsvc: rewrite parser using strparse
bagder Feb 24, 2025
2fce176
wolfssl: warn if CA native import option is ignored
jay Feb 21, 2025
200993f
RELEASE-NOTES: synced
bagder Feb 26, 2025
37523c9
GHA/linux: build out-of-tree, make autotools `tidy` target support it
vszakats Feb 25, 2025
bc42010
GHA/http3-linux: build out-of-tree, make test2502 support it
vszakats Feb 25, 2025
518543d
cmake: warn for OpenSSL versions missing TLS 1.3 support (revert)
vszakats Feb 25, 2025
3efc53f
build: silence mingw32ce C99 format warnings, simplify CI
vszakats Feb 26, 2025
dbbbf71
curl.h: stop defining non-curl `__has_declspec_attribute`
vszakats Feb 26, 2025
f5527e5
tests: make sure gdb gets the right path for -x
bagder Feb 26, 2025
a1d00da
test1167: catch #defines with extra whitespace
vszakats Feb 26, 2025
4ed9db9
vtls: move common early data code into vtls.c
icing Feb 24, 2025
4f98f35
GHA/windows: move UWP vcpkg job up top
vszakats Feb 26, 2025
c028a24
build: set `-O3` and tune WinCE in CI, fix `getpart`, `vtls_scache` f…
vszakats Feb 25, 2025
bc24c60
urlapi: fix redirect from file:// with query, and simplify
bagder Feb 26, 2025
08a29e7
GHA: tidy up parallel options, improve performance for some jobs
vszakats Feb 26, 2025
59f4727
appveyor: run VS2008 job with old CMake 3.12.2
vszakats Feb 26, 2025
cba83bf
runtests: accept `CURL_DIRSUFFIX` without ending slash
vszakats Feb 27, 2025
a8ad9a5
docs: minor edits to please the new spellchecker regime
bagder Feb 27, 2025
7007f59
GHA: spellcheck curl symbols better
bagder Feb 27, 2025
8ded8e5
urldata: remove 'hostname' from struct Curl_async
bagder Feb 24, 2025
af6172c
GHA/linux: merge two package install steps
vszakats Feb 27, 2025
953cd69
asyn-ares: use the correct port number
bagder Feb 27, 2025
6913c9b
GHA/linux: improve 'test configs' step, don't set `TFLAGS` for pytest
vszakats Feb 27, 2025
5a021ab
cmake: improve httpd detection for pytest
vszakats Feb 27, 2025
399cb71
cmake: drop `HAVE_C_FLAG_Wno_long_double` logic for ancient Apple gcc
vszakats Feb 27, 2025
2e585f5
test488: set --output-dir
icing Feb 28, 2025
08c7c93
tidy-up: prefer `return` over `exit()`, fix fallouts
vszakats Feb 27, 2025
049352d
cmake: allow `CURL_STATIC_CRT` with shared libcurl and no curl exe
vszakats Feb 28, 2025
794dfe7
gnutls: fix use of pkcs11 urls for keys/certs
icing Feb 25, 2025
7211576
tests: fix comment in lib533
ChenW12 Feb 28, 2025
e775157
GHA/macos: use quictls in some jobs, other small improvements
vszakats Feb 28, 2025
c693cc0
docs: vulnerabilities in debug code are not eligible for a bounty
dfandrich Feb 28, 2025
5693342
winbuild: reduce command-line length by dropping whitespace
vszakats Feb 28, 2025
b4834a7
examples: prefer `return` over `exit()` (cont.)
vszakats Feb 28, 2025
2809723
pytest: test negotiate with http proxy
icing Jan 31, 2025
1aa6922
hash_offt: standalone hash for curl_off_t
icing Feb 23, 2025
5f72a69
RELEASE-NOTES: synced
bagder Mar 1, 2025
2633961
asyn: bring back port to the Curl_async struct
bagder Mar 1, 2025
3afa47b
GHA: update dependency awslabs/aws-lc to v1.47.0
renovate[bot] Mar 1, 2025
df67269
shutdowns: split shutdown handling from connection pool
icing Feb 27, 2025
ce6d348
GHA: update actions/upload-artifact digest to 4cec3d8
renovate[bot] Feb 21, 2025
0ec7702
docker: update debian:bookworm-slim Docker digest to ceac69a
renovate[bot] Feb 25, 2025
1fe62d9
GHA: update actions/download-artifact digest to cc20338
renovate[bot] Feb 26, 2025
aa51da5
GHA: update actions/cache digest to d4323d4
renovate[bot] Feb 27, 2025
b5d99a5
GHA: update dependency nghttp2/nghttp2 to v1.65.0
renovate[bot] Mar 2, 2025
0d3b593
OpenSSL/quictls: add support for TLSv1.3 early data
icing Feb 25, 2025
f61b218
http2: enhance error messages on Curl_dyn* upon receiving headers
starrify Mar 2, 2025
294136b
lib: replace while(ISBLANK()) loops with Curl_str_passblanks()
bagder Feb 27, 2025
fb13923
lib: add CURLFOLLOW_OBEYCODE and CURLFOLLOW_FIRSTONLY
bagder Mar 3, 2025
7b0240c
curl.h: convert CURLUSESSL* names to defines
bagder Mar 3, 2025
cee9cef
multi_ev: use `mid` instead of `id` for transfer hashes
icing Mar 3, 2025
35cfb08
pytest: check overlarge response headers
icing Mar 3, 2025
48ba230
tool_operate: remove unnecessary (long) typecasts
bagder Mar 3, 2025
aa18891
docs/cmdline-opts: unify HTTP version style in --help output
bagder Mar 3, 2025
324b439
http_chunks: replace a strofft call with curl_str_hex
bagder Feb 27, 2025
9a07670
ftp: fix comment
jay Mar 2, 2025
6140746
cmake: allow `CURL_STATIC_CRT` with UCRT VS2015+ builds
vszakats Feb 28, 2025
3834f31
cmake: exclude `-MP` for `clang-cl` again
vszakats Mar 3, 2025
3873110
tidy-up: alphasort lists, indentation/whitespace, pp
vszakats Feb 18, 2025
9213e4e
tests/server: round of tidy-ups
vszakats Sep 8, 2024
18c6d55
lib: fix two curlx_strtoofft invokes
bagder Mar 3, 2025
0cd2670
libssh2: print user with verbose flag
samueldr Feb 21, 2025
6758aa7
IMAP: add CURLOPT_UPLOAD_FLAGS and --upload-flags
tiymat Jan 11, 2025
57ac8ae
tests/data/Makefile.am: fix trailing slash issue
bagder Mar 4, 2025
8e07429
cf-socket: remove empty switch
Mar 4, 2025
d251ecb
RELEASE-NOTES: synced
bagder Mar 4, 2025
adcfd4f
tests/server: replace `errno` with `SOCKERRNO` in sockfilt, socksd, sws
vszakats Mar 4, 2025
6f1031e
tests/server: replace `strerror` with `sstrerror` in socksd
vszakats Mar 4, 2025
0e0db0e
GHA: brew `--no-lock` an invalid option now, drop
vszakats Mar 4, 2025
e4e8f12
tool_getparam: do parse_upload_flags without the alloc/free
bagder Mar 4, 2025
aa0d70f
build: tidy-ups around `inet_pton`
vszakats Mar 5, 2025
0825cf4
GHA/windows: drop running tests with dl-mingw 7.3.0 due to flakiness
vszakats Mar 5, 2025
d121bc9
tool_getparam: parse --trace-config without strdup()/free()
bagder Mar 4, 2025
7298c43
docs: adapt to removed --with-random
orgads Mar 5, 2025
ed15fce
src: avoid strdup on platforms not doing UTF8 conversions
bagder Mar 4, 2025
e7de83a
http2: reset stream on response header error
icing Mar 3, 2025
aa04221
http2: add on_invalid_frame callback for error detection
icing Mar 4, 2025
e542fd9
http2: detect session being closed on ingress handling
icing Mar 4, 2025
34cbf95
tests: make sure 'commands.log' is generated in the correct logdir
bagder Mar 5, 2025
c4cd0ae
http_aws_sigv4: cannot be used for proxy
bagder Mar 5, 2025
86ac471
tool_paramhlp: do --proto parsing without strtok
bagder Mar 5, 2025
787ee93
tool_dirhie: create dir hierarchy without strtok
bagder Mar 5, 2025
e6c78e1
GHA/windows: always install diffutils for MSYS/mingw, required by `ru…
vszakats Mar 5, 2025
9bfa64f
gnutls: set priority via --ciphers
icing Mar 4, 2025
5a3fe98
request: clear sendbuf_hds_len when resetting request bufq
Aearsis Mar 5, 2025
f79195e
tool_getparam: parse_header() without strtok
bagder Mar 5, 2025
1bd5ac9
GHA/windows: stop ignoring most ignored test results
vszakats Mar 5, 2025
b06c12b
GHA/windows: bump msys2 action, downgrade runtime for mingw tests
vszakats Mar 5, 2025
2485d3e
runtests: check and report if `diff` tool is missing
vszakats Mar 5, 2025
05c0a6e
GHA/macos: restore nghttp2 package for runtests HTTP/2 tests
vszakats Mar 5, 2025
f9ec5d8
tests/certs: drop the empty .dhp files
bagder Mar 5, 2025
fd54bed
curl.h: switch `CURL_HTTP_VERSION*` enums to long constants
vszakats Mar 5, 2025
c38f908
lib1156: pass longs to `curl_easy_setopt()`
vszakats Mar 5, 2025
cfbd46d
GHA/macos: stop ignoring test 2100 with gcc
vszakats Mar 6, 2025
8fbd372
tests: mark tests 1631, 1632 flaky
vszakats Mar 6, 2025
1ecf2f1
build: set `HAVE_STDINT_H` if `stdint.h` is available
vszakats Mar 6, 2025
b51672e
GHA/windows: drop test exclusions from MSYS jobs
vszakats Mar 6, 2025
64ba75c
cmake: fix detection pre-fills for iOS
vszakats Mar 6, 2025
f5cb83e
openssl: fix pkcs11 URI checking for key files.
Mar 6, 2025
556f722
tests/certs: cleanup
icing Mar 6, 2025
e51c494
tool_operate: change "1 retries" to "1 retry"
zhw2101024 Mar 6, 2025
d398fff
docs/HISTORY: add some events from the last year
bagder Mar 6, 2025
a7fda9a
tool_parsecfg: make my_get_line skip comments and newlines
bagder Mar 6, 2025
a66ede5
multi: start the loop over when handles are removed
bagder Mar 4, 2025
fa3d1e7
ws: corrected curlws_cont to reflect its documented purpose
roberte777 Feb 27, 2025
ff86c19
RELEASE-NOTES: synced
bagder Mar 6, 2025
8537a5b
windows: do not use winsock2 `inet_ntop()`/`inet_pton()`
vszakats Mar 5, 2025
9463769
tests: reformat error messages to avoid tripping MSBuild
vszakats Mar 6, 2025
2d94439
sectransp: add support for HTTP/2 in gcc builds
vszakats Mar 5, 2025
3a8920e
GHA/windows: drop `handle64.exe`
vszakats Feb 25, 2025
f1662ae
doh: improve HTTPS RR svcparams parsing
Mar 6, 2025
4e8d621
setopt: setting PROXYUSERPWD after PROXYUSERNAME/PASSWORD is fine
bagder Mar 6, 2025
9147903
GHA/macos: add initial pytest support
vszakats Feb 27, 2025
1503555
src: cleanup ISBLANK vs ISSPACE
bagder Mar 6, 2025
0d1e43a
ngtcp2: do not iterate over multi handles
icing Mar 7, 2025
f4831da
url: call protocol handler's disconnect in Curl_conn_free
bagder Mar 7, 2025
3b50197
build: cmake multi-pkg-config detection improvements (brotli, ldap, m…
vszakats Feb 25, 2025
0ead361
cmake: `CURL_LIBDIRS` improvements (upstreamed from vcpkg)
vszakats Feb 25, 2025
07f99b7
wolfssl: fix unused variable warning
vszakats Mar 7, 2025
bc55b43
tests/server: round of tidy-ups (part 2)
vszakats Sep 22, 2024
7cc4a23
GHA/windows: ignore flaky 2310 with MSVC again
vszakats Mar 7, 2025
469c037
openssl-quic: do not iterate over multi handles
icing Mar 7, 2025
a7c8d2f
vtls: fix compiler warnings seen with gcc 7.3.0 and mbedTLS
vszakats Mar 7, 2025
27d2469
GHA/windows: msys/mingw improvements
vszakats Mar 7, 2025
36a831b
setopt: illegal CURLOPT_SOCKS5_AUTH should return error
bagder Mar 7, 2025
906aa04
tool_parsecfg: make my_get_line() skip empty and blanks-only lines
bagder Mar 7, 2025
646ffb5
quiche: do not iterate over multi handles
icing Mar 7, 2025
25f8486
zlib: bump minimum to 1.2.5.2 (was: 1.2.0.4)
vszakats Mar 7, 2025
abf80aa
tests/server: fix to check against winsock2 error codes on Windows
vszakats Mar 6, 2025
d69425e
curl_setup_once: drop `E*` macro redefines unused (with winsock2)
vszakats Mar 7, 2025
4bca9eb
curl_setup_once: stop redefining `ENAMETOOLONG` to winsock2 error code
vszakats Mar 8, 2025
124c2be
RELEASE-PROCEDURE.md: explain release candidates
bagder Mar 8, 2025
8f700cf
GHA: update dependency cloudflare/quiche to v0.23.4
renovate[bot] Mar 7, 2025
2fc8f7a
gtls: fix uninitialized variable
vszakats Mar 8, 2025
3c1a88f
test1022: add support for rc releases
samueloph Mar 8, 2025
74a2f26
RELEASE-NOTES: synced
bagder Mar 8, 2025
e86f998
GHA/windows: re-add GnuTLS for vcpkg, improve perf by building exampl…
vszakats Mar 8, 2025
66313cc
GHA/windows: add GnuTLS job, drop default OpenSSL for Cygwin/MSYS2 jobs
vszakats Mar 8, 2025
7e282e1
lib2302: fix crash due to stack overflow on MSVC and clang Windows
vszakats Mar 8, 2025
454762d
tests/servers.pm: remove unused variable 'portrange'
samueloph Mar 9, 2025
5681628
tests/server: sync `wait_ms()` with the libcurl implementation
vszakats Mar 8, 2025
61d3061
runtests: fix SSH server not starting in cases, re-ignore failing vcp…
vszakats Mar 9, 2025
30739b4
libssh2: fix memory leak in `SSH_SFTP_REALPATH` state
vszakats Mar 9, 2025
f3b599a
GHA/windows: enable H3 in GnuTLS MinGW job
vszakats Mar 9, 2025
8dca3b0
src: replace strto[u][ld] with curlx_str_ parsers
bagder Mar 9, 2025
f8e7a4d
mprintf: switch three number parsers to use strparse
bagder Mar 8, 2025
5fdf30b
configure: call the blocking resolver "blocking", not "default"
bagder Mar 10, 2025
fc04eca
easy: fix warning about possible comma misuse
MonkeybreadSoftware Mar 10, 2025
09a5b2f
lib: rename curlx_strtoofft to Curl_str_numblanks()
bagder Mar 10, 2025
06ae0ec
STRPARSE: amend with recently added functions
bagder Mar 10, 2025
aa8d1d6
socks: remove bad assert from do_SOCKS5()
bagder Mar 10, 2025
3c2948e
lib: clear up CURLRES_ASYNCH vs USE_CURL_ASYNC use
bagder Mar 10, 2025
75acda7
hostip: don't use alarm() for DoH resolves
bagder Mar 10, 2025
bad5e71
tidy-up: whitespace, tests/server Makefile.inc, timeval in VS project
vszakats Mar 8, 2025
19d6415
urlapi: treat 0 alone as decimal number in IPv4 address
bagder Mar 10, 2025
9b52377
libssh: fix scp large file upload for 32-bit size_t systems
jay Mar 10, 2025
57218d5
tidy-up: replace `Curl_safefree` with `free` before re-assignment
vszakats Mar 9, 2025
8b1b5cd
DISABLED: add 313 for sectransp (move from GHA/macos)
vszakats Mar 10, 2025
f4e2395
build: enable `-Wcast-qual`, fix or silence compiler warnings
vszakats Jan 31, 2025
0b40db0
libssh2: fix freeing of resources in disconnect
icing Mar 10, 2025
571e92f
libssh: fix freeing of resources in disconnect
icing Mar 10, 2025
8df315d
src: remove Curl_ prefix from tool-specific function
bagder Mar 10, 2025
284ef8a
src: use curlx_dyn_ prefix, not Curl_dyn_
bagder Mar 10, 2025
794e910
curl_memrchr: enable in all builds
bagder Mar 10, 2025
438dd08
src: s/Curl_safefree/curlx_safefree
bagder Mar 10, 2025
64a79fd
tool_operate: fix a stray Curl_ symbol use
bagder Mar 10, 2025
51c9238
GHA: enable OpenSSL QUIC in a macOS and MinGW job
vszakats Mar 11, 2025
ab2cf88
tftpd: prefix TFTP protocol error `E*` constants with `TFTP_`
vszakats Mar 7, 2025
9710aec
test489: set output dir
icing Mar 11, 2025
763fa52
wolfssh: fix freeing of resources in disconnect
icing Mar 11, 2025
dc12ecd
curl: add my_setopt_long() and _offt()
bagder Mar 11, 2025
60b52c0
RELEASE-NOTES: synced
bagder Mar 11, 2025
29ed1f9
tests/server: use `curlx_str_numblanks()` to avoid `errno`
vszakats Mar 11, 2025
41a15c8
curl_setup: drop `ERANGE` (for WinCE), no longer used
vszakats Mar 11, 2025
b1faac8
multi: kill off remaining internal handles in curl_multi_cleanup
bagder Mar 11, 2025
436d4a3
curltime: use libcurl time functions in src and tests/server
vszakats Mar 9, 2025
0ec72c1
GHA/windows: change openssh server, non-debug-enabled MSVC job, other…
vszakats Mar 11, 2025
fdd9714
tool_operate: fix build with --libcurl support disabled
bagder Mar 12, 2025
3c9a1d3
sendf: client reader line conversion: do not change data->state.infil…
icing Mar 12, 2025
67a1cfa
managen: accept more markdown-quote-markers
bagder Mar 12, 2025
af3fe37
src: remove final uses of Curl_ symbol prefixes in tool code
bagder Mar 12, 2025
a14eb26
tests: make --libcurl tests require the --libcurl feature
bagder Mar 12, 2025
5273ab4
GHA: do a build-only without the --libcurl option enabled
bagder Mar 12, 2025
886569e
curl: fix --cert parameter clearing
icing Mar 12, 2025
0bb8465
multi: call protocol handler done() if PROTOCONNECT or later
bagder Mar 12, 2025
45ce084
runtests: enable the --libcurl feature by default
bagder Mar 12, 2025
ee73d55
build: replace Curl_ prefix with curlx_ for functions used in servers
vszakats Mar 12, 2025
07f984a
ntlm: merge ntlm.h into ntlm.c
vszakats Mar 12, 2025
c0a70c5
base64: drop `BUILDING_CURL` macro, always include in tests/server
vszakats Mar 12, 2025
51d8213
core: stop redefining `E*` macros on Windows, map `EACCES`, related f…
vszakats Mar 8, 2025
5a26b90
cookie: accept "high byte" cookie content
bagder Mar 13, 2025
77401af
cmake: unity mode optimization for non-`CURLDEBUG` `testdeps` targets
vszakats Mar 13, 2025
44d4957
memdebug.h: avoid `-Wredundant-decls` with an extra guard
vszakats Mar 12, 2025
91d0617
tests/server: drop unused headers
vszakats Mar 11, 2025
2283e40
tests/server: do not redefine standard functions in `sockfilt`
vszakats Mar 11, 2025
533ba00
tests/server: sync memory callbacks with `lib/easy.c`
vszakats Mar 12, 2025
b70357c
resolve: fix building without Unix sockets and `CURLDEBUG`
vszakats Mar 13, 2025
d4f9788
GHA: fix configure disable options
vszakats Mar 13, 2025
67a7775
GHA/windows: replace OpenSSH-Windows-Prelease job with standard openssh
vszakats Mar 13, 2025
212f9a9
tool_setopt: simplify tool_setopt
bagder Mar 13, 2025
acdb482
tool_setopt: reduce use of "code hiding" macros
bagder Mar 13, 2025
27e07b2
doh: remove wrong but unreachable exit path from doh_decode_rdata_name
bagder Mar 13, 2025
116f490
rustls: cap maximum allowed CRL file size to 8MB
bagder Mar 14, 2025
af6ec8e
RELEASE-NOTES: synced
bagder Mar 14, 2025
63cf464
tests/server: drop unused `base64.pl`
vszakats Mar 14, 2025
c799f60
autotools: fix `dllmain.c` in unity builds
vszakats Mar 13, 2025
3588df9
ws: fix and extend CURLWS_CONT handling
viscruocco Mar 10, 2025
43b2884
tests/server: give global `path` variable a more descriptive name
vszakats Mar 12, 2025
a16485a
build: do not apply curl debug macros to `tests/server` by default
vszakats Mar 12, 2025
d36f164
autotools: use `CURLDEBUG` to exclude TrackMemory code from unity
vszakats Mar 14, 2025
e4fbc48
dynbuf: bump the max CRLFILE size to 400MB
bagder Mar 14, 2025
179c025
curl_ws_recv.md: expand a little on the fragments the API delivers
bagder Mar 14, 2025
052bfd0
libtest/lib2311: remove "extra" fclose()
bagder Mar 14, 2025
5b6d329
http: remove the space requirement after status-code
bagder Mar 14, 2025
7d679f9
http: remove a HTTP method size restriction
bagder Mar 14, 2025
f501d0d
autotools: fix `libtest` bundle to depend on `FIRSTFILES`
vszakats Mar 14, 2025
d12129d
GHA/non-native: drop building docs with autotools on emulated CPU
vszakats Mar 14, 2025
ebce3f0
ftp/sftp: strdup data info memory
icing Mar 15, 2025
6b143d9
asyn-thread: drop `free()` on non-heap address
vszakats Mar 15, 2025
4911e7a
GHA/windows: unignore 2310, disable SCP/FTP for vcpkg `libssh2[core]`
vszakats Mar 15, 2025
d5b4030
memdebug: set gcc 11+ deallocator attribute, extend alloc attributes …
vszakats Mar 15, 2025
f4f2550
tests/server: support bundle binary
vszakats Sep 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
202 changes: 0 additions & 202 deletions .azure-pipelines.yml

This file was deleted.

Loading