Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-30 | build: add enable IPV6 option for the VC makefiles | Pierre Joye | |
2010-06-02 | add missing new files to non-configure target build files | Yang Tse | |
2010-05-12 | Added Polar SSL and RTMP files to the non-autoconf build files | Dan Fandrich | |
I didn't bother with a few that have little hope of running the required dependent libraries. | |||
2010-05-12 | Added the new ftp source files to the non-autoconf build files | Dan Fandrich | |
2010-04-20 | hmac.c related compilation adjustment | Yang Tse | |
2010-04-20 | Add compilation directives for hmac in Watcom,riscos and vc6 ↵ | monnerat | |
platform-specific makefiles. | |||
2010-04-20 | replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles | Ruslan Gazizov | |
2010-02-19 | fix compiler warning | Yang Tse | |
2010-01-26 | add curl_threads.c to non-configure target build files | Yang Tse | |
2010-01-21 | Added rtsp.c to the non-configure target build files | Dan Fandrich | |
2010-01-15 | Added the new protocol source files to the non-autoconf build files | Dan Fandrich | |
2009-09-28 | libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h | Yang Tse | |
2009-09-17 | Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h | Yang Tse | |
into curl_rand.c and curl_rand.h | |||
2009-08-12 | add missing file, as pointed out by Karl M | Daniel Stenberg | |
2009-06-15 | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse | |
2009-04-23 | Added new libcurl source files to Amiga, RiscOS and VC6 build files. | Dan Fandrich | |
2009-01-29 | Introduced curl_sspi.c and curl_sspi.h for the implementation of functions | Yang 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. | |||
2009-01-20 | - Lisa Xu pointed out that the ssh.obj file was missing from the ↵ | Daniel Stenberg | |
lib/Makefile.vc6 file (and thus from the vc8 and vc9 ones too). | |||
2008-11-06 | Add missing curl_addrinfo, and sort the list. | Yang Tse | |
2008-10-23 | Added rawstr.c to the non-configure libcurl makefiles | Dan Fandrich | |
2008-05-09 | Internal time differences now use monotonic time source if available. | Yang Tse | |
This also implies the removal of the winmm.lib dependency for WIN32. | |||
2008-04-14 | - Sandor Feldi reported bug #1942022 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the lib/Makefile.vc[68] makefiles' release-ssl-dll target. | |||
2008-02-28 | fixed commented define for SSPI. | Gunter Knauf | |
2008-01-23 | update openssl version | Yang Tse | |
2007-09-15 | fixed VC6 makefiles for new ldap linkage. | Gunter Knauf | |
2007-07-15 | make 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 correct | Daniel Stenberg | |
machine type too. | |||
2006-10-21 | Fix misplaced runtime library specification for 'release-dll' target | Yang Tse | |
2006-09-23 | Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as | Daniel Stenberg | |
it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c source file. | |||
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 | |