aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2004-07-05added comment.Gunter Knauf
2004-07-05try to relax linux build host detection.Gunter Knauf
2004-07-04removed now obsolete ifdef.Gunter Knauf
2004-07-03reverted, older gcc breaks compilation since it doesnt know the switch.Gunter Knauf
2004-07-03killed warning with gcc 3.3.1 and later when using -O2.Gunter Knauf
2004-07-03modified to use new Makefile.inc to build up object list;Gunter Knauf
2004-07-03added Makefile.inc which can be included from other makefiles to reduce maint...Gunter Knauf
2004-07-02snprintf instead of sprintf,Daniel Stenberg
2004-07-02added typecasts to please compilersDaniel Stenberg
2004-07-02variable type cleanup to hush compilers,Daniel Stenberg
2004-07-01typecase the argument to curl_easy_strerror() to a CURLcode to pleaseDaniel Stenberg
2004-07-01don't close the trace stream until _after_ the easy handle has been cleanedDaniel Stenberg
2004-06-29Gisle's djgpp updatesDaniel Stenberg