| Commit message (Expand) | Author | Age | Files | Lines |
* | George Comninos provided a fix that calls the progress meter when waiting | Daniel Stenberg | 2003-05-14 | 1 | -6/+8 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | 2002-08-26 | 1 | -3/+3 |
* | T. Bharath fixed the TIMER_REDIRECT. | Daniel Stenberg | 2002-06-03 | 1 | -1/+1 |
* | make sure our own printf() clones are used | Daniel Stenberg | 2002-05-03 | 1 | -0/+4 |
* | Dirk Manske brought the patch that introduces two new CURLINFO_* values: | Daniel Stenberg | 2002-04-16 | 1 | -0/+13 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg | 2001-11-20 | 1 | -7/+9 |
* | We need at least one millisecond to calculate current speed with! I also | Daniel Stenberg | 2001-11-12 | 1 | -3/+5 |
* | added typecasts to make the timers calculate with doubles, not longs as they | Daniel Stenberg | 2001-10-31 | 1 | -3/+3 |
* | made 'timespent' a double, which makes more accurate calculations for quick | Daniel Stenberg | 2001-10-26 | 1 | -7/+10 |
* | extensively commented source code, parts refreshened, the "current speed" is | Daniel Stenberg | 2001-10-12 | 1 | -26/+61 |
* | 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 |
* | As Andrés García reported we need to fflush() the data->err so that the | Daniel Stenberg | 2001-08-21 | 1 | -0/+3 |
* | moved the download/upload speed calculations, to be made on every invoke | Daniel Stenberg | 2001-08-10 | 1 | -6/+5 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | re-arranged the progress meter columns, made the hour-field two characters | Daniel Stenberg | 2000-02-16 | 1 | -15/+21 |
* | 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 |
* | 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 |