| Commit message (Expand) | Author | Age | Files | Lines |
* | s/optarg/s/ (cut'n'paste braino) | des | 2002-08-27 | 1 | -6/+4 |
* | fetch(1) is WARNS-5 clean (tested on i386 and Alpha) | des | 2002-07-28 | 1 | -0/+1 |
* | Use strtol(3) instead of a home-grown version, and fix a "possibly | des | 2002-07-28 | 1 | -36/+24 |
* | Reorder LDADD to fix static linking. | des | 2002-06-12 | 1 | -2/+2 |
* | libfetch now depends on libcrypto and libssl. | ru | 2002-06-06 | 1 | -1/+1 |
* | Figures they had to call it NOCRYPT instead of NOCRYPTO. | des | 2002-06-05 | 1 | -1/+1 |
* | During buildworld, "regular" libraries are built before crypto stuff, so | des | 2002-06-05 | 1 | -0/+4 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -2/+3 |
* | Restored the part of 1.45 that was clobbered in rev.1.46: | bde | 2002-03-27 | 1 | -0/+1 |
* | Add FBSDID. Remove unused include. Getopt returns -1 not EOF. | charnier | 2002-03-26 | 1 | -5/+5 |
* | #include <sys/time.h> instead of depending on namespace pollution in | bde | 2002-02-25 | 1 | -2/+2 |
* | If downloading to a temporary file, set the timestamp on the temp file, not | des | 2002-02-16 | 1 | -2/+2 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
* | Document fetch(1) reaction to SIGINFO. | ru | 2002-01-16 | 1 | -0/+12 |
* | Set fetchDebug if v_level is 3 or more. | des | 2001-12-09 | 1 | -0/+2 |
* | Remove an extraneous argument to fprintf that -Wformat noticed. | iedowse | 2001-11-10 | 1 | -1/+1 |
* | Remove a debugging warnx() that got committed by mistake. | des | 2001-11-03 | 1 | -1/+0 |
* | Don't print running stats unless we're the foreground process. | des | 2001-09-23 | 1 | -0/+11 |
* | Add a cast to silence a warning (error because of WARNS=2) on Alpha. | mike | 2001-09-10 | 1 | -1/+1 |
* | If the local file does not exist, or is a regular file, and we're not trying | des | 2001-09-08 | 1 | -27/+71 |
* | Remove a blank line that snuck in with the previous commit. | des | 2001-08-18 | 1 | -1/+1 |
* | Add some comments. | des | 2001-08-17 | 1 | -3/+26 |
* | Include value of command line argument that causes an error message or | se | 2001-07-28 | 1 | -6/+9 |
* | If we're writing to stdout, we don't care about the size. | des | 2001-07-17 | 1 | -1/+1 |
* | WARNS cleanup + remove an unused macro and an unused function argument. | des | 2001-07-17 | 2 | -650/+654 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -4/+4 |
* | Fix an embarassing if-test-reversal bug that broke scheme guessing. | des | 2001-07-08 | 1 | -2/+2 |
* | Don't try to print a completion percentage for zero-size files. | des | 2001-06-01 | 1 | -1/+1 |
* | Damn. Fix typo in previous commit. | des | 2001-05-27 | 1 | -1/+1 |
* | When running on a tty, install an authentication callback. | des | 2001-05-26 | 1 | -8/+52 |
* | Bring the usage message in synch with reality. | des | 2001-03-28 | 1 | -3/+2 |
* | Now that libfetch uses the high port range by default, add a -U option to | des | 2001-03-24 | 2 | -13/+17 |
* | If SIGINFO is received during the transfer, print a status line similar | des | 2001-03-07 | 1 | -5/+29 |
* | Fix a formatting bug (MFC candidate) | des | 2001-03-07 | 1 | -1/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
* | Warn if the size of the remote file isn't known. | des | 2000-12-22 | 1 | -2/+11 |
* | If the URL did not specify a scheme, try to guess it from the host name. | des | 2000-12-13 | 1 | -0/+10 |
* | If the transfer timed out, but we don't know how large the file is supposed | des | 2000-11-30 | 1 | -1/+10 |
* | Format string auditing | kris | 2000-11-27 | 1 | -2/+2 |
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 1 | -0/+1 |
* | Spell the des's name correctly. | ru | 2000-11-14 | 1 | -1/+1 |
* | Understand the difference between an empty file and a non-existent file. | des | 2000-10-19 | 1 | -9/+13 |
* | Don't try to set the mtime of the output file if it's not a regular file. | des | 2000-09-02 | 1 | -1/+2 |
* | Don't unlink the target file if it's not a regular file. | des | 2000-08-31 | 1 | -1/+2 |
* | Restore the old semantics of deleting the output file when interrupted. | des | 2000-07-26 | 1 | -2/+4 |
* | Don't print summary in quiet mode. | des | 2000-07-21 | 1 | -0/+3 |
* | Don't display a running count in quiet mode. | des | 2000-07-21 | 1 | -2/+7 |
* | Fix two bugs related to resumed transfers: | des | 2000-07-19 | 1 | -20/+26 |
* | Braino: don't use passive mode unless the user requests it. | des | 2000-07-19 | 1 | -1/+1 |