| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove EXAMPLES section which duplicates text in fetch(3). | Dag-Erling Smørgrav | 2004-02-27 | 1 | -22/+0 |
* | Use %zu for size_t, like God intended. | Dag-Erling Smørgrav | 2004-02-18 | 1 | -1/+1 |
* | Fix printf() format bug in previous commit (size_t != int). | Dag-Erling Smørgrav | 2004-02-18 | 1 | -17/+19 |
* | Revamp the statistics code, and switch to a much more compact display | Dag-Erling Smørgrav | 2004-02-18 | 1 | -48/+56 |
* | Remove the inadvertant HTML additions to this man page. | Wes Peters | 2004-01-28 | 1 | -4/+4 |
* | Revert changes of rev 1.55; replace with strong encouragement to | Wes Peters | 2004-01-26 | 1 | -87/+14 |
* | Previous commit did the reverse of what the log message said (and of | Dag-Erling Smørgrav | 2004-01-26 | 1 | -1/+1 |
* | I don't normally use my middle name, so remove it from attributions in | Dag-Erling Smørgrav | 2004-01-25 | 1 | -3/+3 |
* | Document fetch(1) environment variables in fetch(1) man page, instead of | Wes Peters | 2004-01-23 | 1 | -12/+108 |
* | Finish the reversion of rev. 1.52. | Ruslan Ermilov | 2003-09-08 | 1 | -3/+2 |
* | Make sure the crypto versions of libfetch and fetch(1) appear in | Ruslan Ermilov | 2003-07-22 | 1 | -0/+1 |
* | Revert 1.52. This should have been added to fetch.3. | Tom Rhodes | 2003-06-10 | 1 | -29/+1 |
* | Retire the useless NOSECURE knob. | Dag-Erling Smørgrav | 2003-05-19 | 1 | -1/+1 |
* | Add an EXAMPLES section. | Tom Rhodes | 2003-05-17 | 1 | -1/+30 |
* | Mark fetch(1) as c99- and WARNS6-clean. | Dag-Erling Smørgrav | 2003-05-01 | 1 | -1/+2 |
* | Use floating point arithmetic to compute the ETA to avoid integer overflow | Dag-Erling Smørgrav | 2003-03-11 | 1 | -1/+1 |
* | Clean up the ETA logic a bit and make sure it works for restarted transfers. | Dag-Erling Smørgrav | 2003-03-11 | 1 | -7/+8 |
* | Clarify that -r implies -R. | Dag-Erling Smørgrav | 2003-03-11 | 1 | -0/+2 |
* | mdoc(7) police: Scheduled sweep. | Ruslan Ermilov | 2003-02-24 | 1 | -1/+1 |
* | Slight cleanup of the ETA / BPS code. Avoid a division by zero. | Dag-Erling Smørgrav | 2003-01-23 | 1 | -14/+12 |
* | Document netrc support. | Dag-Erling Smørgrav | 2003-01-22 | 1 | -0/+11 |
* | Add -N option to specify a netrc file. | Dag-Erling Smørgrav | 2003-01-22 | 1 | -29/+66 |
* | Use the URL instead of the output file name when reporting errors relating | Dag-Erling Smørgrav | 2002-11-27 | 1 | -6/+6 |
* | Don't set atime / mtime if we don't have an output file, which can happen | Dag-Erling Smørgrav | 2002-11-13 | 1 | -2/+2 |
* | Don't divide by zero to calculate the ETA, even if we haven't gotten | Bill Fenner | 2002-11-12 | 1 | -1/+1 |
* | Don't exit with success after timeout during authentication. | Bill Fenner | 2002-11-07 | 1 | -0/+4 |
* | Clarify my feelings towards fetch / libfetch. | Dag-Erling Smørgrav | 2002-10-30 | 1 | -1/+0 |
* | Don't complain about not knowing the remote file size when working in | Dag-Erling Smørgrav | 2002-10-27 | 1 | -1/+1 |
* | Whitespace and indentation cleanup. | Dag-Erling Smørgrav | 2002-10-27 | 1 | -12/+12 |
* | Forgot to disable alarms after fetchXGet() in previous commit. | Dag-Erling Smørgrav | 2002-10-27 | 1 | -0/+2 |
* | Add an ETA timer that kicks in after 30 seconds. | Dag-Erling Smørgrav | 2002-10-27 | 1 | -16/+45 |
* | s/optarg/s/ (cut'n'paste braino) | Dag-Erling Smørgrav | 2002-08-27 | 1 | -6/+4 |
* | fetch(1) is WARNS-5 clean (tested on i386 and Alpha) | Dag-Erling Smørgrav | 2002-07-28 | 1 | -0/+1 |
* | Use strtol(3) instead of a home-grown version, and fix a "possibly | Dag-Erling Smørgrav | 2002-07-28 | 1 | -36/+24 |
* | Reorder LDADD to fix static linking. | Dag-Erling Smørgrav | 2002-06-12 | 1 | -2/+2 |
* | libfetch now depends on libcrypto and libssl. | Ruslan Ermilov | 2002-06-06 | 1 | -1/+1 |
* | Figures they had to call it NOCRYPT instead of NOCRYPTO. | Dag-Erling Smørgrav | 2002-06-05 | 1 | -1/+1 |
* | During buildworld, "regular" libraries are built before crypto stuff, so | Dag-Erling Smørgrav | 2002-06-05 | 1 | -0/+4 |
* | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 1 | -1/+1 |
* | Use `The .Nm utility' | Philippe Charnier | 2002-04-19 | 1 | -2/+3 |
* | Restored the part of 1.45 that was clobbered in rev.1.46: | Bruce Evans | 2002-03-27 | 1 | -0/+1 |
* | Add FBSDID. Remove unused include. Getopt returns -1 not EOF. | Philippe Charnier | 2002-03-26 | 1 | -5/+5 |
* | #include <sys/time.h> instead of depending on namespace pollution in | Bruce Evans | 2002-02-25 | 1 | -2/+2 |
* | If downloading to a temporary file, set the timestamp on the temp file, not | Dag-Erling Smørgrav | 2002-02-16 | 1 | -2/+2 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | Mark Murray | 2002-02-08 | 1 | -1/+0 |
* | Document fetch(1) reaction to SIGINFO. | Ruslan Ermilov | 2002-01-16 | 1 | -0/+12 |
* | Set fetchDebug if v_level is 3 or more. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -0/+2 |
* | Remove an extraneous argument to fprintf that -Wformat noticed. | Ian Dowse | 2001-11-10 | 1 | -1/+1 |
* | Remove a debugging warnx() that got committed by mistake. | Dag-Erling Smørgrav | 2001-11-03 | 1 | -1/+0 |
* | Don't print running stats unless we're the foreground process. | Dag-Erling Smørgrav | 2001-09-23 | 1 | -0/+11 |