| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
.. because we allow snprintf use in docs/examples.
Closes https://github.com/curl/curl/pull/3862
|
|
|
|
| |
Stick to "Schannel" everywhere - follow up to 180501cb.
|
| |
|
|
|
|
| |
possible)
|
|
|
|
| |
the build
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Should the parent environment set this variable then the build might
not be performed as the user intended.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All Windows APIs have been natively UTF-16 since Windows 2000 and the
non-Unicode variants are just wrappers around them. Only Windows 9x
doesn't understand Unicode without the UnicoWS DLL. As later Visual
Studio versions cannot target Windows 9x anyway, using the ANSI API
doesn't really have any benefit there.
This avoids issues like KNOWN_BUGS 6.5.
Ref: https://github.com/curl/curl/issues/2120
Closes https://github.com/curl/curl/pull/3720
|
|
|
|
|
|
| |
Already done in commit d5cfefd0ea8e331b884186bff484210fad36e345 for the
library project, but I forgot the tool project template. Now also
removed for that.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Starting with Visual Studio 2017 Update 9, Visual Studio doesn't like
the MinimalRebuild option anymore and warns:
cl : Command line warning D9035: option 'Gm' has been deprecated and
will be removed in a future release
The option can be safely removed so that the default is used.
Closes https://github.com/curl/curl/pull/3425
|
|
|
|
|
|
|
|
| |
The productname from Microsoft is "Schannel", but in infof/failf
reporting we use "schannel". This removes different versions.
Closes #3243
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
|
|
|
|
|
|
|
| |
The Visual Studio builds didn't use IPv6. Add it to all projects since
Visual Studio 2008, which is verified to build via AppVeyor.
Closes https://github.com/curl/curl/pull/3137
|
|
|
|
|
|
| |
and remove BOM from projects/wolfssl_override.props
Closes #3126
|
|
|
|
|
|
|
|
|
|
|
| |
- replace tabs with spaces where possible
- remove line ending spaces
- remove double/triple newlines at EOF
- fix a non-UTF-8 character
- cleanup a few indentations/line continuations
in manual examples
Closes https://github.com/curl/curl/pull/3037
|
|
|
|
| |
Closes https://github.com/curl/curl/pull/3031
|
|
|
|
|
|
|
|
|
|
|
| |
- Determine if perl is in the user's PATH by running perl.exe.
Prior to this change detection was done by checking the PATH for perl/
but that did not work in all cases (eg git install includes perl but
not in perl/ path).
Bug: https://github.com/curl/curl/pull/2865
Reported-by: Daniel Jeliński
|
|
|
|
|
|
| |
Detected using the `codespell` tool (version 1.13.0).
Also secure and fix an URL.
|
|
|
|
|
|
|
|
| |
.. and do the same for build-wolfssl.bat.
Because MS calls it VC14.1.
Closes https://github.com/curl/curl/pull/2189
|
|
|
|
|
| |
Fixes #2430
Closes #2457
|
|
|
|
|
|
| |
Reported-by: Stefan Kanthak and Rod Widdowson
Fixes #2325
|
| |
|
| |
|
|
|
|
|
|
|
| |
Whilst the compiler parameter is mandatory, platform is optional as it
is automatically calculated by the :configure section.
This partially reverts commit 6d62d2c55d.
|
|
|
|
| |
...and not just the Community Edition.
|
|
|
|
| |
...and not just the Community Edition.
|
|
|
|
|
|
|
| |
- Fix winbuild and the VS project generator to treat curl_ctype.{c,h} as
curlx files since they are required by both src and lib.
Follow-up to 4272a0b which added curl_ctype.
|
|
|
|
|
| |
Previously, they were opened with Visual Studio 2015 by default, which
cannot build them.
|
| |
|
| |
|
| |
|
|
|
|
| |
Ref: https://github.com/curl/curl/issues/1002
|
|
|
|
|
|
|
|
| |
Visual Studio doesn't like LF line endings in solution files and always
converts them to CRLF when doing changes to the solution. Notably, this
affects the solutions in the release archive.
Closes https://github.com/curl/curl/pull/1746
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
wolfSSL configure script relevant changes from 3.10 to 3.11:
- Async threading support added; disabled by default without async
crypto, which continues to be disabled by default.
wolfSSL configure script relevant changes from 3.11 to 3.11.1 (beta):
- TLS 1.3 beta support added; disabled by default.
For experimenting I put in a comment block the defines needed to enable
TLS 1.3 support (ie the equivalent of --enable-tls13).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
wolfSSL configure script relevant changes from 3.9 to 3.10:
- DES3 no longer enabled by default
- Shamir no longer enabled by default
- Extended master secret enabled by default
- RSA and ECC timing protections enabled by default
For backwards compatibility I enabled DES3 and ECC shamir config options
(ie no change from 3.9), and the other changes are included.
|
|
|
|
| |
.. because including those headers helps Visual Studio's Intellisense.
|
|
|
|
|
|
|
|
| |
..because they're no longer needed in the tool build. strcase is still
built by the libcurl project and exports curl_str(n)equal which is used
by the curl tool.
Bug: https://github.com/curl/curl/commit/9363f1a#all_commit_comments
|
|
|
|
| |
This is a followup to commit 811a693b
|
|
|
|
| |
Missed from commit 8356022d17.
|
| |
|
| |
|
|
|
|
| |
Closes #854
|
| |
|
|
|
|
|
| |
Following the recent changes to the source in the tests directory,
re-enabled tests for the default scan.
|
|
|
|
| |
In addition to commit 83b174b3f0 and following the recent changes.
|
| |
|