aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* Through a combination of insufficient variable initialization andDag-Erling Smørgrav2018-09-101-41/+69
* Support If-Modified-Since for https as well as http.Dag-Erling Smørgrav2018-05-121-3/+4
* Fix spelling of --output long option in fetch.1Benjamin Kaduk2018-05-061-2/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add phttpget(8) .Xr to fetch(1).Edward Tomasz Napierala2016-03-291-1/+2
* Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundlesMichael Gmelin2016-03-191-8/+22
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-30/+12
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-4/+4
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-0/+1
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-282-7/+8
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-10-131-0/+6
| * | | | Merge from headSimon J. Gerraty2013-09-052-38/+279
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-081-13/+31
| |\ \ \ \ \
| * \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-042-44/+45
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+17
* | | | | | | | Remove defunct SSLv2 support from fetch(1) and fetch(3).Jung-uk Kim2015-03-252-21/+11
* | | | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-9/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Increase the default (and minimum) buffer size from 4 kB to 16 kB. Also,Dag-Erling Smørgrav2014-01-282-4/+5
* | | | | whitespace and bump copyrightDag-Erling Smørgrav2014-01-281-3/+3
| |_|_|/ |/| | |
* | | | Include an Accept header in requests.Dag-Erling Smørgrav2013-07-301-1/+2
* | | | Add Michael Gmelin's name to the copyright statement.Dag-Erling Smørgrav2013-07-301-1/+2
* | | | Remove EOL whitespace.Joel Dahl2013-07-281-1/+1
* | | | Implement certificate verification, and many other SSL-relatedDag-Erling Smørgrav2013-07-262-35/+273
* | | | mdoc nitDag-Erling Smørgrav2013-07-211-1/+2
* | | | Correct check to see if file changes.Eitan Adler2013-06-021-1/+1
| |_|/ |/| |
* | | Fix bandwidth reporting when doing a restarted download with "-r".Andre Oppermann2012-12-091-1/+1
* | | Add check for failure of mkstemp and setenv.Eitan Adler2012-12-081-2/+6
* | | Change fetch(1) to:Andre Oppermann2012-11-161-11/+25
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-41/+41
* | Use libmd if and only if OpenSSL is not available.Dag-Erling Smørgrav2012-09-141-3/+4
|/
* Revert r232274 - unauthorized, unnecessary and incorrect.Dag-Erling Smørgrav2012-05-261-7/+2
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-1/+1
* Document the 'URL' argument.David E. O'Brien2012-02-281-2/+7
* Fix two issues related to the use of SIGINFO in fetch(1) to displayDag-Erling Smørgrav2012-01-181-7/+12
* latin1 -> utf8Dag-Erling Smørgrav2011-10-041-1/+1
* Document the fact that passive mode is now the default.Dag-Erling Smørgrav2011-09-272-8/+10
* Use fseeko() instead of fseek(). The rest of the code is off_t-aware,Dag-Erling Smørgrav2011-09-271-2/+2
* Followup to r225599: the fseek() was a no-op since the file was openedDag-Erling Smørgrav2011-09-271-8/+8
* When resuming an HTTP download, we failed to verify that the rangeDag-Erling Smørgrav2011-09-151-0/+14
* Fixed static linkage.Ruslan Ermilov2010-02-261-2/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Treat an empty argument as an error, instead of fetching theRuslan Ermilov2009-12-301-0/+5
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1