aboutsummaryrefslogtreecommitdiffstats
path: root/progressbar.c
Commit message (Expand)AuthorAgeFilesLines
* ftp: don't use restartable signalslukem2021-01-061-61/+9
* make this compile again with -DNO_PROGRESSchristos2019-06-221-2/+6
* Clean up #includes in progress(1).riastradh2012-06-271-3/+4
* Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).lukem2009-04-121-5/+5
* update copyrightslukem2008-09-301-3/+3
* Remove clause 3 and 4 from TNF licensesmartin2008-04-281-9/+2
* Turn off the alarmtimer before resetting the SIGALRM handler back to SIG_DFL.lukem2008-01-211-4/+4
* const-as-const-can: make the "suffixes" pointers const, as probably wasmartin2007-05-051-3/+3
* 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