| Commit message (Expand) | Author | Age | Files | Lines |
* | checksrc.bat: Fixed a problem opening files with spaces in the filename | Steve Holme | 2014-12-28 | 1 | -4/+4 |
* | build: Removed WIN32 definition from the Visual Studio projects | Steve Holme | 2014-12-24 | 16 | -553/+553 |
* | build: Removed WIN64 definition from the libcurl Visual Studio projects | Steve Holme | 2014-12-24 | 5 | -121/+121 |
* | build: Fixed Visual Studio project file generation of strdup.[c|h] | Steve Holme | 2014-11-05 | 1 | -2/+0 |
* | README: Corrected inconsistent use of --help | Steve Holme | 2014-11-04 | 1 | -1/+1 |
* | README: Added note about using Visual Studio projects out of git repository | Steve Holme | 2014-11-04 | 1 | -1/+12 |
* | build: Added WinIDN build configuration options | Steve Holme | 2014-11-02 | 3 | -2/+238 |
* | build: Added WinIDN build configuration options | Steve Holme | 2014-11-02 | 10 | -48/+954 |
* | build: Fixed the pre-processor separator in Visual Studio project files | Steve Holme | 2014-11-02 | 4 | -64/+64 |
* | build: Added optional specific version generation of VC project files | Steve Holme | 2014-11-02 | 1 | -42/+125 |
* | build-openssl.bat: Fix x64 release build | Jay Satiro | 2014-11-02 | 1 | -1/+1 |
* | build: Added WinIDN build configuration options | Steve Holme | 2014-10-25 | 10 | -0/+2876 |
* | build: Added WinIDN build configuration options | Steve Holme | 2014-09-19 | 15 | -2/+2830 |
* | build: Added batch wrapper to checksrc.pl | Steve Holme | 2014-09-13 | 1 | -0/+81 |
* | newlines: fix mixed newlines to LF-only | Ray Satiro | 2014-09-12 | 1 | -17/+17 |
* | build: Removed unnecessary XML Documentation file directive from VC8 to VC12 | Steve Holme | 2014-07-17 | 5 | -200/+0 |
* | build: Removed unnecessary Precompiled Header file directive in VC7 to VC12 | Steve Holme | 2014-07-17 | 7 | -240/+0 |
* | build: Removed unnecessary ASM and Object file directives in VC7 to VC12 | Steve Holme | 2014-07-17 | 7 | -480/+0 |
* | build: Fixed overridden compiler PDB settings in VC7 to VC12 | Steve Holme | 2014-07-12 | 7 | -240/+0 |
* | build: Fixed Visual Studio static OpenSSL builds following commit c50ce85918 | Steve Holme | 2014-06-05 | 8 | -56/+56 |
* | build: Use $(TargetDir) and $(TargetName) macros for VC .lib output files | Steve Holme | 2014-05-28 | 7 | -96/+96 |
* | build: Use $(TargetDir) and $(TargetName) macros for VC .pdb output files | Steve Holme | 2014-05-28 | 7 | -48/+48 |
* | README: Added Test Suite to the TODO list | Steve Holme | 2014-05-22 | 1 | -0/+1 |
* | build: Use CURLX_* file lists for Visual Studio curl tool project generation | Steve Holme | 2014-05-22 | 10 | -212/+31 |
* | build: Fixed incorrect reference to curl_setup.h in Visual Studio files | Steve Holme | 2014-05-22 | 8 | -19/+19 |
* | README: Added some outstanding tasks to the TODO list | Steve Holme | 2014-05-20 | 1 | -0/+2 |
* | build-openssl.bat: Added check for OpenSSL source directory | Steve Holme | 2014-05-20 | 1 | -6/+14 |
* | build-openssl.bat: Added default source directory when not specified | Steve Holme | 2014-05-20 | 1 | -1/+4 |
* | build: Fixed another tabulation issue in the Visual Studio file generator | Steve Holme | 2014-05-17 | 1 | -2/+2 |
* | build: Fixed some tabulation issues in the Visual Studio file generator | Steve Holme | 2014-05-11 | 1 | -4/+4 |
* | build: Fixed file format version number in VC12 solution files | Steve Holme | 2014-05-06 | 3 | -3/+3 |
* | build-openssl.bat: Corrected use of angled brackets in help output | Ivo Bellin Salarin | 2014-05-06 | 1 | -1/+1 |
* | build: Fixed Visual Studio project file generator missing some files | Steve Holme | 2014-05-01 | 1 | -2/+2 |
* | build: Added OpenSSL VC build helper for side-by-side compilations | Steve Holme | 2014-05-01 | 2 | -0/+321 |
* | build: Added Visual Studio 2003 .NET (VC7.1) project files | Steve Holme | 2014-05-01 | 8 | -0/+2621 |
* | build: Fixed generation when source file names contain spaces | Steve Holme | 2014-04-30 | 1 | -15/+15 |
* | build: Added VC7 and VC7.1 support to the project file generator | Steve Holme | 2014-04-29 | 1 | -7/+23 |
* | build: Added VC6 and VC12 support to the project file generator | Steve Holme | 2014-04-29 | 1 | -15/+34 |
* | build: Added VC11 support to the project file generator | Steve Holme | 2014-04-29 | 1 | -22/+28 |
* | build: Added VC9 and VC10 support to the project file generator | Steve Holme | 2014-04-29 | 1 | -28/+77 |
* | build: Added Visual Studio project file generator | Steve Holme | 2014-04-29 | 1 | -0/+92 |
* | build: Added other VC6 output files to the .gitignore list | Steve Holme | 2014-04-27 | 2 | -0/+2 |
* | build: Corrected libcurl PDB file name for x64 builds in VC8 through VC12 | Steve Holme | 2014-04-27 | 5 | -21/+21 |
* | build: Added Visual Studio .NET (VC7) project files | Steve Holme | 2014-04-27 | 8 | -0/+2372 |
* | build: Added Visual Studio 6.0 (VC6) project files | Steve Holme | 2014-04-27 | 8 | -0/+1365 |
* | build: Added Visual Studio 2013 (VC12) project files | Steve Holme | 2014-04-23 | 8 | -0/+5006 |
* | build: Fixed output name for Release builds in VC10 and VC11 | Steve Holme | 2014-04-21 | 2 | -1/+41 |
* | build: Added Visual Studio 2012 (VC11) project files | Steve Holme | 2014-04-18 | 8 | -0/+4986 |
* | build: Corrected Visual Studio solutions for DLL Release x64 | Steve Holme | 2014-04-17 | 3 | -3/+3 |
* | build: Added Visual Studio 2010 (VC10) project files | Steve Holme | 2014-04-16 | 8 | -0/+4906 |