aboutsummaryrefslogtreecommitdiffstats
path: root/progress.c
Commit message (Expand)AuthorAgeFilesLines
* progress: Port for Linux and DarwinHEADtrunkCameron Katri2021-03-301-4/+12
* progress: handle EINTR in writes. PR/55914lukem2021-01-071-2/+6
* Whitespace nit.simonb2020-04-251-3/+2
* Retry read() on EINTR. Fixes premature exit ofgson2015-01-171-3/+9
* Clean up #includes in progress(1).riastradh2012-06-271-13/+4
* Use __deadjoerg2011-09-161-4/+3
* Fix argument handling of the "-b" option on 64bit platforms. Usingtron2010-07-171-3/+3
* Cosmetic fix: don't exit without completing the progress bar, either ondholland2008-05-261-3/+17
* Convert to new 2 clause licensemartin2008-04-291-5/+2
* Dynamically allocate the buffer used for reading data from the inputbriggs2007-06-061-7/+21
* #include inttypes.h, for strtoimax(3).hubertf2007-02-071-2/+3
* * Remove unneeded ctype.hhubertf2007-02-071-8/+8
* Don't try to determining the size of what's coming when reading from a pipe.hubertf2006-04-201-4/+12
* Apply patch from PR bin/28717garbled2006-01-121-6/+9
* Exit with any failure code from the cmd or gzip.dsl2005-02-231-18/+29
* Support strsuftoll(3) suffixes for '-l length'.lukem2004-04-031-3/+4
* Allow custom text printed before (left of) the progress bar from progress(1):hubertf2004-03-091-4/+8
* Sigh, use an even more elaborate wait loop; it turns out we have a childross2003-02-121-6/+18
* Fix a race that can abort a sysinst run.ross2003-02-101-3/+4
* Make this build on non-i386 platforms.agc2003-01-221-3/+4
* Drop gratuitous warning for failure to get terminal width; it makes pipingjhawk2003-01-221-3/+2
* not all windows have 80 columns.christos2003-01-221-3/+9
* Advance a pointer correctly.enami2003-01-221-5/+6
* progress(1) is a standalone version of lukemftp's progress barjhawk2003-01-221-0/+211