aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/portsnap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused variable.Colin Percival2005-08-101-2/+1
* Check that malloc() succeeds in makelist.Colin Percival2005-08-091-0/+2
* Replace INT_MAX with OFF_MAX. I used INT_MAX originally (in ports)Colin Percival2005-08-091-3/+3
* When parsing the HTTP_PROXY environment variable, strip a trailing /Colin Percival2005-08-091-1/+5
* Add a missing EOL when printing "Latest snapshot on server is olderColin Percival2005-08-091-5/+7
* Add portsnap to the base system. This is a secure, easy to use,Colin Percival2005-08-089-0/+2232