Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-09 | Removed use of '..\lib\libcurl_wc.lib' as this is not really | Gisle Vanem | |
a static-lib. Renamed 'OBJ_DIR' to 'WC_Win32.obj'. | |||
2007-08-07 | moved HAVE_LONGLONG from makefiles to config-win32.h. | Gunter Knauf | |
2007-02-25 | Use dynamic version of libcurl. Use '\' in dependencies. | Gisle Vanem | |
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-10-27 | Removed dependency on zlib.h. Added dependency for | Gisle Vanem | |
..\lib\timeval.c. | |||
2005-01-12 | Added dependencies. | Gisle Vanem | |
2005-01-11 | Removed CURLTOOLDEBUG. It caused libcurl_wc.dll | Gisle Vanem | |
to fail in mysterious ways. | |||
2005-01-11 | Fix '!if' expression. | Gisle Vanem | |
2005-01-08 | New file. | Gisle Vanem | |