aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.vc6
AgeCommit message (Collapse)Author
2009-07-15Added nonblock.c to the non-automake makefiles (note that the dependenciesDan Fandrich
in the Watcom makefiles aren't quite correct).
2009-06-15DEBUGBUILD / CURLDEBUG decoupling follow-upYang Tse
2009-06-05introduction of os-specific.c and os-specific.hYang Tse
2009-01-29Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse
Curl_sspi_global_init() and Curl_sspi_global_cleanup() which previously were named Curl_ntlm_global_init() and Curl_ntlm_global_cleanup() in http_ntlm.c Also adjusted socks_sspi.c to remove the link-time dependency on the Windows SSPI library using it now in the same way as it was done in http_ntlm.c.
2009-01-28- Markus Moeller introduced two new options to libcurl:Daniel Stenberg
CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these.
2008-10-23Added rawstr.c to the non-configure curl makefilesDan Fandrich
2008-05-09Internal time differences now use monotonic time source if available.Yang Tse
This also implies the removal of the winmm.lib dependency for WIN32.
2008-02-28fixed commented define for SSPI.Gunter Knauf
2008-02-22- Georg Lippitsch made the src/Makefile.vc6 makefile use the same memory modelDaniel Stenberg
options as the lib/Makefile.vc6 already did.
2008-01-23update openssl versionYang Tse
2007-10-24Vladimir Lazarenko pointed out that we should do some 'mt' magic whenDaniel Stenberg
building with VC8 to get the "manifest" embedded to make fine stand-alone binaries. The maketgz and the src/Makefile.vc6 files were adjusted accordingly.
2007-09-15fixed VC6 makefiles for new ldap linkage.Gunter Knauf
2007-07-23added 2 system libs necessary for linking OpenSSL 0.9.8e statically.Gunter Knauf
2007-07-15make users use the latest OpenSSL and Zlib libraries;Gunter Knauf
added hint to compile with SSPI with MSVC6 without PSDK.
2007-03-09- Robert A. Monat improved the maketgz and VC6/8 generating to set the correctDaniel Stenberg
machine type too.
2007-02-20curl tool was using functions curlx_tvnow and curlx_tvdiff which are notYang Tse
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx The documented way of using them would be to use timeval.c as a source code file. The above described method works very well when statically linking libcurl and apps, curl tool, but has several drawbacks when you build a true shared libcurl (i.e. Name space clash at linkage stage as functions are defined more than once. Windows makefiles are not capable of handling this system of source-level sharing) So... Now curlutil.h and curlutil.c define and implement cutil_tvnow and cutil_tvdiff which replace curlx_tvnow and curlx_tvdiff for the curl tool. Doing this we avoid the above described problems.
2005-11-08Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabledDaniel Stenberg
version of libcurl with different Windows versions. Current version of libcurl imports SSPI functions from secur32.dll. However, under Windows NT 4.0 these functions are located in security.dll, under Windows 9x - in secur32.dll and Windows 2000 and XP contains both these DLLs (security.dll just forwards calls to secur32.dll). Dmitry's patch loads proper library dynamically depending on Windows version. Function InitSecurityInterface() is used to obtain pointers to all of SSPI function in one structure. : ----------------------------------------------------------------------
2005-03-11fixed two leftover from Christopher's patchDaniel Stenberg
2005-03-10Christopher R. Palmer made it possible to build libcurl with theDaniel Stenberg
USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the native way to do NTLM. SSPI also allows libcurl to pass on the current user and its password in the request.
2005-01-18Cody Jones' enhanced version of Samuel Díaz García's MSVC makefile patch.Daniel Stenberg
2005-01-02Alex Neblett's minor updateDaniel Stenberg
2004-12-10David Byron's debug build fixDaniel Stenberg
2004-11-16Added revision tag.Gisle Vanem
2004-11-13Fix location of timeval.c.Gisle Vanem
2004-11-13Set OpenSSL path to same as in ../lib/Makefile.vc6.Gisle Vanem
Import lib is now "libcurl_imp.lib". Some cleanup and making it more readable.
2004-11-12MSVC with static link must define CURL_STATICLIB.Gisle Vanem
zlib path set to same as in lib/Makefile.vc6.
2004-07-11removed zlib dependence from default target; added new zlib targets.Gunter Knauf
2004-07-06minor cleanup.Gunter Knauf
2004-05-25Massimiliano Ziccardi's updates for the VC6 makefilesDaniel Stenberg
2004-03-04David Byron's version resource fixDaniel Stenberg
2004-03-03David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg
machines.
2004-02-26David Byron's fixes to make the latest curl build fine under MSVC 6.Daniel Stenberg
2003-11-23Gisle Vanem fixed the Windows buildDaniel Stenberg
2003-11-04Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows.Daniel Stenberg
2003-08-01David Byron's makefile fix to allow 7.10.6 to build fine using VCDaniel Stenberg
2003-07-30removed silly target that only works when building from CVSDaniel Stenberg
2003-07-23Juan F. Codagnone's fixes to build properly on Windows againDaniel Stenberg
2002-06-13Miklos Nemeth fixed the mmlibDaniel Stenberg
2002-03-23Miklos Nemeth's updateDaniel Stenberg
2002-02-06Miklos Nemeth added commentsDaniel Stenberg
2001-09-17Linus Nielsen Feltzing changed winsock lib for linkingDaniel Stenberg
2001-08-09removied $Id:$ again, this is treated as a binary file and then that fieldDaniel Stenberg
isn't updated! :-O
2001-08-09Added $Id:$ to the headerDaniel Stenberg
2001-05-21made it binary in CVS to maintain DOS newlines and turned those newlinesDaniel Stenberg
into the DOS kind!
2001-02-06nntp@iname.com's suggested fix to set the libpathDaniel Stenberg
2000-12-11unix-style newlinesDaniel Stenberg
2000-12-01Craig Davison updated and made it work again!Daniel Stenberg
1999-12-29Initial revisionDaniel Stenberg