| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Correctly exit from extract_run() and update_run() if files needed are | cperciva | 2005-08-13 | 1 | -4/+9 |
* | Misc mdoc(7) fixes: | simon | 2005-08-13 | 1 | -7/+10 |
* | Allow multiple commands to be specified on a single command line, e.g., | cperciva | 2005-08-13 | 2 | -7/+11 |
* | Fix the progress statistics code by printing the right variable. I | cperciva | 2005-08-13 | 1 | -1/+1 |
* | When using cmp(1) to determine if the ports tree is already up to date, | cperciva | 2005-08-12 | 1 | -1/+2 |
* | If the ports tree is already up to date when we run `portsnap update`, | cperciva | 2005-08-11 | 1 | -0/+5 |
* | Remove unused variable. | cperciva | 2005-08-10 | 1 | -2/+1 |
* | Check that malloc() succeeds in makelist. | cperciva | 2005-08-09 | 1 | -0/+2 |
* | Replace INT_MAX with OFF_MAX. I used INT_MAX originally (in ports) | cperciva | 2005-08-09 | 1 | -3/+3 |
* | When parsing the HTTP_PROXY environment variable, strip a trailing / | cperciva | 2005-08-09 | 1 | -1/+5 |
* | Add a missing EOL when printing "Latest snapshot on server is older | cperciva | 2005-08-09 | 1 | -5/+7 |
* | Add portsnap to the base system. This is a secure, easy to use, | cperciva | 2005-08-08 | 9 | -0/+2232 |