Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-06 | build-openssl/checksrc.bat: Fixed prepend vs append of Perl path | Steve Holme | |
Fixed inconsistency from commit 1eae114065 and 0ad6c72227 of the order in which Perl was added to the PATH. | |||
2016-03-05 | .gitignore: Added *.VC.opendb and *.vcxproj.user files for VC14 | Steve Holme | |
2016-03-05 | build-openssl.bat: Fixed cannot find perl if installed but not in path | Steve Holme | |
2016-03-05 | checksrc.bat: Fixed cannot find perl if installed but not in path | Steve Holme | |
2016-02-12 | generate.bat: Fix comment bug by removing old comments | Jay Satiro | |
Remove NOTES section, it's no longer needed since we aren't setting the errorlevel and more importantly the recently updated URL in the comments is causing some unusual behavior that breaks the script. Closes https://github.com/curl/curl/issues/649 | |||
2016-02-04 | URLs: change more http to https | Viktor Szakats | |
2016-02-02 | URLs: change more http to https | Viktor Szakats | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-09-03 | projects/Windows/.gitignore: ignore generated files for release | Daniel Stenberg | |
2015-08-18 | gitignore: Sort for readability | Jay Satiro | |
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}' | |||
2015-08-14 | generate.bat: Added support for generating only the prerequisite files | Steve Holme | |
2015-08-14 | generate.bat: Only call buildconf.bat if it exists | Steve Holme | |
2015-08-14 | generate.bat: Fixed issues when ran in directories with special chars | Steve Holme | |
2015-08-09 | generate.bat: Use buildconf.bat for prerequisite file generation | Steve Holme | |
2015-08-08 | checksrc.bat: Fixed error when missing *.c and *.h files | Steve Holme | |
File Not Found | |||
2015-08-08 | checksrc.bat: Fixed incorrect 'lib\vtls' path check in commit 333c36b276 | Steve Holme | |
2015-08-08 | checksrc.bat: Fixed error when [directory] isn't a curl source directory | Steve Holme | |
The system cannot find the file specified. | |||
2015-08-08 | checksrc.bat: Added check for unknown arguments | Steve Holme | |
2015-08-08 | scripts: Added missing comments | Steve Holme | |
2015-08-08 | scripts: Always perform setlocal and endlocal calls in pairs | Steve Holme | |
Ensure that there isn't a mismatch between setlocal and endlocal calls, which could have happened due to setlocal being called after certain error conditions were checked for. | |||
2015-08-08 | scripts: Allow -help to be specified in any argument | Steve Holme | |
Allow the -help command line argument to be specified in any argument and not just as the first. | |||
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-08-06 | generate.bat: Added a check for the presence of a git repository | Steve Holme | |
2015-08-06 | build: Added wolfSSL configurations to VC10+ project files | Jay Satiro | |
URL: https://github.com/bagder/curl/pull/174 | |||
2015-08-06 | build: Added wolfSSL build script for Visual Studio projects | Jay Satiro | |
Added the wolfSSL build script, based on build-openssl.bat, as well as the property sheet and header file required for the upcoming additions to the Visual Studio project files. | |||
2015-08-05 | generate.bat: Use buildconf.bat for prerequisite file clean-up | Steve Holme | |
2015-08-04 | generate.bat: Only clean prerequisite files when in ALL mode | Steve Holme | |
2015-08-04 | generate.bat: Moved error messages out of sub-routines | Steve Holme | |
2015-08-04 | generate.bat: More use of lower-case for commands and reserved keywords | Steve Holme | |
2015-07-29 | build: Added VC14 project files | Steve Holme | |
Updates to Makefile.am for the generation of the project files in the tarball to follow. | |||
2015-07-28 | generate.bat: Use lower-case for commands and reserved keywords | Steve Holme | |
Whilst there are no coding standards for the batch files used in curl, most tend to use lower-case for keywords and upper-case for variables. | |||
2015-07-28 | build: Added initial VC14 support to generate.bat | Steve Holme | |
Visual Studio project files and updates to makefile.am to follow. | |||
2015-07-28 | build: Fixed missing .opensdf files from VC10+ .gitignore files | Steve Holme | |
2015-07-28 | build: Use $(ProjectName) macro for curl.exe and curld.exe filenames | Steve Holme | |
This wasn't possible with the old curlsrc project filenames, but like commit 2a615a2b64 and 11397eb6dd for libcurl use the built in Visual Studio macros for the output filenames. | |||
2015-07-28 | build: Renamed curl src Visual Studio project files | Steve Holme | |
Following commit 957fcd9049 and in preparation for adding the VC14 project files renamed the curl source project files. | |||
2015-07-27 | README: Corrected formatting for 'Legacy Windows and SSL' section | Steve Holme | |
...as well as some wording. | |||
2015-07-26 | build-openssl.bat: Added support for VC14 | Steve Holme | |
2015-07-25 | build-openssl.bat: Show syntax if required args are missing | Jay Satiro | |
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> | |||
2015-04-11 | build: Generate source prerequisites for Visual Studio in generate.bat | Jay Satiro | |
Prior to this change Visual Studio builds could fail due to missing prerequisites src/tool_hugehelp.c and include/curl/curlbuild.h. http://curl.haxx.se/mail/lib-2015-04/0034.html | |||
2015-04-05 | checksrc.bat: quotes to support an SRC_DIR with spaces | Viktor Szakats | |
2015-04-03 | checksrc.bat: Check lib\vtls source | Jay Satiro | |
2015-04-02 | build-openssl.bat: Fix mixed line endings | Jay Satiro | |
Use LF not CRLF, throughout. msysgit will only convert a file to CRLF on checkout if it's not mixed. | |||
2015-03-30 | checksrc: Windows-specific input fixes | Jay Satiro | |
lib/config-win32ce.h - Fix whitespace for checksrc compliance. lib/checksrc.pl - Remove trailing carriage returns from input. projects/checksrc.bat - Ignore tool_hugehelp.c. | |||
2015-03-27 | build: Fix libcurl.sln erroneous mixed configurations | Jay Satiro | |
Prior to this change some Release configurations had an active configuration assignment to their Debug counterpart. | |||
2015-03-05 | openssl: Removed use of USE_SSLEAY from the Visual Studio project files | Steve Holme | |
In addition to commit 709cf76f6b, removed the USE_SSLEAY preprocessor variable from the Visual Studio project files as it isn't required anymore. | |||
2015-02-26 | build: Removed DataExecutionPrevention directive from VC9+ project files | Steve Holme | |
Removed the DataExecutionPrevention directive from the project files for Visual Studio 2008 and above. The XML value in the VC9 project files was set to "0" (Default) whilst the VC10+ project files contained an empty XML element. | |||
2015-02-26 | build: Use default RandomizedBaseAddress directive in VC9+ project files | Steve Holme | |
Visual Studio 2008 introduced support for the address space layout randomization (ASLR) feature of Windows Vista. However, upgrading the VC8 project files to VC9 and above disabled this feature. Removed the RandomizedBaseAddress directive to enabled the default setting (/DYNAMICBASE). Note: This doesn't appear to have any negative impact when compiled and ran on Windows XP. | |||
2015-02-26 | build: Added support to Generate.bat for files in the upcoming vauth folder | Steve Holme | |
2015-02-14 | build: Removed Visual Studio SuppressStartupBanner directive for VC8+ | Steve Holme | |
Visual Studio 2005 and above defaults to disabling the startup banner for the Compiler, Linker and MIDL tools (with /NOLOGO). As such there is no need to explicitly set the SuppressStartupBanner directive, as this is a leftover from the VC7 and VC7.1 projects being upgraded to VC8 and above. |