summaryrefslogtreecommitdiff
path: root/projects/README
Commit message (Collapse)AuthorAgeFilesLines
* 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.