aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-12-11Dan Fandrich:Daniel Stenberg
2004-12-10David Byron's debug build fixDaniel Stenberg
2004-12-06Replace MINGW32 with built-in __MINGW32__.Gisle Vanem
2004-11-24mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so weDaniel Stenberg
2004-11-24Provide a 64-bit capable ftruncate(). MingW has one, butGisle Vanem
2004-11-24mingw has a ftruncate() functionDaniel Stenberg
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-16Added revision tag.Gisle Vanem
2004-11-15new -w variables supportedDaniel Stenberg
2004-11-15Added top_srcdir.Gisle Vanem
2004-11-15Added revision id, test for USE_ARES.Gisle Vanem
2004-11-14Changes for static/dynamic linking of libcurl.Gisle Vanem
2004-11-14Borland doesn't have <sys/utime.h>, utime() norGisle Vanem
2004-11-13Fix location of timeval.c.Gisle Vanem
2004-11-13Add "-DCURL_STATICLIB" for static build.Gisle Vanem
2004-11-13Set OpenSSL path to same as in ../lib/Makefile.vc6.Gisle Vanem
2004-11-12MSVC with static link must define CURL_STATICLIB.Gisle Vanem
2004-11-11Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg
2004-11-08another lame change in an attempt to fix the moot gcc 3.4 warningDaniel Stenberg
2004-11-08weirdo hack to fix debian bug report 278691:Daniel Stenberg
2004-11-08added a default in the switch in an attempt to avoid the moot "will never beDaniel Stenberg
2004-11-04more retry stuffDaniel Stenberg
2004-10-28Fixed _write() arguments.Gisle Vanem
2004-10-28*** empty log message ***Gisle Vanem
2004-10-28use longsDaniel Stenberg
2004-10-27Added --retry and --retry-delay first attempt with four related test cases.Daniel Stenberg
2004-10-19CURLINFO_NUM_CONNECTS and moreDaniel Stenberg
2004-10-19All Win compilers have locale.h + setlocale().Gisle Vanem
2004-10-18Peter Wullinger pointed out that curl should call setlocale() properly toDaniel Stenberg
2004-10-10set the SIZEOF_LONG define to get the new lib/strtoofft.h fineDaniel Stenberg
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-09-10fixed -F to support setting type= even on parts that aren't file-uploadsDaniel Stenberg
2004-09-03fixed nasty warnings with gcc 3.3.Gunter Knauf
2004-08-10more typecasts to please picky compilersDaniel Stenberg
2004-07-28use Makefile.inc and make it get included in dist archivesDaniel Stenberg
2004-07-28renamed CURL_HEADERS, since it is a magic automake name we must not useDaniel Stenberg
2004-07-26using #[num] with -o now make it literally used if there's no globbing forDaniel Stenberg
2004-07-26removed trailing whitespaceDaniel Stenberg
2004-07-15fixed zlib suport.Gunter Knauf
2004-07-15added just another switch.Gunter Knauf
2004-07-15removed old CXXFLAGS; added switch to suppress linker banner.Gunter Knauf
2004-07-15removed unneeded libs from linking.Gunter Knauf
2004-07-15made OpenSSL support conditional.Gunter Knauf
2004-07-14removed the config-netware.h from the release archivesDaniel Stenberg
2004-07-14some more fixes; added cw32mt.lib, winmm.lib to the link libs for curl.exe.Gunter Knauf
2004-07-14changed to use Makefile.inc.Gunter Knauf
2004-07-11removed zlib dependence from default target; added new zlib targets.Gunter Knauf
2004-07-11removed obsolete NetWare config files;Gunter Knauf
2004-07-06minor cleanup.Gunter Knauf
2004-07-05changed to use Makefile.inc; made paths overwritable.Gunter Knauf