History log of /curl/winbuild/README.md (Results 1 – 15 of 15)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# eb4fe6c6 30-Mar-2024 Christian Schmitz

winbuild: add ENABLE_WEBSOCKETS option

Closes #13232


# 3f11122b 22-Jan-2023 Fredrik

winbuild: document that arm64 is supported

Building an arm64 version works flawlessly with the VS arm64 toolset.

Closes https://github.com/curl/curl/pull/10332


# 2bc1d775 02-Jan-2023 Daniel Stenberg

copyright: update all copyright lines and remove year ranges

- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- save

copyright: update all copyright lines and remove year ranges

- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- saves us from pointless churn
- git keeps history for us
- the year range is kept in COPYING

checksrc is updated to allow non-year using copyright statements

Closes #10205

show more ...


# fd1ce3d4 20-Sep-2022 Daniel Stenberg

docs: spellfixes

Pointed by the new CI job


# fda897f5 19-Sep-2022 Daniel Stenberg

docs: fix proselint complaints


# ad9bc597 17-May-2022 max.mehl

copyright: make repository REUSE compliant

Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the

copyright: make repository REUSE compliant

Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the file
`.reuse/dep5`.

This commit also adds a Github workflow to check pull requests and adapts
copyright.pl to the changes.

Closes #8869

show more ...


# 37492ebb 10-Apr-2022 Nick Banks

msh3: add support for QUIC and HTTP/3 using msh3

Considered experimental, as the other HTTP/3 backends.

Closes #8517


# ccea3298 13-Mar-2022 Jay Satiro

winbuild: Add a Visual Studio example to the README

- Add an example that explains in detail how the user can add libcurl to
their Visual Studio project.

Ref: https://github.c

winbuild: Add a Visual Studio example to the README

- Add an example that explains in detail how the user can add libcurl to
their Visual Studio project.

Ref: https://github.com/curl/curl/issues/8591

Closes https://github.com/curl/curl/pull/8592

show more ...


# c6526219 15-Mar-2022 Philip H <47042125+pheiduck@users.noreply.github.com>

winbuild/README.md: fixup dead link

Closes #8597


# 2cadc890 25-Feb-2022 illusory-dream <37270118+illusory-dream@users.noreply.github.com>

winbuild: add parameter WITH_SSH

For building with libssh
Closes #8514


# 86c91462 09-Aug-2021 Jeremy Falcon

winbuild/README.md: clarify GEN_PDB option

- Document that GEN_PDB option creates an external database.

Ref: https://github.com/curl/curl/issues/7502


# ce8a38fe 14-Jun-2021 Daniel Stenberg

winbuild/README: VC should be set to 6 'or larger'

Previously it listed all versions up to 15 (missing 16) but this new
phrasing is more open ended.

Reported-by: Hugh Macdonald

winbuild/README: VC should be set to 6 'or larger'

Previously it listed all versions up to 15 (missing 16) but this new
phrasing is more open ended.

Reported-by: Hugh Macdonald
Fixes #7253
Closes #7254

show more ...


Revision tags: curl-7_76_1, curl-7_76_0, curl-7_75_0, curl-7_74_0
# 5c8849ce 19-Nov-2020 Daniel Stenberg

winbuild: remove docs from Makefiles and refer to README.md

Reduce risk for conflicting docs and makes it to a single place to fix
and polish.

add these missing options to the r

winbuild: remove docs from Makefiles and refer to README.md

Reduce risk for conflicting docs and makes it to a single place to fix
and polish.

add these missing options to the readme:

ENABLE_OPENSSL_AUTO_LOAD_CONFIG and ENABLE_UNICODE

clarify ENABLE_SCHANNEL default varies

Fixes #6216
Closes #6227
Co-Authored-by: Jay Satiro

show more ...


Revision tags: curl-7_73_0, tiny-curl-7_72_0
# f31b2e7c 26-Aug-2020 Daniel Stenberg

winbuild/README.md: make <options> visible

Follow-up to be753add31c2d8c


# be753add 26-Aug-2020 Daniel Stenberg

winbuild: convert the instruction text to README.md

Closes #5861