Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | extensively commented source code, parts refreshened, the "current speed" is | Daniel Stenberg | 2001-10-12 | 1 | -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 versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 | |
| | ||||||
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 | |
| | ||||||
* | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | 2001-08-30 | 1 | -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 the | Daniel Stenberg | 2001-08-21 | 1 | -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 invoke | Daniel Stenberg | 2001-08-10 | 1 | -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 callback | Daniel Stenberg | 2001-08-02 | 1 | -1/+3 | |
| | ||||||
* | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg | 2001-04-18 | 1 | -5/+9 | |
| | | | | main handle struct to work with persistant connections | |||||
* | init the speed index variable between transfers | Daniel Stenberg | 2001-04-17 | 1 | -0/+1 | |
| | ||||||
* | The progess meter title get an extra output when a resumed transfer is | Daniel Stenberg | 2001-01-27 | 1 | -0/+3 | |
| | | | | taking place | |||||
* | timespent is now updated in every call to the progress meter update function | Daniel Stenberg | 2001-01-25 | 1 | -3/+3 | |
| | ||||||
* | Björn Stenberg's patch for making the progress meter betterlooking | Daniel Stenberg | 2001-01-22 | 1 | -6/+2 | |
| | ||||||
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -19/+19 | |
| | ||||||
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -28/+11 | |
| | ||||||
* | data->err must be used, not stderr | Daniel Stenberg | 2000-11-16 | 1 | -2/+2 | |
| | ||||||
* | modified pgrsTime() to the new functionality | Daniel Stenberg | 2000-11-06 | 1 | -3/+13 | |
| | ||||||
* | corrected bad data re-use and buffer problems | Daniel Stenberg | 2000-09-25 | 1 | -13/+13 | |
| | ||||||
* | #include "setup.h" moved first of all includes | Daniel Stenberg | 2000-08-24 | 1 | -1/+2 | |
| | ||||||
* | haxx.nu => haxx.se | Daniel Stenberg | 2000-06-20 | 1 | -2/+2 | |
| | ||||||
* | removed lots of #if 0'ed code | Daniel Stenberg | 2000-06-16 | 1 | -244/+12 | |
| | | | | | removed the "mode" concept moved all #-stuff to the client | |||||
* | made getenv() more threadsafe for win32 | Daniel Stenberg | 2000-05-29 | 1 | -2/+6 | |
| | ||||||
* | moved here from the newlib branch | Daniel Stenberg | 2000-05-22 | 1 | -114/+117 | |
| | ||||||
* | Improved the looks of the progress meter when the file size is between | Daniel Stenberg | 2000-04-08 | 1 | -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 fixes | Daniel Stenberg | 2000-03-19 | 1 | -0/+27 | |
| | ||||||
* | added pgrsTime() to store various time stamps for the -w option | Daniel Stenberg | 2000-03-01 | 1 | -7/+29 | |
| | ||||||
* | moved a few more variables to the progress struct and I had some problems | Daniel Stenberg | 2000-02-21 | 1 | -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 characters | Daniel Stenberg | 2000-02-16 | 1 | -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 in | Daniel Stenberg | 2000-02-14 | 1 | -10/+251 | |
| | ||||||
* | assume 79 columns instead of 80 in case we don't know, to better work on | Daniel Stenberg | 2000-01-31 | 1 | -1/+1 | |
| | | | | win32 systems | |||||
* | Made the progress bar cooler, with ideas from Björn Stenberg <bjorn@haxx.nu> | Daniel Stenberg | 2000-01-16 | 1 | -4/+8 | |
| | ||||||
* | Initial revision | Daniel Stenberg | 1999-12-29 | 1 | -0/+221 | |