Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-16 | Updated dependencies based on "gcc -MM". | Gisle Vanem | |
2008-12-16 | Added the use of Watt-32 tcp/ip stack for Win32 target. | Gisle Vanem | |
If USE_WATT32=1 one needs to use stack-based calls (-3s). So to keep the makefile nice and clean, specify -3s for Winsock target too (there's hardly any speed-gain using -3r). | |||
2008-11-01 | Added curl_addrinfo.obj. Rearranged alphabetically. | Gisle Vanem | |
2008-10-23 | Added rawstr.c to the non-configure libcurl makefiles | Dan Fandrich | |
2008-08-20 | Added option to use c-ares resolver lib. | Yang Tse | |
2008-08-17 | Rewritten to also produce a static library (libcurl_wc.lib). | Gisle Vanem | |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse | |
2008-08-17 | libcurl internal md5.h header file renamed to curl_md5.h | Yang Tse | |
2008-08-13 | Remved '-dDEBUG_THREADING_GETADDRINFO' (no longer used). | Gisle Vanem | |
2008-08-13 | Update dependencies. | Gisle Vanem | |
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-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek | |
$capath is known to configure, so it can be defined in config.h instead. | |||
2007-12-09 | Removed building 'libcurl_wc.lib' as this isn't a static-library | Gisle Vanem | |
in the common sense. Renamed 'OBJ_DIR' to 'WC_Win32.obj'. | |||
2007-10-31 | Add support for LDAP urls. Allthough the OpenWatcom | Gisle Vanem | |
headers <winlap.h> and <winber.h> defines wrong calling convention. | |||
2007-10-31 | Added optional use of zlib (USE_ZLIB=1). | Gisle Vanem | |
Use a response-file for the C-compiler. | |||
2007-10-28 | OpenWatcom cannot use wldap32.lib (wrong calling convention?). | Gisle Vanem | |
Added generation of dummy ca-bundle.h. Sorted objects. | |||
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg | |
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case. | |||
2007-08-07 | moved HAVE_LONGLONG from makefiles to config-win32.h. | Gunter Knauf | |
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-08-29 | Updated dependency section. | Gisle Vanem | |
2006-08-04 | Added dependency for splay.obj. | Gisle Vanem | |
2006-04-12 | Added splay.c. | Gisle Vanem | |
2005-11-24 | Changes for OpenWatcom 1.4. | Gisle Vanem | |
2005-10-27 | Added option '-zc' puts const data in code-segment. | Gisle Vanem | |
Added CURL_DISABLE_TFTP; tftp.c doesn't compile as-is. | |||
2005-10-06 | Added tftp.obj. | Gisle Vanem | |
2005-04-07 | GnuTLS updates | Daniel Stenberg | |
2005-01-12 | Added '-bd' option; target is a DLL. | Gisle Vanem | |
Added dependencies. | |||
2005-01-08 | New file. | Gisle Vanem | |