aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* ftp: don't use restartable signalslukem2021-01-061-3/+2
| | | | | | | | | | | | | | Refactor to not rely upon restartable signals (SA_RESTART), possibly fixing intermittent failures with -q QUITTIME. ftp transfers: handle EINTR/EAGAIN in copy_bytes(), instead of relying upon restartable signals. http/https transfers: Explicitly print an error similar to progressmeter() when timing-out for -Q QUITTIME in fetch_wait(), and set errno to ETIMEDOUT so that the warn() in fetch_url() prints a more accurate error message. PR/55857
* Sync with 2019b (field name change)christos2019-07-031-9/+10
|
* merge tzcode 2019achristos2019-04-041-1/+4
|
* updatre with latest from tzcode.christos2015-07-111-65/+77
|
* Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).lukem2009-04-121-3/+3
|
* update copyrightslukem2008-09-301-2/+2
|
* Remove clause 3 and 4 from TNF licensesmartin2008-04-281-8/+1
|
* White space nitjmc2005-02-101-2/+1
|
* Allow custom text printed before (left of) the progress bar from progress(1):hubertf2004-03-091-1/+2
| | | | | | | | | miyu# cat openoffice-linux-1.1.0.tgz | progress -z -p 'Bytes written: ' dd of=/dev/null bs=1m Bytes written: 193 MB 13.83 MB/s 0+195211 records in and: miyu# progress -f openoffice-linux-1.1.0.tgz -z -p 'Bytes written: ' dd of=/dev/null bs=1m Bytes written: 28% |****** | 57919 KB 14.12 MB/s 00:09 ETA OK'd by lukem.
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
| | | Patches provided by Joel Baker in PR 22270, verified by myself.
* Crank dates on TNF copyright.lukem2003-02-281-67/+2
| | | | Remove UCB & WIDE copyrights; the progressbar functionality was written entirely by me under the TNF copyright.
* change a couple #ifdef's so /usr/bin/progress doesn't stomp all overgrant2003-02-121-2/+2
| | | | | the tty if it's not in the foreground. ok'd by jhawk.
* Abstract out progress bar support into progressbar.[ch], for inclusionjhawk2003-01-211-0/+164
| | | | | | | | | | in external programs (conditionalized on -DSTANDALONE_PROGRESS). The following moved from util.c to progressbar.c: alarmtimer(), progressmeter(), psummary(), ptransfer(), xsignal(), xsignal_restart() The following moved from extern.h and ftp_var.h to progressbar.h: STALLTIME, verbose, fromatty, progress, quit_time, ttywidth
* Merge in recent changes from the private version of this header distributedkleink1998-07-301-3/+12
| | | with tzcode.
* merge lite-2perry1998-02-021-4/+4
|
* add parens in isleap() for gcc -Wallmikel1997-07-251-2/+2
|
* new RCS ID format.cgd1994-10-261-2/+3
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+151