Commit History

Author SHA1 Message Date
  Yang Tse 2ecf22e37e fix compiler warning: explicit conversion of a 64-bit integral type to a smaller integral type 16 years ago
  Yang Tse 3e2487493e Use SIZEOF_OFF_T definition from config file 16 years ago
  Yang Tse ad638da2c2 Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU 16 years ago
  Yang Tse 66fb9ca5f6 For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, 16 years ago
  Yang Tse 4d1cd0da93 Fix curl_off_t sized constants usage 16 years ago
  Yang Tse 24b1890710 s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g 16 years ago
  Daniel Stenberg 7c648782bc Introcuding a new timestamp for curl_easy_getinfo(): 16 years ago
  Daniel Stenberg 13648f8ccd struct HandleData is now called struct SingleRequest, and is only for data that 17 years ago
  Daniel Stenberg 8e719e3ef5 - Prevent the internal progress meter from updating more frequently than once 17 years ago
  Yang Tse 34afb0b257 Change spelling, ONE_TERRABYTE -> ONE_TERABYTE 17 years ago
  Yang Tse 072a8b2955 Bryan Henderson fixed the progress function so that it can get called 17 years ago
  Daniel Stenberg c8cd13337e reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html 17 years ago
  Daniel Stenberg dbaf4f9361 - Bryan Henderson introduces two things: 17 years ago
  Yang Tse 772a985dc3 Update copyright year, since the file has been modified 18 years ago
  Daniel Stenberg b7eeb6e67f Major overhaul introducing http pipelining support and shared connection 18 years ago
  Daniel Stenberg ffe17a8197 As reported in Mandrake's bug tracker bug 12289 20 years ago
  Daniel Stenberg fe46572f2b prevent warning with comparison between signed and unsigned 20 years ago
  Daniel Stenberg 39af394a1c removed tabs and trailing whitespace from source 20 years ago
  Daniel Stenberg 9dbd6659dc more typecasts to please picky compilers 20 years ago
  Daniel Stenberg aedadfc779 explicit typecasts to double to prevent warnings about implicit conversions 20 years ago
  Daniel Stenberg 18dc8fbc26 typecast to int when the variable is int! 20 years ago
  Daniel Stenberg feb2dd2835 Replaced all uses of sprintf() with the safer snprintf(). It is just a 20 years ago
  Daniel Stenberg aadc797225 quickfix to avoid division by zero, possibly we should go over all of these 20 years ago
  Daniel Stenberg 60f9450594 calculate upload and download speed using doubles to keep precision. 20 years ago
  Daniel Stenberg 9cf04dff6a hm, avoid division by zero more carefully with that new percentage math 20 years ago
  Daniel Stenberg 3f21fe60fc Gisle fixed the percentage to work, I adjusted it slightly to not as easily 20 years ago
  Daniel Stenberg 6062ac7c37 made the progress meter display not overflow even if _very_ large files 20 years ago
  Daniel Stenberg caf7854a3c if the values allow it, avoid floting point math for the current speed 20 years ago
  Daniel Stenberg 5887945828 Gisle Vanem corrected a mistake in a recent progress fix 20 years ago
  Daniel Stenberg 2fd463e979 Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. 20 years ago