aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/portsnap
Commit message (Expand)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-022-2/+0
* Add undocumented 'portsnap alfred' command, which runs (fetch|cron)Colin Percival2009-12-301-1/+17
* Set SO_NOSIGPIPE on sockets used by phttpget. Without this, ifColin Percival2009-04-031-0/+6
* - remove superfluous wordDaniel Gerzo2008-09-151-2/+2
* Add support for specifying which INDEX files to build via portsnap.conf.Colin Percival2008-05-171-4/+16
* Improve conformance to the HTTP specification by using case-insensitiveColin Percival2008-02-131-6/+6
* Attempt to reduce the rate of foot-shooting injuries by adding a newColin Percival2007-12-281-0/+9
* When generating ports INDEX files from downloaded "describes" data, buildColin Percival2007-08-021-0/+1
* Add support for HTTP/1.0 Persistent Connections to phttpget. Requests areColin Percival2007-06-301-3/+10
* Add support for the HTTP_TIMEOUT environment variable (integer numberColin Percival2006-11-071-0/+13
* Set LC_ALL=C in order to avoid problems with character ranges andColin Percival2006-10-211-0/+3
* Markup fixes.Ruslan Ermilov2006-09-291-12/+12
* s/MAN8/MAN/Colin Percival2006-09-011-1/+1
* Use some features of sh(1) which I didn't know about until today ("read"Colin Percival2006-05-301-5/+2
* Fix typo.Colin Percival2006-05-131-1/+1
* Add a mechanism for constructing INDEX files which include local ports.Colin Percival2006-05-132-2/+22
* Use 'rm -rf foo/bar' to remove a port instead of 'rm -rf foo/bar/'.Colin Percival2006-05-121-3/+6
* Allow the HTTP_PROXY environment variable to be (mis)spelled asColin Percival2006-05-052-2/+4
* Fix the test for whether ${HTTP_PROXY} is set -- I got it backwards.Colin Percival2006-05-051-1/+1
* Remove two lines of debugging which I forgot to remove before the lastColin Percival2006-05-031-2/+0
* The approach portsnap uses of "pick a random HTTP mirror" doesn'tColin Percival2006-05-031-3/+16
* Instead of selecting a mirror and failing if it is inaccessible, keepColin Percival2006-05-031-25/+50
* Teach portsnap to parse the output of the host(1) in BIND 8 as well asColin Percival2006-05-021-3/+7
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+1
* Remove trailing dot from the servername in the serverlist to be ableHajimu UMEMOTO2006-03-071-1/+1
* Correct handling of HTTP_PROXY_AUTH. A password may have `:'.Hajimu UMEMOTO2006-03-071-1/+1
* Reference sha256(1) instead of sha256(8), which doesn't exist.Wojciech A. Koszek2006-02-261-1/+1
* Expand contractions.Joel Dahl2006-02-011-2/+2
* Merge from accidental commit to RELENG_5:Colin Percival2006-01-271-1/+1
* Replace "fetch" with "fetch -r" when downloading the initial ~38MBColin Percival2006-01-221-2/+1
* Mention that the random time slept by "portsnap cron" is between 1 andColin Percival2006-01-171-1/+2
* Make "portsnap extract" automatically create ${PORTSDIR} if necessaryColin Percival2006-01-061-2/+6
* Make "missing dependency" errors more useful by indicating which portColin Percival2005-12-011-10/+10
* An empty file does not have a positive number of lines.Colin Percival2005-11-201-0/+7
* Correctly handle a TCP connection being shutdown by the server whileColin Percival2005-11-171-1/+2
* Add HTTP proxy authentication, via the HTTP_PROXY_AUTH environmentColin Percival2005-09-221-1/+101
* Style fix: "if (pointer)" -> "if (pointer != NULL)"Colin Percival2005-09-211-1/+1
* Add a note pointing out that certain information (IP address, list ofColin Percival2005-09-181-0/+15
* Handle circular dependencies properly (via errx(3)) rather than dumpingColin Percival2005-09-171-2/+15
* Portsnap uses host(1) to search for mirrors, but this is only availableColin Percival2005-09-151-0/+6
* Fix typo: ${PORTDIR} -> ${PORTSDIR}.Colin Percival2005-09-111-1/+1
* Fix typo: Cowarly -> Cowardly.Colin Percival2005-09-071-1/+1
* Teach portsnap how to ignore unwanted parts of the ports tree. A lineColin Percival2005-09-061-6/+66
* Spell "cmp > /dev/null" as "cmp -s".Colin Percival2005-08-141-1/+1
* Correctly exit from extract_run() and update_run() if files needed areColin Percival2005-08-131-4/+9
* Misc mdoc(7) fixes:Simon L. B. Nielsen2005-08-131-7/+10
* Allow multiple commands to be specified on a single command line, e.g.,Colin Percival2005-08-132-7/+11
* Fix the progress statistics code by printing the right variable. IColin Percival2005-08-131-1/+1
* When using cmp(1) to determine if the ports tree is already up to date,Colin Percival2005-08-121-1/+2
* If the ports tree is already up to date when we run `portsnap update`,Colin Percival2005-08-111-0/+5