aboutsummaryrefslogtreecommitdiffstats
path: root/progressbar.c
Commit message (Expand)AuthorAgeFilesLines
* PR/36280: Christer Folkesson: Remove extra constchristos2007-05-051-3/+3
* * Implement -s srcaddr; uses srcaddr as the local IP address for alllukem2007-04-171-3/+3
* Use the IEC 60027-2 2^n based "KiB", "MiB", "GiB", (etc)lukem2007-04-121-19/+31
* Coverity CID 1447: Avoid buffer overflow.christos2006-05-011-2/+4
* Coverity CID 1448: Avoid static array overflow.christos2006-05-011-2/+4
* Revert back to using an int (instead of size_t) for holding a value that maylukem2005-07-191-5/+4
* copyright maintenancelukem2005-06-091-3/+3
* Printf field widths and size_t don't always mix well, so cast to int.he2005-05-201-3/+3
* Use size_t instead of int where appropriate.lukem2005-05-191-5/+7
* gratuitous whitespace cleanup (before someone else jumps the gun...)lukem2005-04-111-4/+4
* Fix compilation issues for NO_PROGRESSjmc2005-02-101-6/+6
* Allow custom text printed before (left of) the progress bar from progress(1):hubertf2004-03-091-2/+7
* tweak copyright; the stuff jason did in util.c wasn't migrated to this file.lukem2003-07-171-6/+2
* Crank dates on TNF copyright.lukem2003-02-281-35/+2
* change a couple #ifdef's so /usr/bin/progress doesn't stomp all overgrant2003-02-121-7/+4
* Abstract out progress bar support into progressbar.[ch], for inclusionjhawk2003-01-211-0/+496