| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes #6068
|
|
|
|
|
|
|
|
| |
Assisted-by: Daniel Stenberg
Reported-by: Tom G. Christensen
Fixes https://github.com/curl/curl/issues/6069
Closes https://github.com/curl/curl/pull/6071
|
|
|
|
| |
Started over for the journey to next release.
|
|
|
|
|
|
|
|
|
| |
With gcc 10 on mingw we otherwise get this warning:
error: ISO C does not support the 'I' printf flag [-Werror=format=]
Fixes #6079
Closes #6082
|
|
|
|
|
|
|
|
|
| |
... and remove the objnames scripts they tested. They're not used for
anything anymore so testing them serves no purpose!
Reported-by: Marc Hörsken
Fixes #6080
Closes #6081
|
|
|
|
| |
for 7.73.0
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Update appveyor.yml to set env variable TFLAGS and run tests
Remove curly braces due to CMake error (${TFLAGS} -> $TFLAGS)
Move testdeps build to build step (per review comments)
Reviewed-by: Marc Hörsken
Closes #6066
Fixes #6052
|
|
|
|
|
| |
Detected via #6066
Closes #6070
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change get_winapi_error() to return the error string in the local
codepage instead of UTF-8 encoding.
Two weeks ago bed5f84 fixed get_winapi_error() to work on xbox, but it
also changed the error string's encoding from local codepage to UTF-8.
We return the local codepage version of the error string because if it
is output to the user's terminal it will likely be with functions which
expect the local codepage (eg fprintf, failf, infof).
This is essentially a partial revert of bed5f84. The support for xbox
remains but the error string is reverted back to local codepage.
Ref: https://github.com/curl/curl/pull/6005
Reviewed-by: Marcel Raad
Closes #6065
|
|
|
|
|
|
|
|
|
|
| |
Avoid using our own, potentially installed, curl for
the test reporting APIs in case it is broken.
Reviewed-by: Daniel Stenberg
Preparation for #6049
Closes #6063
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
clang 10, mingw-w64:
```
vtls/openssl.c:2917:33: warning: comparison of integers of different signs: 'DWORD' (aka 'unsigned long') and 'HRESULT' (aka 'long')
[-Wsign-compare]
if(GetLastError() != CRYPT_E_NOT_FOUND)
~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
```
Approved-by: Daniel Stenberg
Closes #6062
|
|
|
|
|
|
|
|
|
|
|
|
| |
by linking `lib/dynbuf.c` when building a static curl binary.
Previously this source file was only included when building
a dynamic curl binary. This was likely possibly because no
functions from the `src/Makefile.inc` / `CURLX_CFILES` sources
were actually required for a curl tool build. This has
recently changed with the introduction of `curlx_dyn_*()`
memory functions and their use by the tool sources.
Closes #6060
|
| |
|
|
|
|
|
| |
Reviewed-by: Daniel Stenberg
Closes #6051
|
|
|
|
|
|
| |
Spotted while working on #6045
Closes #6048
|
|
|
|
| |
Closes #6045
|
|
|
|
|
|
|
|
|
|
| |
Previously, it would pass on a define (int) which could make libcurl
read junk as a value - which prevented the CURLOPT_IPRESOLVE option to
"take". This could then make test 2100 do two DoH requests instead of
one!
Fixes #6042
Closes #6043
|
| |
|
|
|
|
| |
... since they might contain %-codes that mess up the output!
|
|
|
|
| |
Closes https://github.com/curl/curl/pull/6033
|
|
|
|
|
|
|
| |
... and use this new keywords in all the test files larger than 50K to reduce
their sizes and make them a lot easier to read and understand.
Closes #6040
|
|
|
|
|
|
|
|
| |
The cmdline opts delegation and suppress-connect-headers
fit better into auth and proxy rather than misc.
Follow-up to aa8777f63febc
Closes #6038
|
|
|
|
| |
Closes #6039
|
|
|
|
| |
Closes #6035
|
|
|
|
|
|
|
|
| |
... so that we can check HTTP requests for User-Agent: curl/%VERSION
Update 600+ test cases accordingly.
Closes #6037
|
|
|
|
| |
Closes #6034
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Reported-by: Stephan Mühlstrasser
Fixes #6031
Closes #6032
|
|
|
|
|
|
| |
Follow-up to bed5f84 from several days ago.
Ref: https://github.com/curl/curl/pull/6005
|
|
|
|
|
|
| |
... in the code of gtls, nss, and openssl
Closes #5735
|
| |
|
|
|
|
|
| |
See #5862
Closes #6030
|
|
|
|
|
|
| |
... and add to dist!
Closes #6028
|
|
|
|
| |
Closes #6028
|
|
|
|
| |
Closes #6028
|
|
|
|
| |
Closes #6028
|
|
|
|
|
|
|
| |
Reported-by: Kamil Dudka
Reviewed-by: Kamil Dudka
Bug: https://github.com/curl/curl/pull/5735#issuecomment-701376388
Closes #6029
|
|
|
|
|
|
|
|
|
| |
Whitespace is spelled without a space between white and space, so
make sure to consistently spell it that way across the codebase.
Closes #6023
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Emil Engler <me@emilengler.com>
|
|
|
|
|
|
|
|
|
|
|
| |
www.netscape.com is redirecting to a cookie consent form on Aol, and
cool.haxx.se isn't responding to FTP anymore. Replace with examples
that resolves in case users try out the commands when reading the
manual.
Closes #6024
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Emil Engler <me@emilengler.com>
|
| |
|
|
|
|
|
|
|
| |
Follow-up from #5466 and f3d501dc678d80
Reported-by: Javier Navarro
Fixes #6025
Closes #6026
|
|
|
|
|
|
| |
Encrypted Client Hello (ECH) is the current name.
Closes #6022
|
|
|
|
|
| |
... for consistency but also to make them more distinctly stand out next
to the "enabled" lines.
|
|
|
|
| |
... as right now only the libssh2 backend supports it.
|
|
|
|
|
|
| |
Reported-by: Robin Douine
Fixes #4295
Closes #6021
|