aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a cast to silence a warning (error because of WARNS=2) on Alpha.Mike Barcroft2001-09-101-1/+1
* If the local file does not exist, or is a regular file, and we're not tryingDag-Erling Smørgrav2001-09-081-27/+71
* Remove a blank line that snuck in with the previous commit.Dag-Erling Smørgrav2001-08-181-1/+1
* Add some comments.Dag-Erling Smørgrav2001-08-171-3/+26
* Include value of command line argument that causes an error message orStefan Eßer2001-07-281-6/+9
* If we're writing to stdout, we don't care about the size.Dag-Erling Smørgrav2001-07-171-1/+1
* WARNS cleanup + remove an unused macro and an unused function argument.Dag-Erling Smørgrav2001-07-172-650/+654
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
* Fix an embarassing if-test-reversal bug that broke scheme guessing.Dag-Erling Smørgrav2001-07-081-2/+2
* Don't try to print a completion percentage for zero-size files.Dag-Erling Smørgrav2001-06-011-1/+1
* Damn. Fix typo in previous commit.Dag-Erling Smørgrav2001-05-271-1/+1
* When running on a tty, install an authentication callback.Dag-Erling Smørgrav2001-05-261-8/+52
* Bring the usage message in synch with reality.Dag-Erling Smørgrav2001-03-281-3/+2
* Now that libfetch uses the high port range by default, add a -U option toDag-Erling Smørgrav2001-03-242-13/+17
* If SIGINFO is received during the transfer, print a status line similarDag-Erling Smørgrav2001-03-071-5/+29
* Fix a formatting bug (MFC candidate)Dag-Erling Smørgrav2001-03-071-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Warn if the size of the remote file isn't known.Dag-Erling Smørgrav2000-12-221-2/+11
* If the URL did not specify a scheme, try to guess it from the host name.Dag-Erling Smørgrav2000-12-131-0/+10
* If the transfer timed out, but we don't know how large the file is supposedDag-Erling Smørgrav2000-11-301-1/+10
* Format string auditingKris Kennaway2000-11-271-2/+2
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
* Spell the des's name correctly.Ruslan Ermilov2000-11-141-1/+1
* Understand the difference between an empty file and a non-existent file.Dag-Erling Smørgrav2000-10-191-9/+13
* Don't try to set the mtime of the output file if it's not a regular file.Dag-Erling Smørgrav2000-09-021-1/+2
* Don't unlink the target file if it's not a regular file.Dag-Erling Smørgrav2000-08-311-1/+2
* Restore the old semantics of deleting the output file when interrupted.Dag-Erling Smørgrav2000-07-261-2/+4
* Don't print summary in quiet mode.Dag-Erling Smørgrav2000-07-211-0/+3
* Don't display a running count in quiet mode.Dag-Erling Smørgrav2000-07-211-2/+7
* Fix two bugs related to resumed transfers:Dag-Erling Smørgrav2000-07-191-20/+26
* Braino: don't use passive mode unless the user requests it.Dag-Erling Smørgrav2000-07-191-1/+1
* * Remove description of obsolete -t option.Ben Smithurst2000-07-181-5/+2
* The description of the semantics of -v and -q has long since been OBE.Dag-Erling Smørgrav2000-07-171-10/+1
* While I'm at it, break a line that was too long, remove a pointless diagnosticDag-Erling Smørgrav2000-07-171-3/+3