Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-09 | - Robert A. Monat improved the maketgz and VC6/8 generating to set the correct | Daniel Stenberg | |
machine type too. | |||
2007-02-20 | curl tool was using functions curlx_tvnow and curlx_tvdiff which are not | Yang 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-08 | Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled | Daniel 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-11 | fixed two leftover from Christopher's patch | Daniel Stenberg | |
2005-03-10 | Christopher R. Palmer made it possible to build libcurl with the | Daniel 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-18 | Cody Jones' enhanced version of Samuel Díaz García's MSVC makefile patch. | Daniel Stenberg | |
2005-01-02 | Alex Neblett's minor update | Daniel Stenberg | |
2004-12-10 | David Byron's debug build fix | Daniel Stenberg | |
2004-11-16 | Added revision tag. | Gisle Vanem | |
2004-11-13 | Fix location of timeval.c. | Gisle Vanem | |
2004-11-13 | Set 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-12 | MSVC with static link must define CURL_STATICLIB. | Gisle Vanem | |
zlib path set to same as in lib/Makefile.vc6. | |||
2004-07-11 | removed zlib dependence from default target; added new zlib targets. | Gunter Knauf | |
2004-07-06 | minor cleanup. | Gunter Knauf | |
2004-05-25 | Massimiliano Ziccardi's updates for the VC6 makefiles | Daniel Stenberg | |
2004-03-04 | David Byron's version resource fix | Daniel Stenberg | |
2004-03-03 | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg | |
machines. | |||
2004-02-26 | David Byron's fixes to make the latest curl build fine under MSVC 6. | Daniel Stenberg | |
2003-11-23 | Gisle Vanem fixed the Windows build | Daniel Stenberg | |
2003-11-04 | Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows. | Daniel Stenberg | |
2003-08-01 | David Byron's makefile fix to allow 7.10.6 to build fine using VC | Daniel Stenberg | |
2003-07-30 | removed silly target that only works when building from CVS | Daniel Stenberg | |
2003-07-23 | Juan F. Codagnone's fixes to build properly on Windows again | Daniel Stenberg | |
2002-06-13 | Miklos Nemeth fixed the mmlib | Daniel Stenberg | |
2002-03-23 | Miklos Nemeth's update | Daniel Stenberg | |
2002-02-06 | Miklos Nemeth added comments | Daniel Stenberg | |
2001-09-17 | Linus Nielsen Feltzing changed winsock lib for linking | Daniel Stenberg | |
2001-08-09 | removied $Id:$ again, this is treated as a binary file and then that field | Daniel Stenberg | |
isn't updated! :-O | |||
2001-08-09 | Added $Id:$ to the header | Daniel Stenberg | |
2001-05-21 | made it binary in CVS to maintain DOS newlines and turned those newlines | Daniel Stenberg | |
into the DOS kind! | |||
2001-02-06 | nntp@iname.com's suggested fix to set the libpath | Daniel Stenberg | |
2000-12-11 | unix-style newlines | Daniel Stenberg | |
2000-12-01 | Craig Davison updated and made it work again! | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |