summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/progressbar.c
AgeCommit message (Expand)Author
2009-04-12Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).lukem
2008-09-30update copyrightslukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-21Turn off the alarmtimer before resetting the SIGALRM handler back to SIG_DFL.lukem
2007-05-05const-as-const-can: make the "suffixes" pointers const, as probably wasmartin
2007-05-05PR/36280: Christer Folkesson: Remove extra constchristos
2007-04-17* Implement -s srcaddr; uses srcaddr as the local IP address for alllukem
2007-04-12Use the IEC 60027-2 2^n based "KiB", "MiB", "GiB", (etc)lukem
2006-05-01Coverity CID 1447: Avoid buffer overflow.christos
2006-05-01Coverity CID 1448: Avoid static array overflow.christos
2005-07-19Revert back to using an int (instead of size_t) for holding a value that maylukem
2005-06-09copyright maintenancelukem
2005-05-20Printf field widths and size_t don't always mix well, so cast to int.he
2005-05-19Use size_t instead of int where appropriate.lukem
2005-04-11gratuitous whitespace cleanup (before someone else jumps the gun...)lukem
2005-02-10Fix compilation issues for NO_PROGRESSjmc
2004-03-09Allow custom text printed before (left of) the progress bar from progress(1):hubertf
2003-07-17tweak copyright; the stuff jason did in util.c wasn't migrated to this file.lukem
2003-02-28Crank dates on TNF copyright.lukem
2003-02-12change a couple #ifdef's so /usr/bin/progress doesn't stomp all overgrant
2003-01-21Abstract out progress bar support into progressbar.[ch], for inclusionjhawk