Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-03 | checksrc.bat: Added support for the examples | Steve Holme | |
2016-04-03 | checksrc.bat: Re-enabled the tests directory by default | Steve Holme | |
Following the recent changes to the source in the tests directory, re-enabled tests for the default scan. | |||
2016-04-03 | checksrc.bat: Added tests/server directory support | Steve Holme | |
In addition to commit 83b174b3f0 and following the recent changes. | |||
2016-04-03 | checksrc.bat: Disable tests by default until warnings are fixed | Steve Holme | |
2016-04-03 | checksrc.bat: Added support for the tests directory | Steve Holme | |
2016-04-01 | build: Changed the Visual Studio projects warning level from 3 to 4 | Steve Holme | |
After squashing most of our compiler warnings, up'ed the default warning level from 3 to 4 in order to increase the likelyhood of catching future warnings. | |||
2016-04-01 | .gitignore: Added new VC14 SQLite based program database files | Steve Holme | |
2016-03-29 | wolfssl: Use ECC supported curves extension | Jay Satiro | |
https://github.com/wolfSSL/wolfssl/issues/366 | |||
2016-03-29 | build-wolfssl: Allow a broader range of ciphers (Visual Studio) | Jay Satiro | |
This is an update to the build-time options used to build wolfSSL in Visual Studio for greater compatibility, and make it behave similar to the way OpenSSL 1.0.2 behaves. Starting in wolfSSL v3.6.6 static ciphers and SSLv3 are disabled by default at build time, but we can use both. - Enable static cipher suites TLS_ECDH_ and TLS_RSA_. - Enable SSLv3 hello. Though in libcurl we disable it by default at runtime, we make it available so the user can manually select it if necessary. | |||
2016-03-28 | wolfssl: Add ALPN support | Jay Satiro | |
2016-03-25 | checksrc.bat: Added support for checking the new vauth directory | Steve Holme | |
2016-03-25 | build: Updated all makefiles and project files for the new vauth directory | Steve Holme | |
Updated the makefiles and Visual Studio project files to support moving the authentication code to the new lib/vauth directory that was started in commit 0d04e859e1. | |||
2016-03-23 | checksrc.bat: Updated the help to be consistent with generate.bat | Steve Holme | |
Follow up to commit a8c7f0fcbf prior to release. | |||
2016-03-22 | build-wolfssl: Update VS properties for wolfSSL v3.9.0 | Jay Satiro | |
- Do not use wolfSSL's sample user-setting files. wolfSSL starting in v3.9.0 has added their own sample user settings that are applied by default, but we don't use them because we have our own settings. - Do not use wolfSSL's Visual Studio Unicode character setting. wolfSSL Visual Studio projects use the Unicode character set however our settings and options imitate mingw build which does not use the Unicode character set. This does not appear to have any effect at the moment but better safe than sorry. These changes are backwards compatible with earlier versions. | |||
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-03-13 | checksrc.bat: Added the ability to scan src and lib source independently | Steve Holme | |
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. |