Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | projects/README: remove reference to dead IDN link/package | Daniel Stenberg | |
Reported-by: Stefan Kanthak and Rod Widdowson Fixes #2325 | |||
2017-12-22 | build: Added Visual Studio 2017 project files | Steve Holme | |
2016-08-31 | README: Corrected the supported Visual Studio versions | Steve Holme | |
Missed from commit 8356022d17. | |||
2016-08-31 | KNOWN_BUGS: Move the Visual Studio project shortcomings from local README | Steve Holme | |
2016-07-23 | README: Mention wolfSSL in the 'Dependencies' section | Steve Holme | |
2016-03-19 | build: Added missing Visual Studio filter files for VC10 onwards | Steve Holme | |
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. | |||
2016-02-02 | URLs: change more http to https | Viktor Szakats | |
2015-08-06 | README: Added notes about 'Running DLL based configurations' | Steve Holme | |
...as well as a TODO for a future enhancement to the project files. Thanks-to: Jay Satiro | |||
2015-07-27 | README: Corrected formatting for 'Legacy Windows and SSL' section | Steve Holme | |
...as well as some wording. | |||
2015-06-20 | INSTALL: Advise use of non-native SSL for Windows <= XP | Jay Satiro | |
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> | |||
2014-11-04 | README: Corrected inconsistent use of --help | Steve Holme | |
2014-11-04 | README: Added note about using Visual Studio projects out of git repository | Steve Holme | |
2014-11-02 | build: Added WinIDN build configuration options | Steve Holme | |
Added support for WinIDN build configurations to the VC6 project files. | |||
2014-05-22 | README: Added Test Suite to the TODO list | Steve Holme | |
2014-05-22 | build: Use CURLX_* file lists for Visual Studio curl tool project generation | Steve Holme | |
2014-05-20 | README: Added some outstanding tasks to the TODO list | Steve Holme | |
Added a couple of outstanding tasks to the TODO section that we didn't get time to do before the release. | |||
2014-05-01 | build: Added OpenSSL VC build helper for side-by-side compilations | Steve Holme | |
2014-04-05 | winbuild: Added Visual Studio 2005 (VC8) project files | Steve Holme | |
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. |