summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* we need to hide this warning since it otherwise appears on all verifiedserverDaniel Stenberg2004-02-261-1/+3
* Kill the server when this test is done, as other FTP-tests sometimesDaniel Stenberg2004-02-261-0/+3
* fixed a "comparison between signed and unsigned" warningDaniel Stenberg2004-02-261-1/+1
* David Byron's fixes to make the latest curl build fine under MSVC 6.Daniel Stenberg2004-02-267-38/+46
* this works like buildconf + configure does on unixesDaniel Stenberg2004-02-261-0/+17
* adjusted to work with the modified fopen() line and the new calloc lineDaniel Stenberg2004-02-261-5/+31
* Gisle Vanem's added support calloc()-debugging and outputting mode forDaniel Stenberg2004-02-262-2/+30
* use calloc instead of malloc and we won't have to memset() the structDaniel Stenberg2004-02-261-4/+1
* When this is verified to be a CVS tree, we remove the two generated sourceDaniel Stenberg2004-02-261-0/+4
* Clear up int/long/size_t/ssize_t usage a bitDaniel Stenberg2004-02-267-70/+68
* minor fixes to avoid MIPSPro pedantic warningsDaniel Stenberg2004-02-261-4/+2
* don't mix int and size_t, it generates warnings!Daniel Stenberg2004-02-261-1/+1
* Make icc ignore "invalid format string conversion" warnings as well. TheyDaniel Stenberg2004-02-261-5/+6
* use %ld when printf()ing long variables (and removed use of 'register')Daniel Stenberg2004-02-261-3/+4
* added the ever-present source headerDaniel Stenberg2004-02-261-0/+21
* Don't call the lock/unlock functions if they are NULL. They can still beDaniel Stenberg2004-02-261-2/+4
* Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel iccDaniel Stenberg2004-02-261-3/+3
* runtests.pl now provides the srcdir to the ftpserver so that it can passDaniel Stenberg2004-02-262-3/+9
* modified loadtest() to produce better error message when it fails to loadDaniel Stenberg2004-02-261-13/+12
* The build logs were created in the "wrong" dir and thus never removedDaniel Stenberg2004-02-261-3/+7
* today's workDaniel Stenberg2004-02-251-0/+10
* typecast to int when printfing CURLcodeDaniel Stenberg2004-02-251-1/+1
* use %ld when printfing longsDaniel Stenberg2004-02-251-3/+3
* disable the use of long double, we don't use itDaniel Stenberg2004-02-251-1/+1
* if ares is present, run aclocal in that dir before autoconf is runDaniel Stenberg2004-02-251-1/+3
* added the better debug option logic from curl by adding acinclude.m4 to theDaniel Stenberg2004-02-255-379/+126
* Based on a patch by Greg Hewgill I modified how long long is used, as weDaniel Stenberg2004-02-251-13/+22
* set debug options when using the icc compilerDaniel Stenberg2004-02-251-4/+14
* better formatting of the share optionsDaniel Stenberg2004-02-251-1/+3
* mark the function nameDaniel Stenberg2004-02-251-5/+5
* added CURLOPT_SHAREDaniel Stenberg2004-02-251-1/+8
* Moved most of the set-debug-options-depending-on-compiler logic to the newDaniel Stenberg2004-02-252-64/+92
* Output $CC and $CFLAGS as well. A Tor Arntsen patch.Daniel Stenberg2004-02-251-0/+2
* Don't check for HAVE_ defines in this header file, it is meant to be publicDaniel Stenberg2004-02-251-1/+4
* fixDaniel Stenberg2004-02-251-0/+3
* Dan Fandrich fixed a minor flaw in Dominick's fix!Daniel Stenberg2004-02-251-1/+1
* check for a few basic header filesDaniel Stenberg2004-02-231-0/+8
* include sys/select.hDaniel Stenberg2004-02-231-0/+4
* fixed some warnings in the (both new and old) base64 usageDaniel Stenberg2004-02-231-4/+4
* features no one seem to care much about are now moved over to the 7.11.2Daniel Stenberg2004-02-231-13/+13
* make newer MSCV7 compilers use _strtoi64() as a strtoll() replacementDaniel Stenberg2004-02-231-3/+11
* limit rate and windows timeoutsDaniel Stenberg2004-02-232-1/+13
* ares_free_errmem is goneDaniel Stenberg2004-02-232-1/+8
* unused and now removedDaniel Stenberg2004-02-232-67/+0
* Removed getpass from here. The fact this still was present here indicatesDaniel Stenberg2004-02-231-1/+0
* curl_off_t is 8 bytes big on windowsDaniel Stenberg2004-02-231-0/+3
* switch the arguments according to the c sourceDaniel Stenberg2004-02-231-1/+1
* oops, the decode() function got its arguments reversed in my cleanupDaniel Stenberg2004-02-231-1/+1
* correct the input data structsDaniel Stenberg2004-02-232-3/+3
* use size_t to keep strlen() resultsDaniel Stenberg2004-02-231-1/+1