summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* When following to a new URL, we must make sure to call Curl_done() first,Daniel Stenberg2004-03-041-8/+13
* Andrés García's patch to prevent warnings while compiling with mingw, mainlyDaniel Stenberg2004-03-042-5/+5
* use size_t for the data, but keep the protos use ssize_t to better fitDaniel Stenberg2004-03-042-6/+10
* include the proper header file tooDaniel Stenberg2004-03-041-0/+1
* fix progress data to be updated properly for file: transfers, as reportedDaniel Stenberg2004-03-041-0/+7
* prevent harmless compiler warningDaniel Stenberg2004-03-041-3/+3
* David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg2004-03-034-19/+141
* more variable type cleanupsDaniel Stenberg2004-03-031-3/+3
* our timeout values are longs while 'tv_sec' is intDaniel Stenberg2004-03-031-2/+2
* make the backup variable of the same kind as the data it backups! ;-)Daniel Stenberg2004-03-031-1/+1
* some more size_t usage, and two added typecasts when converting from size_tDaniel Stenberg2004-03-031-7/+7
* tv_sec is an int, so we explicitly typecast the result of long - long toDaniel Stenberg2004-03-031-1/+1
* Tom Bates' adjustment to build on his nsr-tandem-nsk.Daniel Stenberg2004-03-031-0/+4
* rename struct FILE to FILEPROTO, to prevent it from causing trouble withDaniel Stenberg2004-03-032-5/+4
* corrected the reuse_fresh conditionDaniel Stenberg2004-03-021-1/+1
* Yet another curl_off_t printf format attempt, we now exclude the %-letter fromDaniel Stenberg2004-03-027-34/+38
* use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity ofDaniel Stenberg2004-03-026-25/+25
* - we switch to simply use FORMAT_OFF_T internallyDaniel Stenberg2004-03-021-5/+4
* Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.Daniel Stenberg2004-03-015-21/+24
* Now uses CURL_FORMAT_OFF_T instead of %OdDaniel Stenberg2004-03-011-17/+27
* set CURL_VERSION_LARGEFILE if we support large filesDaniel Stenberg2004-03-011-0/+3
* define ENABLE_64BIT if we have enabled 64bit large filesDaniel Stenberg2004-03-011-0/+19
* fixed the test code to workDaniel Stenberg2004-03-011-18/+13
* removed an unnecessary shift and splut up som weird two-statements-per-lineDaniel Stenberg2004-03-011-3/+5
* Support 'z' for size_t-sized integer printing, as in %zd or %zx.Daniel Stenberg2004-03-011-5/+6
* Only consider the fresh-connection option on the first connection made, notDaniel Stenberg2004-03-011-4/+11
* Only attempt to send the FTP QUIT command if we actually have a FTP struct.Daniel Stenberg2004-03-011-1/+2
* in Curl_disonnect(): call the protocol-specific disconnect function before weDaniel Stenberg2004-03-011-4/+4
* fixed some more size_t/int/long warnings and removed a few CMC commentsDaniel Stenberg2004-02-271-23/+6
* Joe Halpin made the FTP code send 'QUIT' on the control connection beforeDaniel Stenberg2004-02-272-9/+18
* David Byron's fixes to make the latest curl build fine under MSVC 6.Daniel Stenberg2004-02-262-3/+7
* 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
* Clear up int/long/size_t/ssize_t usage a bitDaniel Stenberg2004-02-267-70/+68
* use %ld when printf()ing long variables (and removed use of 'register')Daniel Stenberg2004-02-261-3/+4
* Don't call the lock/unlock functions if they are NULL. They can still beDaniel Stenberg2004-02-261-2/+4
* disable the use of long double, we don't use itDaniel Stenberg2004-02-251-1/+1
* Based on a patch by Greg Hewgill I modified how long long is used, as weDaniel Stenberg2004-02-251-13/+22
* fixed some warnings in the (both new and old) base64 usageDaniel Stenberg2004-02-231-4/+4
* make newer MSCV7 compilers use _strtoi64() as a strtoll() replacementDaniel Stenberg2004-02-231-3/+11
* 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
* use size_t to keep strlen() resultsDaniel Stenberg2004-02-231-1/+1
* simplied how create_hostcache_id() is used, and also its function somewhatDaniel Stenberg2004-02-231-17/+9
* adjusted to the modified base64 protosDaniel Stenberg2004-02-231-3/+3
* More size_t cleanups in the base64 functions.Daniel Stenberg2004-02-233-49/+44
* The base64 encode function now takes a size_t for size, not an int asDaniel Stenberg2004-02-233-4/+4
* the missing part of Gisle Vanem's connect-timeout fix for win32Daniel Stenberg2004-02-222-4/+6