Historial de Commits

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