summaryrefslogtreecommitdiff
path: root/lib/progress.c
Commit message (Expand)AuthorAgeFilesLines
...
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey2014-09-071-8/+14
* timers: fix timer regression involving redirects / reconnectsDaniel Stenberg2014-05-151-2/+6
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-20/+21
* CURLOPT_XFERINFOFUNCTION: introducing a new progress callbackDaniel Stenberg2013-07-181-5/+14
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+474
* build: rename 93 lib/*.c filesYang Tse2013-01-031-474/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-4/+4
* Curl_pgrsDone: return int and acknowledge return codeDaniel Stenberg2012-06-101-2/+10
* HTTP: reset expected DL/UL sizes on redirectsDaniel Stenberg2012-04-011-3/+6
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-0/+4
* Curl_pgrsTime: store now in an auto variableDaniel Stenberg2011-12-201-8/+9
* Curl_pgrsStartNow: keep HEADERS_OUT setDaniel Stenberg2011-09-221-1/+2
* Curl_pgrsStartNow: clear all flags but HIDEDaniel Stenberg2011-08-151-1/+1
* Curl_pgrsStartNow: clear all bits except HIDEDaniel Stenberg2011-08-071-1/+1
* progress: reset flags at transfer startBen Winslow2011-07-221-0/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-3/+5
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-3/+3
* progress: don't print the last update on a separate line.Julien Chaffraix2011-03-211-0/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* avoid division by zeroYang Tse2009-11-051-6/+6
* - I fixed several problems with the transfer progress meter. It showed theDaniel Stenberg2009-11-041-11/+21
* - Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if theDaniel Stenberg2009-10-311-3/+3
* fix compiler warning: explicit conversion of a 64-bit integral type to a smal...Yang Tse2008-10-111-33/+39
* Use SIZEOF_OFF_T definition from config fileYang Tse2008-08-261-1/+1
* Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse2008-08-161-13/+13
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-13/+13
* Fix curl_off_t sized constants usageYang Tse2008-08-121-41/+36
* s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/gYang Tse2008-08-111-1/+1
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-1/+5
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-4/+3
* - Prevent the internal progress meter from updating more frequently than onceDaniel Stenberg2007-04-181-2/+9
* Change spelling, ONE_TERRABYTE -> ONE_TERABYTEYang Tse2007-03-231-8/+10
* Bryan Henderson fixed the progress function so that it can get calledYang Tse2007-03-191-154/+156
* reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.htmlDaniel Stenberg2007-03-111-4/+3
* - Bryan Henderson introduces two things:Daniel Stenberg2007-03-101-3/+4
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-2/+2
* As reported in Mandrake's bug tracker bug 12289Daniel Stenberg2004-11-261-4/+2
* prevent warning with comparison between signed and unsignedDaniel Stenberg2004-10-081-1/+1
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-1/+1
* more typecasts to please picky compilersDaniel Stenberg2004-08-101-1/+1
* explicit typecasts to double to prevent warnings about implicit conversionsDaniel Stenberg2004-07-021-5/+5
* typecast to int when the variable is int!Daniel Stenberg2004-07-011-2/+2
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-17/+18
* quickfix to avoid division by zero, possibly we should go over all of theseDaniel Stenberg2004-05-211-2/+4
* calculate upload and download speed using doubles to keep precision.Daniel Stenberg2004-05-201-14/+16
* hm, avoid division by zero more carefully with that new percentage mathDaniel Stenberg2004-05-051-3/+3