aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* Remove EXAMPLES section which duplicates text in fetch(3).Dag-Erling Smørgrav2004-02-271-22/+0
* Use %zu for size_t, like God intended.Dag-Erling Smørgrav2004-02-181-1/+1
* Fix printf() format bug in previous commit (size_t != int).Dag-Erling Smørgrav2004-02-181-17/+19
* Revamp the statistics code, and switch to a much more compact displayDag-Erling Smørgrav2004-02-181-48/+56
* Remove the inadvertant HTML additions to this man page.Wes Peters2004-01-281-4/+4
* Revert changes of rev 1.55; replace with strong encouragement toWes Peters2004-01-261-87/+14
* Previous commit did the reverse of what the log message said (and ofDag-Erling Smørgrav2004-01-261-1/+1
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-251-3/+3
* Document fetch(1) environment variables in fetch(1) man page, instead ofWes Peters2004-01-231-12/+108
* Finish the reversion of rev. 1.52.Ruslan Ermilov2003-09-081-3/+2
* Make sure the crypto versions of libfetch and fetch(1) appear inRuslan Ermilov2003-07-221-0/+1
* Revert 1.52. This should have been added to fetch.3.Tom Rhodes2003-06-101-29/+1
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* Add an EXAMPLES section.Tom Rhodes2003-05-171-1/+30
* Mark fetch(1) as c99- and WARNS6-clean.Dag-Erling Smørgrav2003-05-011-1/+2
* Use floating point arithmetic to compute the ETA to avoid integer overflowDag-Erling Smørgrav2003-03-111-1/+1
* Clean up the ETA logic a bit and make sure it works for restarted transfers.Dag-Erling Smørgrav2003-03-111-7/+8
* Clarify that -r implies -R.Dag-Erling Smørgrav2003-03-111-0/+2
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-1/+1
* Slight cleanup of the ETA / BPS code. Avoid a division by zero.Dag-Erling Smørgrav2003-01-231-14/+12
* Document netrc support.Dag-Erling Smørgrav2003-01-221-0/+11
* Add -N option to specify a netrc file.Dag-Erling Smørgrav2003-01-221-29/+66
* Use the URL instead of the output file name when reporting errors relatingDag-Erling Smørgrav2002-11-271-6/+6
* Don't set atime / mtime if we don't have an output file, which can happenDag-Erling Smørgrav2002-11-131-2/+2
* Don't divide by zero to calculate the ETA, even if we haven't gottenBill Fenner2002-11-121-1/+1
* Don't exit with success after timeout during authentication.Bill Fenner2002-11-071-0/+4
* Clarify my feelings towards fetch / libfetch.Dag-Erling Smørgrav2002-10-301-1/+0
* Don't complain about not knowing the remote file size when working inDag-Erling Smørgrav2002-10-271-1/+1
* Whitespace and indentation cleanup.Dag-Erling Smørgrav2002-10-271-12/+12
* Forgot to disable alarms after fetchXGet() in previous commit.Dag-Erling Smørgrav2002-10-271-0/+2
* Add an ETA timer that kicks in after 30 seconds.Dag-Erling Smørgrav2002-10-271-16/+45
* s/optarg/s/ (cut'n'paste braino)Dag-Erling Smørgrav2002-08-271-6/+4
* fetch(1) is WARNS-5 clean (tested on i386 and Alpha)Dag-Erling Smørgrav2002-07-281-0/+1
* Use strtol(3) instead of a home-grown version, and fix a "possiblyDag-Erling Smørgrav2002-07-281-36/+24
* Reorder LDADD to fix static linking.Dag-Erling Smørgrav2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.Ruslan Ermilov2002-06-061-1/+1
* Figures they had to call it NOCRYPT instead of NOCRYPTO.Dag-Erling Smørgrav2002-06-051-1/+1
* During buildworld, "regular" libraries are built before crypto stuff, soDag-Erling Smørgrav2002-06-051-0/+4
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-191-2/+3
* Restored the part of 1.45 that was clobbered in rev.1.46:Bruce Evans2002-03-271-0/+1
* Add FBSDID. Remove unused include. Getopt returns -1 not EOF.Philippe Charnier2002-03-261-5/+5
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-2/+2
* If downloading to a temporary file, set the timestamp on the temp file, notDag-Erling Smørgrav2002-02-161-2/+2
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Document fetch(1) reaction to SIGINFO.Ruslan Ermilov2002-01-161-0/+12
* Set fetchDebug if v_level is 3 or more.Dag-Erling Smørgrav2001-12-091-0/+2
* Remove an extraneous argument to fprintf that -Wformat noticed.Ian Dowse2001-11-101-1/+1
* Remove a debugging warnx() that got committed by mistake.Dag-Erling Smørgrav2001-11-031-1/+0
* Don't print running stats unless we're the foreground process.Dag-Erling Smørgrav2001-09-231-0/+11