Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg | 2004-03-03 | 1 | -1/+1 |
* | make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement | Daniel Stenberg | 2004-02-23 | 1 | -3/+11 |
* | oops, missed a define when I changed from Curl_ to curlx_ | Daniel Stenberg | 2004-02-20 | 1 | -1/+1 |
* | Remade to use curlx_-prefix. This means this function can be compiled and | Daniel Stenberg | 2004-02-19 | 1 | -3/+7 |
* | include curl.h for the typedef | Daniel Stenberg | 2004-01-23 | 1 | -0/+1 |
* | return curl_off_t instead of long long, to work on more platforms | Daniel Stenberg | 2004-01-22 | 1 | -1/+1 |
* | use curl_off_t instead of off_t! | Daniel Stenberg | 2004-01-22 | 1 | -7/+6 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | new files for the large file support number parsing | Daniel Stenberg | 2004-01-05 | 1 | -0/+50 |