summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* Fix bandwidth reporting when doing a restarted download with "-r".andre2012-12-091-1/+1
* Add check for failure of mkstemp and setenv.eadler2012-12-081-2/+6
* Change fetch(1) to:andre2012-11-161-11/+25
* More -Wmissing-variable-declarations fixes.ed2012-10-191-41/+41
* Use libmd if and only if OpenSSL is not available.des2012-09-141-3/+4
* Revert r232274 - unauthorized, unnecessary and incorrect.des2012-05-261-7/+2
* General mdoc(7) and typo fixes.gjb2012-05-101-1/+1
* Document the 'URL' argument.obrien2012-02-281-2/+7
* Fix two issues related to the use of SIGINFO in fetch(1) to displaydes2012-01-181-7/+12
* latin1 -> utf8des2011-10-041-1/+1
* Document the fact that passive mode is now the default.des2011-09-272-8/+10
* Use fseeko() instead of fseek(). The rest of the code is off_t-aware,des2011-09-271-2/+2
* Followup to r225599: the fseek() was a no-op since the file was openeddes2011-09-271-8/+8
* When resuming an HTTP download, we failed to verify that the rangedes2011-09-151-0/+14
* Fixed static linkage.ru2010-02-261-2/+2
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* Treat an empty argument as an error, instead of fetching theru2009-12-301-0/+5
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* The FTP_TIMEOUT and HTTP_TIMEOUT environment variables were ignored becausedes2009-01-171-3/+4
* 1. Update fetch to consistently return 1 on error, as the man page states,murray2008-12-171-6/+5
* Add support for HTTP 1.1 If-Modified-Since behavior.murray2008-12-152-5/+40
* Improve usage and sync SYNOPSIS with usage.ru2008-12-132-10/+17
* Apply the same defaults to https as to http.des2008-12-111-2/+3
* Use the SCHEME_ knobs rather than knowing what they expand to.obrien2008-08-211-2/+2
* List all environment variables supported by libfetch, along with a referencedes2007-12-281-9/+19
* Try to preserve ownership and permissions when replacing an existing file.des2006-11-101-0/+2
* Fix a typo.jkoshy2006-04-221-2/+2
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* Only clear sb.st_size if it is clearly wrong or meaningless. This fixesdes2005-12-301-5/+5
* Reflect progress in process title.des2005-12-301-0/+4
* Expand *n't contractions.ru2005-02-131-1/+1
* Sort sections.ru2005-01-181-8/+8
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
* Fix buffer overflow. This is FreeBSD-SA-04:16.fetch.cperciva2004-11-181-1/+2
* Update copyright years.des2004-09-212-2/+2
* The check for r_flag was accidentally removed in the previous commit.des2004-08-261-1/+1
* Fix a couple of edge cases in which sb.st_size may be incorrect ordes2004-08-151-5/+16
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
* Document the behaviour of the "-o file" option when "file" is a directorycperciva2004-07-301-0/+4
* Don't strip trailing linear whitespace from passwords.des2004-07-271-5/+5
* Style nits.des2004-07-271-5/+4
* Truncate long file names in stat_display(), as was originally intended.des2004-07-051-1/+1
* The description of the -S option in the man page says we won't fail if thedes2004-06-241-1/+0
* Fix integer overflow in the file size output when dealing withle2004-05-191-3/+3
* Restore part of the word that got (accidentally) removed.ru2004-05-191-2/+2
* Workaround for servers that ignore byte ranges when using chunkeddes2004-04-061-1/+1
* Remove EXAMPLES section which duplicates text in fetch(3).des2004-02-271-22/+0
* Use %zu for size_t, like God intended.des2004-02-181-1/+1
OpenPOWER on IntegriCloud