summaryrefslogtreecommitdiff
path: root/lib/progress.c
Commit message (Collapse)AuthorAgeFilesLines
...
* extensively commented source code, parts refreshened, the "current speed" isDaniel Stenberg2001-10-121-26/+61
| | | | | now more accurate since it is based on actual spent time without the assumptions from before
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
|
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
|
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-19/+19
| | | | be posted in a minute to the libcurl list.
* As Andrés García reported we need to fflush() the data->err so that theDaniel Stenberg2001-08-211-0/+3
| | | | | progress meter looks better on windows (and if the data->err is redirected from stderr it also makes a point)
* moved the download/upload speed calculations, to be made on every invokeDaniel Stenberg2001-08-101-6/+5
| | | | | of the progressupdate, as on very quick transfers they wouldn't always get calculated!
* don't do final newline output when using progress callbackDaniel Stenberg2001-08-021-1/+3
|
* Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg2001-04-181-5/+9
| | | | main handle struct to work with persistant connections
* init the speed index variable between transfersDaniel Stenberg2001-04-171-0/+1
|
* The progess meter title get an extra output when a resumed transfer isDaniel Stenberg2001-01-271-0/+3
| | | | taking place
* timespent is now updated in every call to the progress meter update functionDaniel Stenberg2001-01-251-3/+3
|
* Björn Stenberg's patch for making the progress meter betterlookingDaniel Stenberg2001-01-221-6/+2
|
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-19/+19
|
* dual-license fixDaniel Stenberg2001-01-031-28/+11
|
* data->err must be used, not stderrDaniel Stenberg2000-11-161-2/+2
|
* modified pgrsTime() to the new functionalityDaniel Stenberg2000-11-061-3/+13
|
* corrected bad data re-use and buffer problemsDaniel Stenberg2000-09-251-13/+13
|
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-1/+2
|
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
|
* removed lots of #if 0'ed codeDaniel Stenberg2000-06-161-244/+12
| | | | | removed the "mode" concept moved all #-stuff to the client
* made getenv() more threadsafe for win32Daniel Stenberg2000-05-291-2/+6
|
* moved here from the newlib branchDaniel Stenberg2000-05-221-114/+117
|
* Improved the looks of the progress meter when the file size is betweenDaniel Stenberg2000-04-081-3/+11
| | | | | 9999 KB and 100 MB since it then can display the size as XX.X MB instead of just XX as before.
* Marco G. Salvagno's OS/2 fixesDaniel Stenberg2000-03-191-0/+27
|
* added pgrsTime() to store various time stamps for the -w optionDaniel Stenberg2000-03-011-7/+29
|
* moved a few more variables to the progress struct and I had some problemsDaniel Stenberg2000-02-211-19/+47
| | | | on how to approach the -# progress bar in the new style transfers...
* re-arranged the progress meter columns, made the hour-field two charactersDaniel Stenberg2000-02-161-15/+21
| | | | | wide and made the pgrsUpdate() make a final meter update so that the final values actually are displayed last.
* all new progress stuff on the way inDaniel Stenberg2000-02-141-10/+251
|
* assume 79 columns instead of 80 in case we don't know, to better work onDaniel Stenberg2000-01-311-1/+1
| | | | win32 systems
* Made the progress bar cooler, with ideas from Björn Stenberg <bjorn@haxx.nu>Daniel Stenberg2000-01-161-4/+8
|
* Initial revisionDaniel Stenberg1999-12-291-0/+221