Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / progress.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-05-15 Daniel Stenbergtimers: fix timer regression involving redirects /...
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-07-18 Daniel StenbergCURLOPT_XFERINFOFUNCTION: introducing a new progress...
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-06-10 Daniel StenbergCurl_pgrsDone: return int and acknowledge return code
2012-03-31 Daniel StenbergHTTP: reset expected DL/UL sizes on redirects
2011-12-20 Gokhan SengunFTP: perform active connections non-blocking
2011-12-20 Daniel StenbergCurl_pgrsTime: store now in an auto variable
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-22 Daniel StenbergCurl_pgrsStartNow: keep HEADERS_OUT set
2011-08-15 Daniel StenbergCurl_pgrsStartNow: clear all flags but HIDE
2011-08-07 Daniel StenbergCurl_pgrsStartNow: clear all bits except HIDE
2011-07-22 Ben Winslowprogress: reset flags at transfer start
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2011-03-22 Julien Chaffraixprogress: don't print the last update on a separate...
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-11-05 Yang Tseavoid division by zero
2009-11-04 Daniel Stenberg- I fixed several problems with the transfer progress...
2009-10-31 Daniel Stenberg- Gabriel Kuri reported a problem with CURLINFO_CONTENT...
2008-10-11 Yang Tsefix compiler warning: explicit conversion of a 64-bit...
2008-08-26 Yang TseUse SIZEOF_OFF_T definition from config file
2008-08-16 Yang TseLibrary internal only C preprocessor macros FORMAT_OFF_...
2008-08-15 Yang TseFor congruency sake with the naming of other CURL_XXXXX...
2008-08-12 Yang TseFix curl_off_t sized constants usage
2008-08-11 Yang Tse s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
2008-07-03 Daniel StenbergIntrocuding a new timestamp for curl_easy_getinfo():
2007-11-24 Daniel Stenbergstruct HandleData is now called struct SingleRequest...
2007-04-18 Daniel Stenberg- Prevent the internal progress meter from updating...
2007-03-23 Yang TseChange spelling, ONE_TERRABYTE -> ONE_TERABYTE
2007-03-19 Yang TseBryan Henderson fixed the progress function so that...
2007-03-11 Daniel Stenbergreverted the pselect patch => curl.haxx.se/mail/lib...
2007-03-10 Daniel Stenberg- Bryan Henderson introduces two things:
2006-10-27 Yang TseUpdate copyright year, since the file has been modified
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2004-11-26 Daniel StenbergAs reported in Mandrake's bug tracker bug 12289
2004-10-08 Daniel Stenbergprevent warning with comparison between signed and...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-08-10 Daniel Stenbergmore typecasts to please picky compilers
2004-07-02 Daniel Stenbergexplicit typecasts to double to prevent warnings about...
2004-07-01 Daniel Stenbergtypecast to int when the variable is int!
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-05-21 Daniel Stenbergquickfix to avoid division by zero, possibly we should...
2004-05-20 Daniel Stenbergcalculate upload and download speed using doubles to...
2004-05-05 Daniel Stenberghm, avoid division by zero more carefully with that...
2004-05-05 Daniel StenbergGisle fixed the percentage to work, I adjusted it sligh...
2004-05-05 Daniel Stenbergmade the progress meter display not overflow even if...
2004-05-05 Daniel Stenbergif the values allow it, avoid floting point math for...
2004-04-19 Daniel StenbergGisle Vanem corrected a mistake in a recent progress fix
2004-04-09 Daniel StenbergDirk Manske increased the resolution for what the CURLI...
2004-04-02 Daniel StenbergDirk Manske's feedback:
2004-03-23 Daniel Stenbergmade time2str() use longs internally instead to prevent...
2004-03-23 Daniel Stenbergadded explicit typecasts to prevent compiler warnings...
2004-03-23 Daniel Stenbergit actually fits to make a NNNd NNh display so this...
2004-03-23 Daniel StenbergFixed the time fields no never get wider than 8 letters...
2004-03-11 Daniel StenbergMade max5data() take a curl_off_t size as argument...
2004-03-10 Daniel StenbergUse more curl_off_t variables when doing the progress...
2004-03-02 Daniel StenbergYet another curl_off_t printf format attempt, we now...
2004-03-02 Daniel Stenberguse FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce...
2004-03-01 Daniel StenbergUse CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-27 Daniel Stenbergvery big transfers now get nicer progress displayed...
2004-01-23 Daniel Stenbergfixed the progress meter display for files >32 bit...
2004-01-15 Daniel Stenberguse the %dk display for one extra k of progress
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel StenbergDavid J Meyer's large file support.
2003-10-14 Daniel StenbergGisle Vanem's IPv6-on-Windows patch applied!
2003-05-14 Daniel StenbergGeorge Comninos provided a fix that calls the progress...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-08-26 Daniel StenbergAndrew Francis removed the need for/use of MSVC pragmas
2002-06-03 Daniel StenbergT. Bharath fixed the TIMER_REDIRECT.
2002-05-03 Daniel Stenbergmake sure our own printf() clones are used
2002-04-16 Daniel StenbergDirk Manske brought the patch that introduces two new...
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-11-20 Daniel StenbergGeorg Horn's STARTTRANSFER_TIME patch
2001-11-12 Daniel StenbergWe need at least one millisecond to calculate current...
2001-10-31 Daniel Stenbergadded typecasts to make the timers calculate with doubl...
2001-10-26 Daniel Stenbergmade 'timespent' a double, which makes more accurate...
2001-10-12 Daniel Stenbergextensively commented source code, parts refreshened...
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-21 Daniel StenbergAs Andrés García reported we need to fflush() the data...
2001-08-10 Daniel Stenbergmoved the download/upload speed calculations, to be...
2001-08-02 Daniel Stenbergdon't do final newline output when using progress callback
2001-04-18 Daniel StenbergRemade resume stuff to keep data in the connectdata...
2001-04-17 Daniel Stenberginit the speed index variable between transfers
2001-01-27 Daniel StenbergThe progess meter title get an extra output when a...
2001-01-25 Daniel Stenbergtimespent is now updated in every call to the progress...
2001-01-22 Daniel StenbergBjörn Stenberg's patch for making the progress meter...
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
next