aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-0/+171
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-171/+0
* Various fixes.Florent Thoumie2010-04-011-0/+4
* Don't imply that only FTP urls are supported when we can't fetchBrian Somers2009-06-301-1/+1
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-191-2/+3
* Remove support for RELENG_4 (__FreeBSD_version < 500039).Florent Thoumie2008-06-161-12/+0
* Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.Nate Lawson2007-03-281-3/+3
* Invoke tar(1) with the -p option when installing a packageRuslan Ermilov2007-03-061-2/+2
* Cosmetic: fix indentation.Dag-Erling Smørgrav2006-08-111-2/+2
* Turn on libfetch debugging if -v was specified on the command line.Dag-Erling Smørgrav2006-07-081-0/+1
* Add -K option to pkg_add and pkg_info.Florent Thoumie2006-01-091-3/+26
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-291-6/+16
* Revert url.c:1.2: there was a race condition between when I producedRobert Watson2003-04-171-1/+1
* Don't pass NULL in as a flags argument to libfetch's fetchGetURL()Robert Watson2003-03-271-1/+1
* Break fileGetURL() out into its own file so that pkg_install/lib consumersDavid E. O'Brien2002-11-061-0/+144