summaryrefslogtreecommitdiff
path: root/projects/README
Commit message (Collapse)AuthorAgeFilesLines
* README: Schannel, stop calling it "winssl"Steve Holme2019-04-101-6/+6
| | | | Stick to "Schannel" everywhere - follow up to 180501cb.
* winssl: be consistent in Schannel capitalizationDaniel Gustafsson2018-11-071-1/+1
| | | | | | | | 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>
* projects/README: remove reference to dead IDN link/packageDaniel Stenberg2018-02-241-7/+4
| | | | | | Reported-by: Stefan Kanthak and Rod Widdowson Fixes #2325
* build: Added Visual Studio 2017 project filesSteve Holme2017-12-221-1/+1
|
* README: Corrected the supported Visual Studio versionsSteve Holme2016-08-311-1/+1
| | | | Missed from commit 8356022d17.
* KNOWN_BUGS: Move the Visual Studio project shortcomings from local READMESteve Holme2016-08-311-14/+0
|
* README: Mention wolfSSL in the 'Dependencies' sectionSteve Holme2016-07-231-5/+6
|
* build: Added missing Visual Studio filter files for VC10 onwardsSteve Holme2016-03-191-1/+0
| | | | | | | | | | As these files don't need to contain references to the source files, although typically do, added basic files which only include three filters and don't require the project file generator to be modified. These files allow the source code to be viewed in the Solution Explorer in versions of Visual Studio from 2010 onwards in the same manner as previous versions did rather than one large view of files.
* URLs: change more http to httpsViktor Szakats2016-02-021-3/+3
|
* README: Added notes about 'Running DLL based configurations'Steve Holme2015-08-061-0/+41
| | | | | | ...as well as a TODO for a future enhancement to the project files. Thanks-to: Jay Satiro
* README: Corrected formatting for 'Legacy Windows and SSL' sectionSteve Holme2015-07-271-6/+7
| | | | ...as well as some wording.
* INSTALL: Advise use of non-native SSL for Windows <= XPJay Satiro2015-06-201-0/+9
| | | | | | | | | Advise that WinSSL in versions <= XP will not be able to connect to servers that no longer support the legacy handshakes and algorithms used by those versions, and to use an alternate backend like OpenSSL instead. Bug: https://github.com/bagder/curl/issues/253 Reported-by: zenden2k <zenden2k@gmail.com>
* README: Corrected inconsistent use of --helpSteve Holme2014-11-041-1/+1
|
* README: Added note about using Visual Studio projects out of git repositorySteve Holme2014-11-041-1/+12
|
* build: Added WinIDN build configuration optionsSteve Holme2014-11-021-2/+12
| | | | Added support for WinIDN build configurations to the VC6 project files.
* README: Added Test Suite to the TODO listSteve Holme2014-05-221-0/+1
|
* build: Use CURLX_* file lists for Visual Studio curl tool project generationSteve Holme2014-05-221-1/+0
|
* README: Added some outstanding tasks to the TODO listSteve Holme2014-05-201-0/+2
| | | | | Added a couple of outstanding tasks to the TODO section that we didn't get time to do before the release.
* build: Added OpenSSL VC build helper for side-by-side compilationsSteve Holme2014-05-011-0/+4
|
* winbuild: Added Visual Studio 2005 (VC8) project filesSteve Holme2014-04-051-0/+98
Added a more thorough version of the VC8 project files that exist in the "vs" folder with the intention to add support for other versions of Visual Studio. These files support side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.