Commit History

Author SHA1 Message Date
  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
  Daniel Stenberg 7ba4d3464f Dirk Manske's feedback: 20 years ago
  Daniel Stenberg 306ff5649a made time2str() use longs internally instead to prevent compiler warnings 20 years ago
  Daniel Stenberg 1c652dfc5d added explicit typecasts to prevent compiler warnings on variable conversions 20 years ago
  Daniel Stenberg 0aa720fa26 it actually fits to make a NNNd NNh display so this can be used up to 20 years ago
  Daniel Stenberg d44f3f84f8 Fixed the time fields no never get wider than 8 letters. They can now switch 20 years ago
  Daniel Stenberg 1d5a914c1c Made max5data() take a curl_off_t size as argument instead of double. Should 20 years ago
  Daniel Stenberg 0d1fc73f21 Use more curl_off_t variables when doing the progress meter calculations and 20 years ago
  Daniel Stenberg 353f764119 Yet another curl_off_t printf format attempt, we now exclude the %-letter from 20 years ago
  Daniel Stenberg 7ab3b5b3bb use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of 20 years ago
  Daniel Stenberg cb72a80fe0 Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. 20 years ago
  Daniel Stenberg 4d17d6876e Dan Fandrich's cleanup patch to make pedantic compiler options cause less 20 years ago