aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-04update to build both test apps.Gunter Knauf
2004-07-04typecast the conversion from long to int to prevent picky compiler warningsDaniel Stenberg
2004-07-04removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as t...Gunter Knauf
2004-07-04removed now obsolete ifdef.Gunter Knauf
2004-07-04removed abort() - sync'd with getdate.y 1.26Gunter Knauf
2004-07-04include the Makefile.inc file to get all sources and headersDaniel Stenberg
2004-07-03minor fix for compiling on Linux.Gunter Knauf
2004-07-03added few ifdefs to make it usable for NetWare.Gunter Knauf
2004-07-03added NetWare makefile.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-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-02I prefer CURLOPT_WRITEDATA before CURLOPT_FILEDaniel Stenberg
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-02explicit typecasts to double to prevent warnings about implicit conversionsDaniel Stenberg
2004-07-02curl_share_cleanup fixDaniel Stenberg
2004-07-02make clean now removes getdate.cDaniel Stenberg
2004-07-02configure --disable-http works these daysDaniel Stenberg
2004-07-02Andrés García found out the share cleanup code crashes when you cleanupDaniel Stenberg
2004-07-01typecase the argument to curl_easy_strerror() to a CURLcode to pleaseDaniel Stenberg
2004-07-01djgpp fixes by GisleDaniel Stenberg
2004-07-01Gisle's win32-fix. 'errno' is not used for errors when socket() fails onDaniel Stenberg
2004-07-01Gisle added makefile for djgpp buildsDaniel Stenberg
2004-07-01--trace fixDaniel Stenberg
2004-07-01make functions use size_t instead of int next major updateDaniel Stenberg
2004-07-01Variable type cleanups to please the picky MIPSPro compiler.Daniel Stenberg
2004-07-01variable type cleanup to fix picky compiler warningsDaniel Stenberg
2004-07-01typecast to prevent picky compiler warningDaniel Stenberg
2004-07-01typecast to int when the variable is int!Daniel Stenberg
2004-07-01Gisle's djgpp magicDaniel Stenberg
2004-07-01Gisle Vanem made this build fine with djgpp and the Watt-32 stack.Daniel Stenberg
2004-07-01don't close the trace stream until _after_ the easy handle has been cleanedDaniel Stenberg
2004-07-01spellfixed commentsDaniel Stenberg
2004-06-30Another Gisle updateDaniel Stenberg
2004-06-305K array on the stack is a big hefty, it is now allocated with mallocDaniel Stenberg
2004-06-30I think 1024 bytes is enough for even most ipv6 addresses :-)Daniel Stenberg
2004-06-30Prevent a very long password to buffer overflow the global variable weDaniel Stenberg
2004-06-30removed trailing whitespace, free a missing malloc when returning errorDaniel Stenberg
2004-06-30passing in a very long interface name could make a buffer overflowDaniel Stenberg
2004-06-30not PIN code, pass phraseDaniel Stenberg
2004-06-30simplified the check for when to free() the buf dataDaniel Stenberg
2004-06-30NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg
2004-06-30wxcurldavDaniel Stenberg
2004-06-30fixedDaniel Stenberg
2004-06-30make the SSL connect use the same default connect timeout define as theDaniel Stenberg
2004-06-29Curl_addrinfo is another typedef we use frequentlyDaniel Stenberg