aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* libfetch, fetch: Stop recommending the use of ca_root_nss.Dag-Erling Smørgrav2023-10-081-12/+2
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-3/+0
* fetch: make -S argument accept values > 2GBStefan Eßer2022-02-201-1/+1
* fetch(1): more fixes for soft failure handlingEugene Grosbein2022-01-251-3/+4
* fetch(1): fix error in previous commitEugene Grosbein2022-01-241-1/+1
* fetch(1): do not consider HTTP 5XX errors as soft failuresEugene Grosbein2022-01-241-7/+16
* fetch(1): correct progress accounting after previous commitEugene Grosbein2022-01-241-1/+1
* fetch(1): process truncated transfer as soft failureEugene Grosbein2022-01-241-4/+17
* pkgbase: Create a FreeBSD-fetch packageEmmanuel Vadot2021-12-211-0/+1
* fetch(1): Fix styleFernando Apesteguía2020-10-301-6/+7
* fetch(1): Add EXAMPLES sectionFernando Apesteguía2020-10-291-1/+46
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-1/+0
* 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