aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up #includes in progress(1).riastradh2012-06-272-16/+8
* Put a recursion limit to avoid DoS attacks (Maksymilian Arciemowicz)christos2011-10-221-24/+33
* Use __deadjoerg2011-09-161-4/+3
* Fix argument handling of the "-b" option on 64bit platforms. Usingtron2010-07-171-3/+3
* Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).lukem2009-04-122-8/+8
* update copyrightslukem2008-09-302-5/+5
* Cosmetic fix: don't exit without completing the progress bar, either ondholland2008-05-261-3/+17
* Convert TNF licenses to new 2 clause variantmartin2008-04-301-4/+1
* Convert to new 2 clause licensemartin2008-04-291-5/+2
* Remove clause 3 and 4 from TNF licensesmartin2008-04-283-26/+5
* Turn off the alarmtimer before resetting the SIGALRM handler back to SIG_DFL.lukem2008-01-211-4/+4
* Dynamically allocate the buffer used for reading data from the inputbriggs2007-06-062-9/+29
* 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 IEC 60027-2 prefixes for 2^n based prefixes.lukem2007-04-121-6/+6
* Update example to use KiB per recent change to ../ftp/progressbar.clukem2007-04-121-8/+8
* Use the IEC 60027-2 2^n based "KiB", "MiB", "GiB", (etc)lukem2007-04-121-19/+31
* #include inttypes.h, for strtoimax(3).hubertf2007-02-071-2/+3
* * Remove unneeded ctype.hhubertf2007-02-071-8/+8
* Coverity CID 1447: Avoid buffer overflow.christos2006-05-011-2/+4
* Coverity CID 1448: Avoid static array overflow.christos2006-05-011-2/+4
* Don't try to determining the size of what's coming when reading from a pipe.hubertf2006-04-201-4/+12
* Bump date for -e.wiz2006-01-121-2/+2
* Apply patch from PR bin/28717garbled2006-01-122-8/+13
* 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
* Exit with any failure code from the cmd or gzip.dsl2005-02-231-18/+29
* White space nitjmc2005-02-101-2/+1
* Fix compilation issues for NO_PROGRESSjmc2005-02-101-6/+6
* Support strsuftoll(3) suffixes for '-l length'.lukem2004-04-032-9/+25
* -z actually passes the input file through gunzip(1).hubertf2004-03-251-2/+2
* Drop trailing whitespace.wiz2004-03-091-2/+2
* Allow custom text printed before (left of) the progress bar from progress(1):hubertf2004-03-094-9/+24
* Explicitly use base 10 when parsing numbers, to enforce the "decimal number"lukem2004-03-051-6/+8
* print max rather than min in error message when numberdbj2004-01-171-3/+3
* Overhaul how `build.sh tools' are used:lukem2003-10-271-6/+6
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
* 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-282-102/+4
* The correct capitalisation of 'NetBSD.org' is (yougrant2003-02-141-2/+3
* change a couple #ifdef's so /usr/bin/progress doesn't stomp all overgrant2003-02-122-9/+6
* Sigh, use an even more elaborate wait loop; it turns out we have a childross2003-02-121-6/+18
* remove section name comments -- they're in the template.grant2003-02-101-6/+1
* Fix a race that can abort a sysinst run.ross2003-02-101-3/+4
* Use definition in "namespace.h" to rename functions, not home grown.itohy2003-02-081-10/+5