Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-12 | added splay | Daniel Stenberg | |
2005-12-23 | Kirill Vasiliev fixed the 'release-ssl-dll' target to properly build a | Daniel Stenberg | |
static libcurl using openssl as dll. | |||
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-10-21 | Temprimus improved the MSVC makefile so that the static debug SSL libs are | Daniel Stenberg | |
linked to the executable and not to the libcurld.lib http://curl.haxx.se/bug/view.cgi?id=1326676 | |||
2005-10-20 | Temprimus improved the MSVC makefile: "makes a build option available so if | Daniel Stenberg | |
you set rtlibcfg=static for the make, then it would build with /MT. The default behaviour is /MD (the original)." http://curl.haxx.se/bug/view.cgi?id=1326665 | |||
2005-10-14 | Reported by 'TemPRImus' in bug 1326665: use the "Multi-Threaded" options even | Daniel Stenberg | |
when building the static library. http://curl.haxx.se/bug/view.cgi?id=1326665 | |||
2005-09-07 | added tftp.c | Daniel Stenberg | |
2005-04-22 | Dave Dribin: set CURL_STATICLIB when it builds static library variants. | Daniel Stenberg | |
2005-04-07 | fixed to build after the GnuTLS fixes | Daniel Stenberg | |
2005-04-04 | Marcelo Juchem's improvements | Daniel Stenberg | |
2005-03-31 | fixed bad comment, pointed out by Marcelo Juchem | Daniel Stenberg | |
2005-03-18 | fix by Kyrre Kristiansen | 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 | reverted the bad naming of the implib names | Daniel Stenberg | |
2005-01-02 | Alex Neblett's minor update | Daniel Stenberg | |
2004-11-19 | add select.obj | Daniel Stenberg | |
2004-11-13 | Renamed import lib to "libcurl_imp.lib". | Gisle Vanem | |
Some cleanup and making it more readable. | |||
2004-11-09 | Changes for removing libcurl.def file on Win32. | Gisle Vanem | |
Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6. | |||
2004-09-15 | fixed to use the new file. Can we make this use Makefile.inc somehow? | Daniel Stenberg | |
2004-08-14 | fixed linkage dll targets. (submitted by Casey O'Donnell) | Gunter Knauf | |
2004-07-11 | changed paths to external libs to recent versions. | Gunter Knauf | |
2004-06-01 | David Byron made this use the mm lib by default, as was previously done. This | Daniel Stenberg | |
might be done differently in the future. | |||
2004-05-26 | Mohun Biswas added release-zlib and debug-zlib targets. | Daniel Stenberg | |
2004-05-25 | Massimiliano Ziccardi's updates for the VC6 makefiles | Daniel Stenberg | |
2004-05-11 | cut out the changelog, it is far from accurate anyway | Daniel Stenberg | |
2004-04-26 | oops, .obj not .c! | Daniel Stenberg | |
2004-04-26 | added the new files to the build | Daniel Stenberg | |
2004-04-11 | David Byron's patch for MSVC builds with zlib | Daniel Stenberg | |
2004-03-25 | strerror without prefix | Daniel Stenberg | |
2004-03-25 | added curl_strerror to the build | 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 | |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2003-11-07 | removed the resource lines I shouldn't have added in the firt place | Daniel Stenberg | |
2003-11-06 | CURLDEBUG, no underscore | Daniel Stenberg | |
2003-11-06 | Gisle Vanem's libcurl.dll version info patch applied | Daniel Stenberg | |
2003-11-04 | Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows. | Daniel Stenberg | |
2003-10-22 | Dylan Ellicott added the release-libcurl-ssl-dll target | Daniel Stenberg | |
2003-07-30 | Jörg Müller-Tolk updated this to build fine with 7.10.6 | Daniel Stenberg | |
2003-07-23 | Juan F. Codagnone's fixes to build properly on Windows again | Daniel Stenberg | |
2003-04-25 | RSAglue.lib is no longer needed with recent OpenSSL versions | Daniel Stenberg | |
2003-03-03 | Added share.obj | Daniel Stenberg | |
2003-01-07 | Matthew Blain's improvements for debug builds | Daniel Stenberg | |
2002-07-29 | link with winmm.lib too | Daniel Stenberg | |
2002-06-11 | added multi.obj | Daniel Stenberg | |
2002-03-23 | Miklos Nemeth's update | Daniel Stenberg | |
2002-03-15 | corrected SSL builds | Daniel Stenberg | |
2002-02-06 | Miklos Nemeth improved | Daniel Stenberg | |
2002-01-04 | Add hash and llist to VC makefile | sm | |