Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-21 | build: Renamed CURLX_ONES file list definition to CURLX_CFILES | Steve Holme | |
Renamed the CURLX_ONES file list definition in order to a) try and be consistent with other file lists and b) to allow for the addition of the curlx header files, which will assist with Visual Studio project files generation rather than hard coding those files. | |||
2013-05-11 | Updated zlib version in build files. | Guenter Knauf | |
2013-04-11 | Enabled MinGW sync resolver builds. | Guenter Knauf | |
2013-04-09 | Fixed ares-enabled builds with static makefiles. | Guenter Knauf | |
2013-02-09 | Updated dependency libs. | Guenter Knauf | |
2013-01-28 | Updated dependency libs. | Guenter Knauf | |
2012-12-26 | curl tool: renaming hugehelp files to tool_hugehelp | Yang Tse | |
2012-11-08 | Added deps for static metalink-aware MinGW builds. | Guenter Knauf | |
2012-10-13 | Revert c44e674; add OpenSSL includes/defines. | Guenter Knauf | |
The makefile is designed to build against a libmetalink devel package; therefore is does not matter what will change inside libmetalink. Add OpenSSL includes and defines for libmetalink-aware OpenSSL builds. | |||
2012-09-11 | Makefile.m32: Updated to build against libmetalink 0.1.2 | Marc Hoersken | |
The include and library path were moved within libmetalink, this patch adjusts the defaults provided within the curl MinGW makefile. | |||
2012-07-12 | Minor fixes to MinGW makefiles. | Guenter Knauf | |
2012-07-11 | Changed MinGW makefiles to use WINSSL now. | Guenter Knauf | |
2012-07-08 | Removed obsolete include path to project root. | Guenter Knauf | |
2012-07-03 | MinGW makefile tweaks for running from sh. | Guenter Knauf | |
Added function macros to make path converting easier. Added CROSSPREFIX to all compile tools. | |||
2012-06-13 | schannel: remove version number and identify its use with 'schannel' literal | Yang Tse | |
Version number is removed in order to make this info consistent with how we do it with other MS and Linux system libraries for which we don't provide this info. Identifier changed from 'WinSSPI' to 'schannel' given that this is the actual provider of the SSL/TLS support. libcurl can still be built with SSPI and without SCHANNEL support. | |||
2012-06-11 | mingw32: Fixed warning of USE_SSL being redefined | Marc Hoersken | |
2012-06-11 | curl_sspi: Added Curl_sspi_version function | Marc Hoersken | |
Added new function to get SSPI version as string. Added required library version.lib to makefiles. Changed curl_schannel.c to use Curl_sspi_version. | |||
2012-06-11 | schannel: Updated mingw32 makefiles | Guenter Knauf | |
2012-06-08 | Added metalink support to MinGW builds. | Guenter Knauf | |
2012-05-27 | Enabled OpenSSL static linkage. | Guenter Knauf | |
2012-05-27 | Try to detect OpenSSL build type automatically. | Guenter Knauf | |
2012-05-22 | Updated dependency libary versions. | Guenter Knauf | |
2012-04-26 | Updated dependency lib versions. | Guenter Knauf | |
2012-04-23 | Revert "sspi: Added version information" | Yang Tse | |
This reverts commit 2976de480808119dae08fc6f52c8d75ba1aedb1a. | |||
2012-04-22 | sspi: Added version information | Steve Holme | |
Added version information for Windows SSPI to curl's main version string and removed SSPI from the features string. | |||
2012-04-20 | Updated dependency lib versions. | Guenter Knauf | |
2012-04-12 | Updated dependency lib versions (2nd try). | Guenter Knauf | |
2012-04-12 | Updated dependency lib versions. | Guenter Knauf | |
2011-12-30 | removed trailing whitespace | Yang Tse | |
2011-09-21 | Changed suffix rules to pattern rules. | Guenter Knauf | |
Suffix rules cannot have any prerequisites of their own. | |||
2011-09-21 | Some more MinGW build tweaks. | Guenter Knauf | |
Added envvars to specify OpenSSL include, libpath and lib. Added rule to create curlbuild.h from curlbuild.h.dist. | |||
2011-09-20 | A bunch of MinGW build tweaks. | Guenter Knauf | |
All paths to dependencies now quoted; synced examples makefile. | |||
2011-09-20 | Added _WIN32_WINNT define for IPv6 builds. | Guenter Knauf | |
2011-09-17 | Fixed MinGW WinIDN lib dependency. | Guenter Knauf | |
2011-09-11 | Updated makefiles to latest libssh2. | Guenter Knauf | |
2011-09-04 | Added SPNEGO to MinGW makefiles. | Guenter Knauf | |
2011-09-03 | Updated dependecies versions. | Guenter Knauf | |
2011-09-03 | Some MinGW makefile tweaks for MinGW64. | Guenter Knauf | |
2011-04-19 | Improve MinGW static makefile builds. | Guenter Knauf | |
It is now possible to use any combination of features without having to 1st add makefile targets to the main makefile. The main makefile now passes the 'mingw32-feat1-feat2' as var CFG, and the ./[lib|src]/Makefile.m32 parses the CFG var to determine the features to be enabled. | |||
2011-04-19 | Enabled MinGW native Windows IDN build. | Guenter Knauf | |
2011-04-19 | Updated default (recommended) dependency versions. | Guenter Knauf | |
2011-02-13 | Updated OpenSSL version, added links to docu. | Guenter Knauf | |
2010-12-05 | Updated OpenSSL version. | Guenter Knauf | |
2010-10-11 | Added build bits for librtmp to MingW32 makefiles. | Guenter Knauf | |
2010-08-18 | It is sufficient to pipe stderr to NUL to get rid of the nasty messages. | Guenter Knauf | |
2010-08-15 | Syncroniszed vclean target; fixed some comments. | Guenter Knauf | |
2010-08-02 | Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro. | Guenter Knauf | |
2010-07-22 | Updated library versions. | Guenter Knauf | |
2010-04-24 | encourage users to take latest lib dependencies. | Guenter Knauf | |
2010-03-31 | make folks use latest available dependent libraries. | Guenter Knauf | |