| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling of extract. | alfred | 2011-11-13 | 1 | -2/+2 |
* | Utilize shell's IFS instead of forking ~6 processes to | alfred | 2011-11-13 | 1 | -48/+70 |
* | portsnap: Detect error immediately if we can't fetch the snapshot metadata. | jilles | 2011-10-04 | 1 | -3/+3 |
* | Add --numeric-owner to tar extract operations in portsnap. | simon | 2010-12-19 | 1 | -5/+5 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 2 | -2/+0 |
* | Add undocumented 'portsnap alfred' command, which runs (fetch|cron) | cperciva | 2009-12-30 | 1 | -1/+17 |
* | Set SO_NOSIGPIPE on sockets used by phttpget. Without this, if | cperciva | 2009-04-03 | 1 | -0/+6 |
* | - remove superfluous word | danger | 2008-09-15 | 1 | -2/+2 |
* | Add support for specifying which INDEX files to build via portsnap.conf. | cperciva | 2008-05-17 | 1 | -4/+16 |
* | Improve conformance to the HTTP specification by using case-insensitive | cperciva | 2008-02-13 | 1 | -6/+6 |
* | Attempt to reduce the rate of foot-shooting injuries by adding a new | cperciva | 2007-12-28 | 1 | -0/+9 |
* | When generating ports INDEX files from downloaded "describes" data, build | cperciva | 2007-08-02 | 1 | -0/+1 |
* | Add support for HTTP/1.0 Persistent Connections to phttpget. Requests are | cperciva | 2007-06-30 | 1 | -3/+10 |
* | Add support for the HTTP_TIMEOUT environment variable (integer number | cperciva | 2006-11-07 | 1 | -0/+13 |
* | Set LC_ALL=C in order to avoid problems with character ranges and | cperciva | 2006-10-21 | 1 | -0/+3 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -12/+12 |
* | s/MAN8/MAN/ | cperciva | 2006-09-01 | 1 | -1/+1 |
* | Use some features of sh(1) which I didn't know about until today ("read" | cperciva | 2006-05-30 | 1 | -5/+2 |
* | Fix typo. | cperciva | 2006-05-13 | 1 | -1/+1 |
* | Add a mechanism for constructing INDEX files which include local ports. | cperciva | 2006-05-13 | 2 | -2/+22 |
* | Use 'rm -rf foo/bar' to remove a port instead of 'rm -rf foo/bar/'. | cperciva | 2006-05-12 | 1 | -3/+6 |
* | Allow the HTTP_PROXY environment variable to be (mis)spelled as | cperciva | 2006-05-05 | 2 | -2/+4 |
* | Fix the test for whether ${HTTP_PROXY} is set -- I got it backwards. | cperciva | 2006-05-05 | 1 | -1/+1 |
* | Remove two lines of debugging which I forgot to remove before the last | cperciva | 2006-05-03 | 1 | -2/+0 |
* | The approach portsnap uses of "pick a random HTTP mirror" doesn't | cperciva | 2006-05-03 | 1 | -3/+16 |
* | Instead of selecting a mirror and failing if it is inaccessible, keep | cperciva | 2006-05-03 | 1 | -25/+50 |
* | Teach portsnap to parse the output of the host(1) in BIND 8 as well as | cperciva | 2006-05-02 | 1 | -3/+7 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+1 |
* | Remove trailing dot from the servername in the serverlist to be able | ume | 2006-03-07 | 1 | -1/+1 |
* | Correct handling of HTTP_PROXY_AUTH. A password may have `:'. | ume | 2006-03-07 | 1 | -1/+1 |
* | Reference sha256(1) instead of sha256(8), which doesn't exist. | wkoszek | 2006-02-26 | 1 | -1/+1 |
* | Expand contractions. | joel | 2006-02-01 | 1 | -2/+2 |
* | Merge from accidental commit to RELENG_5: | cperciva | 2006-01-27 | 1 | -1/+1 |
* | Replace "fetch" with "fetch -r" when downloading the initial ~38MB | cperciva | 2006-01-22 | 1 | -2/+1 |
* | Mention that the random time slept by "portsnap cron" is between 1 and | cperciva | 2006-01-17 | 1 | -1/+2 |
* | Make "portsnap extract" automatically create ${PORTSDIR} if necessary | cperciva | 2006-01-06 | 1 | -2/+6 |
* | Make "missing dependency" errors more useful by indicating which port | cperciva | 2005-12-01 | 1 | -10/+10 |
* | An empty file does not have a positive number of lines. | cperciva | 2005-11-20 | 1 | -0/+7 |
* | Correctly handle a TCP connection being shutdown by the server while | cperciva | 2005-11-17 | 1 | -1/+2 |
* | Add HTTP proxy authentication, via the HTTP_PROXY_AUTH environment | cperciva | 2005-09-22 | 1 | -1/+101 |
* | Style fix: "if (pointer)" -> "if (pointer != NULL)" | cperciva | 2005-09-21 | 1 | -1/+1 |
* | Add a note pointing out that certain information (IP address, list of | cperciva | 2005-09-18 | 1 | -0/+15 |
* | Handle circular dependencies properly (via errx(3)) rather than dumping | cperciva | 2005-09-17 | 1 | -2/+15 |
* | Portsnap uses host(1) to search for mirrors, but this is only available | cperciva | 2005-09-15 | 1 | -0/+6 |
* | Fix typo: ${PORTDIR} -> ${PORTSDIR}. | cperciva | 2005-09-11 | 1 | -1/+1 |
* | Fix typo: Cowarly -> Cowardly. | cperciva | 2005-09-07 | 1 | -1/+1 |
* | Teach portsnap how to ignore unwanted parts of the ports tree. A line | cperciva | 2005-09-06 | 1 | -6/+66 |
* | Spell "cmp > /dev/null" as "cmp -s". | cperciva | 2005-08-14 | 1 | -1/+1 |