Historique des commits

Auteur SHA1 Message Date
  Daniel Stenberg 842f73de58 timeouts: change millisecond timeouts to timediff_t from time_t il y a 4 ans
  John Schroeder 7cf18b05e0 XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUE il y a 4 ans
  Daniel Stenberg b1616dad8f timediff: make it 64 bit (if possible) even with 32 bit time_t il y a 4 ans
  Daniel Stenberg d23e87d551 progress: reset download/uploaded counter il y a 5 ans
  Daniel Stenberg 27e14efe5f progress: make the progress meter appear again il y a 5 ans
  Daniel Stenberg 21080e1828 configure: --disable-progress-meter il y a 5 ans
  Daniel Stenberg c6b5813723 Revert "progress: CURL_DISABLE_PROGRESS_METER" il y a 5 ans
  Daniel Stenberg 3b06e68b77 progress: CURL_DISABLE_PROGRESS_METER il y a 5 ans
  Marcel Raad 6b3dde7fe6 build: fix "clarify calculation precedence" warnings il y a 5 ans
  Daniel Stenberg dcd6f81025 snprintf: renamed and we now only use msnprintf() il y a 5 ans
  Marian Klymov c45360d463 cppcheck: fix warnings il y a 6 ans
  Daniel Stenberg f5700ea88b rate-limit: use three second window to better handle high speeds il y a 6 ans
  Michael Kaufmann 981e8f9b88 limit-rate: fix compiler warning il y a 6 ans
  Daniel Stenberg 72a0f6251a limit-rate: kick in even before "limit" data has been received il y a 6 ans
  Björn Stenberg b46cfbc068 TODO fixed: Detect when called from within callbacks il y a 6 ans
  Daniel Stenberg a8ce5efba9 progress: calculate transfer speed on milliseconds if possible il y a 6 ans
  Daniel Stenberg 5d543fe906 time: rename Curl_tvnow to Curl_now il y a 6 ans
  Daniel Stenberg b9d25f9a6b timediff: return timediff_t from the time diff functions il y a 6 ans
  Daniel Stenberg 6b84438d9a code style: use spaces around equals signs il y a 6 ans
  Ryan Winograd 43d036e724 progress: Track total times following redirects il y a 7 ans
  Daniel Stenberg 4dee50b9c8 timeval: struct curltime is a struct timeval replacement il y a 7 ans
  Ryan Winograd f8f040e659 progress: prevent resetting t_starttransfer il y a 7 ans
  Daniel Stenberg cfe3c08f69 progress: progress.timespent needs to be us il y a 7 ans
  Daniel Stenberg 64ed44a815 progress: fix "time spent", broke in adef394ac il y a 7 ans
  Daniel Stenberg 1213baba27 progress: let "current speed" be UL + DL speeds combined il y a 7 ans
  Daniel Stenberg adef394ac5 timers: store internal time stamps as time_t instead of doubles il y a 7 ans
  klemens f7df67cff0 spelling fixes il y a 7 ans
  Sylvestre Ledru 66de563482 Improve code readbility il y a 7 ans
  Daniel Stenberg ebf985c159 time_t fix: follow-up to de4de4e3c7c il y a 7 ans
  Daniel Stenberg de4de4e3c7 timeval: prefer time_t to hold seconds instead of long il y a 7 ans