Revision tags: curl-7_36_0, curl-7_35_0 |
|
#
01513161 |
| 08-Jan-2014 |
Steve Holme |
makefile: Added support for VC12
|
#
aa1ee9e7 |
| 08-Jan-2014 |
Steve Holme |
makefile: Added support for VC11
|
#
f61e0a34 |
| 08-Jan-2014 |
Steve Holme |
winbuild: Follow up fix for a47c142a88c0, 11e8066ef956 and 92b9ae5c5d59
|
Revision tags: curl-7_34_0, curl-7_33_0, curl-7_32_0, curl-7_31_0, curl-7_30_0, curl-7_29_0 |
|
#
7fd5f680 |
| 04-Feb-2013 |
Andrei Kurushin |
winbuild: include version info for .dll .exe Bug: http://curl.haxx.se/bug/view.cgi?id=1186
|
#
4a5aa668 |
| 04-Jan-2013 |
Yang Tse |
Revert changes relative to lib/*.[ch] recent renaming This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use
Revert changes relative to lib/*.[ch] recent renaming This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use of 76 lib/*.h renamed files ffd8e12... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bb... build: make use of 93 lib/*.c renamed files 5b6e792... build: rename 93 lib/*.c files 7d83dff... build: commit 13606bbfde follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h
show more ...
|
#
13606bbf |
| 03-Jan-2013 |
Yang Tse |
build: make use of 93 lib/*.c renamed files 93 *.c source files renamed to use our standard naming scheme. This change affects 77 files in libcurl's source tree.
|
#
ae2a2c99 |
| 26-Dec-2012 |
Yang Tse |
curl tool: renaming hugehelp files to tool_hugehelp
|
Revision tags: curl-7_28_1 |
|
#
6d8443a2 |
| 14-Nov-2012 |
Mark Snelling |
winbuild: Fix PDB file output And fix some newlines to be proper CRLF Bug: http://curl.haxx.se/bug/view.cgi?id=3586741
|
#
0ecb5705 |
| 01-Nov-2012 |
Marc Hoersken |
winbuild: Additional clean up
|
#
3be96564 |
| 25-Oct-2012 |
Sapien2 |
Even more winbuild refactoring
|
#
0cb56503 |
| 25-Oct-2012 |
Sapien2 |
Minor winbuild refactoring
|
#
8f61e5ce |
| 25-Oct-2012 |
Sapien2 |
Architecture selection for winbuild and minor makefiles refactoring
|
#
c81eb7e2 |
| 01-Nov-2012 |
Guenter Knauf |
Fixed MSVC libssh2 static build. Since libssh2 supports now agent stuff it also depends on user32.lib. Posted to the list by Jan Ehrhardt.
|
Revision tags: curl-7_28_0 |
|
#
7a53474f |
| 03-Oct-2012 |
Marc Hoersken |
winbuild/MakefileBuild.vc: Follow up on 0c8ccf7
|
#
8a57b3c9 |
| 10-Sep-2012 |
Marc Hoersken |
winbuild: Added support for building with SPNEGO enabled Since Simple and Protected GSSAPI Negotiation Mechanism is already implemented in curl and supported by the MinGW builds, thi
winbuild: Added support for building with SPNEGO enabled Since Simple and Protected GSSAPI Negotiation Mechanism is already implemented in curl and supported by the MinGW builds, this change adds build support to winbuild makefiles.
show more ...
|
#
f665e5d1 |
| 10-Sep-2012 |
Marc Hoersken |
winbuild: Adjusted order of options to generated config name Cleaned up order of handled build options by ordering them nearly alphabetically by using the order of the generated conf
winbuild: Adjusted order of options to generated config name Cleaned up order of handled build options by ordering them nearly alphabetically by using the order of the generated config name. Preparation for future/more build options.
show more ...
|
#
a52857cb |
| 29-Jul-2012 |
Guenter Knauf |
Added DWANT_IDN_PROTOTYPES define for MSVC too. Discussion on the list: http://curl.haxx.se/mail/lib-2012-07/0271.html
|
Revision tags: curl-7_27_0 |
|
#
d39bbcfa |
| 05-Jul-2012 |
Marc Hoersken |
winbuild: Make USE_WINSSL depend on USE_SSPI Since WinSSL cannot be build without SSPI being enabled, USE_WINSSL now defaults to the value of USE_SSPI. The makefile does now rai
winbuild: Make USE_WINSSL depend on USE_SSPI Since WinSSL cannot be build without SSPI being enabled, USE_WINSSL now defaults to the value of USE_SSPI. The makefile does now raise an error if WinSSL is enabled while SSPI is disabled.
show more ...
|
#
86871577 |
| 05-Jul-2012 |
Marc Hoersken |
winbuild: Aligned USE_SSPI with other USE_x defines Renamed external parameter USE_SSPI = yes/no to ENABLE_SSPI = yes/no. Backwards compatible change: USE_SSPI can still be passed as ext
winbuild: Aligned USE_SSPI with other USE_x defines Renamed external parameter USE_SSPI = yes/no to ENABLE_SSPI = yes/no. Backwards compatible change: USE_SSPI can still be passed as external parameter with yes/no value as long as ENABLE_SSPI is not given. USE_x defines are passed around with true/false values internally, USE_SSPI is now aligned to this approach, but still accepts external values yes/no being passed, just like the other defines.
show more ...
|
#
aeca33f9 |
| 05-Jul-2012 |
Marc Hoersken |
winbuild: Clean up formatting and variable naming - Changed space usage to line up with the whole file - Renamed CFLAGS_SSPI/IPV6 to SSPI/IPV6_CFLAGS to be consistent with the othe
winbuild: Clean up formatting and variable naming - Changed space usage to line up with the whole file - Renamed CFLAGS_SSPI/IPV6 to SSPI/IPV6_CFLAGS to be consistent with the other CFLAGS_x variables - Make use of existing CFLAGS_IPV6 (previously IPV6_CFLAGS) instead of appending directly to CFLAGS
show more ...
|
#
0fd5dda9 |
| 14-Jun-2012 |
Yang Tse |
winbuild/MakefileBuild.vc: convert line endings to DOS style As per request on mailing list: http://curl.haxx.se/mail/lib-2012-06/0222.html
|
#
9d8375c2 |
| 14-Jun-2012 |
Marc Hoersken |
winbuild: Allow SSPI build with or without Schannel The changes introduced in commit 2bfa57bc32 are not enough to make it actually possible to use the USE_WINSSL option. Makefile.vc
winbuild: Allow SSPI build with or without Schannel The changes introduced in commit 2bfa57bc32 are not enough to make it actually possible to use the USE_WINSSL option. Makefile.vc was not updated and the configuration name which is used in the build path did not match between both build files. This patch fixes those issues and introduces the following changes: - Replaced the -schannel name with -winssl in order to be consistent with the other options - Added ENABLE_WINSSL option to winbuild/Makefile.vc (default yes) - Changed winbuild/MakefileBuild.vc to set USE_WINSSL to true if USE_SSL is false and USE_WINSSL was not specified as a parameter - Separated WINSSL handling from SSPI handling to be consistent with the other options and their corresponding code path
show more ...
|
#
2bfa57bc |
| 13-Jun-2012 |
Yang Tse |
MakefileBuild.vc: Allow building without SSL In order to use Windows native SSL support define 'USE_WINSSL'
|
#
819afe46 |
| 13-Jun-2012 |
Yang Tse |
schannel: remove version number and identify its use with 'schannel' literal Version number is removed in order to make this info consistent with how we do it with other MS and Linux sys
schannel: remove version number and identify its use with 'schannel' literal 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.
show more ...
|
#
c45069bf |
| 11-Jun-2012 |
Marc Hoersken |
winbuild: Removed WITH_SSL=schannel and tie schannel to SSPI Removed specific WITH_SSL=schannel paramter that did not fit the general schema and complicated the parameters. For now Schan
winbuild: Removed WITH_SSL=schannel and tie schannel to SSPI Removed specific WITH_SSL=schannel paramter that did not fit the general schema and complicated the parameters. For now Schannel will be enabled if SSPI is enabled and OpenSSL is disabled.
show more ...
|