]> git.cameronkatri.com Git - bsd-progress.git/history - progressbar.c
progress: Port for Linux and Darwin
[bsd-progress.git] / progressbar.c
2021-01-06 lukemftp: don't use restartable signals
2019-06-22 christosmake this compile again with -DNO_PROGRESS
2012-06-27 riastradhClean up #includes in progress(1).
2009-04-12 lukemFix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).
2008-09-30 lukemupdate copyrights
2008-04-28 martinRemove clause 3 and 4 from TNF licenses
2008-01-21 lukemTurn off the alarmtimer before resetting the SIGALRM...
2007-05-05 martinconst-as-const-can: make the "suffixes" pointers const...
2007-05-05 christosPR/36280: Christer Folkesson: Remove extra const
2007-04-17 lukem* Implement -s srcaddr; uses srcaddr as the local IP...
2007-04-12 lukemUse the IEC 60027-2 2^n based "KiB", "MiB", "GiB",...
2006-05-01 christosCoverity CID 1447: Avoid buffer overflow.
2006-05-01 christosCoverity CID 1448: Avoid static array overflow.
2005-07-19 lukemRevert back to using an int (instead of size_t) for...
2005-06-09 lukemcopyright maintenance
2005-05-20 hePrintf field widths and size_t don't always mix well...
2005-05-19 lukemUse size_t instead of int where appropriate.
2005-04-11 lukemgratuitous whitespace cleanup (before someone else...
2005-02-10 jmcFix compilation issues for NO_PROGRESS
2004-03-09 hubertfAllow custom text printed before (left of) the progress...
2003-07-17 lukemtweak copyright; the stuff jason did in util.c wasn...
2003-02-28 lukemCrank dates on TNF copyright.
2003-02-12 grantchange a couple #ifdef's so /usr/bin/progress doesn...
2003-01-21 jhawkAbstract out progress bar support into progressbar...