提交历史

作者 SHA1 备注 提交日期
  Daniel Stenberg a7913a62a9 If long is 8 bytes we can use strtol() to get 64 bit numbers and won't need 20 年之前
  Daniel Stenberg 34750cc738 Use LL suffix for long long constants if the compiler supports it, to prevent 20 年之前
  Daniel Stenberg cf1f46e1ca renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* 20 年之前
  Daniel Stenberg 2479e06848 David Byron's work on making libcurl only require winsock 1.1 on Windows 21 年之前
  Daniel Stenberg 2ae4420869 make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement 21 年之前
  Daniel Stenberg 2c0c75e345 oops, missed a define when I changed from Curl_ to curlx_ 21 年之前
  Daniel Stenberg 0bf1bd51c4 Remade to use curlx_-prefix. This means this function can be compiled and 21 年之前
  Daniel Stenberg 649caa1953 include curl.h for the typedef 21 年之前
  Daniel Stenberg ad7e26b140 return curl_off_t instead of long long, to work on more platforms 21 年之前
  Daniel Stenberg b791e158f0 use curl_off_t instead of off_t! 21 年之前
  Daniel Stenberg 053f6c85ef updated year in the copyright string 21 年之前
  Daniel Stenberg 9363d94f9b new files for the large file support number parsing 21 年之前