Age | Commit message (Expand) | Author |
2004-03-04 | include the proper header file too | Daniel Stenberg |
2004-03-04 | fix progress data to be updated properly for file: transfers, as reported | Daniel Stenberg |
2004-03-04 | prevent harmless compiler warning | Daniel Stenberg |
2004-03-03 | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg |
2004-03-03 | more variable type cleanups | Daniel Stenberg |
2004-03-03 | our timeout values are longs while 'tv_sec' is int | Daniel Stenberg |
2004-03-03 | make the backup variable of the same kind as the data it backups! ;-) | Daniel Stenberg |
2004-03-03 | some more size_t usage, and two added typecasts when converting from size_t | Daniel Stenberg |
2004-03-03 | tv_sec is an int, so we explicitly typecast the result of long - long to | Daniel Stenberg |
2004-03-03 | Tom Bates' adjustment to build on his nsr-tandem-nsk. | Daniel Stenberg |
2004-03-03 | rename struct FILE to FILEPROTO, to prevent it from causing trouble with | Daniel Stenberg |
2004-03-02 | corrected the reuse_fresh condition | Daniel Stenberg |
2004-03-02 | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg |
2004-03-02 | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg |
2004-03-02 | - we switch to simply use FORMAT_OFF_T internally | Daniel Stenberg |
2004-03-01 | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg |
2004-03-01 | Now uses CURL_FORMAT_OFF_T instead of %Od | Daniel Stenberg |
2004-03-01 | set CURL_VERSION_LARGEFILE if we support large files | Daniel Stenberg |
2004-03-01 | define ENABLE_64BIT if we have enabled 64bit large files | Daniel Stenberg |
2004-03-01 | fixed the test code to work | Daniel Stenberg |
2004-03-01 | removed an unnecessary shift and splut up som weird two-statements-per-line | Daniel Stenberg |
2004-03-01 | Support 'z' for size_t-sized integer printing, as in %zd or %zx. | Daniel Stenberg |
2004-03-01 | Only consider the fresh-connection option on the first connection made, not | Daniel Stenberg |
2004-03-01 | Only attempt to send the FTP QUIT command if we actually have a FTP struct. | Daniel Stenberg |
2004-03-01 | in Curl_disonnect(): call the protocol-specific disconnect function before we | Daniel Stenberg |
2004-02-27 | fixed some more size_t/int/long warnings and removed a few CMC comments | Daniel Stenberg |
2004-02-27 | Joe Halpin made the FTP code send 'QUIT' on the control connection before | Daniel Stenberg |
2004-02-26 | David Byron's fixes to make the latest curl build fine under MSVC 6. | Daniel Stenberg |
2004-02-26 | Gisle Vanem's added support calloc()-debugging and outputting mode for | Daniel Stenberg |
2004-02-26 | use calloc instead of malloc and we won't have to memset() the struct | Daniel Stenberg |
2004-02-26 | Clear up int/long/size_t/ssize_t usage a bit | Daniel Stenberg |
2004-02-26 | use %ld when printf()ing long variables (and removed use of 'register') | Daniel Stenberg |
2004-02-26 | Don't call the lock/unlock functions if they are NULL. They can still be | Daniel Stenberg |
2004-02-25 | disable the use of long double, we don't use it | Daniel Stenberg |
2004-02-25 | Based on a patch by Greg Hewgill I modified how long long is used, as we | Daniel Stenberg |
2004-02-23 | fixed some warnings in the (both new and old) base64 usage | Daniel Stenberg |
2004-02-23 | make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement | Daniel Stenberg |
2004-02-23 | Removed getpass from here. The fact this still was present here indicates | Daniel Stenberg |
2004-02-23 | curl_off_t is 8 bytes big on windows | Daniel Stenberg |
2004-02-23 | switch the arguments according to the c source | Daniel Stenberg |
2004-02-23 | oops, the decode() function got its arguments reversed in my cleanup | Daniel Stenberg |
2004-02-23 | use size_t to keep strlen() results | Daniel Stenberg |
2004-02-23 | simplied how create_hostcache_id() is used, and also its function somewhat | Daniel Stenberg |
2004-02-23 | adjusted to the modified base64 protos | Daniel Stenberg |
2004-02-23 | More size_t cleanups in the base64 functions. | Daniel Stenberg |
2004-02-23 | The base64 encode function now takes a size_t for size, not an int as | Daniel Stenberg |
2004-02-22 | the missing part of Gisle Vanem's connect-timeout fix for win32 | Daniel Stenberg |
2004-02-21 | added some extra typecasts to prevent compiler warnings when converting | Daniel Stenberg |
2004-02-21 | inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy picky | Daniel Stenberg |
2004-02-20 | Gisle Vanem brings name resolving timeout possibilities to windows people. | Daniel Stenberg |