| Commit message (Expand) | Author | Age | Files | Lines |
| * | sync the pkg_install tools with -CURRENT: | Oliver Eikemeier | 2004-08-11 | 1 | -134/+23 |
| * | MFC: avoid potential buffer overflow in format_cmd(). | Dag-Erling Smørgrav | 2004-01-27 | 1 | -13/+21 |
| * | Revert to gzip as the default compression scheme used by the | Bruce A. Mah | 2002-09-25 | 1 | -6/+3 |
| * | MFC: convert our compression method to bzip2 from gzip. | David E. O'Brien | 2002-08-31 | 1 | -6/+10 |
| * | MFC from rev 1.57: Preserve suid/gid permissions when extracting | Mario Sergio Fujikawa Ferreira | 2002-08-24 | 1 | -1/+1 |
| * | MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism. | David E. O'Brien | 2002-08-20 | 1 | -14/+13 |
| * | MFC: Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz. | Akinori MUSHA | 2002-08-05 | 1 | -1/+1 |
| * | MFC: WANSify. | Maxim Sobolev | 2001-10-23 | 1 | -29/+28 |
| * | MFC: close descriptors in child; verbose mode. | Dag-Erling Smørgrav | 2001-06-18 | 1 | -3/+4 |
| * | MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38 | Maxim Sobolev | 2001-05-17 | 1 | -8/+18 |
| * | MFC: add ability to handle bzip2-compressed packages. | Maxim Sobolev | 2001-02-05 | 1 | -18/+24 |
| * | MFC: fix interaction with libfetch and tar. | Dag-Erling Smørgrav | 2000-11-01 | 1 | -17/+39 |
| * | MFC: more informative errx() messages, use ISO string functions. | Jordan K. Hubbard | 2000-10-23 | 1 | -11/+11 |
| * | MFC: proper parsing of package names, spelling fixes, updates | Jordan K. Hubbard | 2000-09-20 | 1 | -4/+21 |
| * | MFC: Use libfetch | Dag-Erling Smørgrav | 2000-07-16 | 1 | -107/+27 |
| * | MFC rev 1.41: Fix post-creation cleanup bug. | Sheldon Hearn | 2000-03-15 | 1 | -2/+2 |
| * | 1. If checking for directory-ness, check "dir" and "dir/" to catch | Jordan K. Hubbard | 2000-02-19 | 1 | -0/+2 |
| * | Use lstat(2) rather than stat(2) in isdir(), so that a symlink to a | David E. O'Brien | 2000-02-08 | 1 | -1/+1 |
| * | Deal with package filenames which contain spaces. | Jordan K. Hubbard | 2000-01-04 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Revive the PKG_ADD_BASE stuff a bit. | Jordan K. Hubbard | 1999-05-12 | 1 | -1/+2 |
| * | Fix support for uncompressed (".tar") package types. It's not completely | Satoshi Asami | 1998-12-05 | 1 | -3/+3 |
| * | Revert 1.33; lstat() is indeed the wrong thing to do here. I'll | Jordan K. Hubbard | 1998-10-14 | 1 | -2/+2 |
| * | Use lstat() rather than stat in determining whether a file exists, | Jordan K. Hubbard | 1998-10-09 | 1 | -2/+2 |
| * | correct usage of cleanup() everywhere - this became bogus when the warnx/errx | Jordan K. Hubbard | 1998-09-11 | 1 | -21/+38 |
| * | o Set paths internally for pkg_add for tools we might want to invoke. | Jordan K. Hubbard | 1998-09-08 | 1 | -5/+5 |
| * | - do string-magic on the right variable when trying | Jordan K. Hubbard | 1997-10-18 | 1 | -3/+4 |
| * | Use err(3). Cosmetics in usage string and man page. | Philippe Charnier | 1997-10-08 | 1 | -14/+18 |
| * | Change the naming conventions for preserve'd files and also document | Jordan K. Hubbard | 1997-07-01 | 1 | -5/+39 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Use new ftpGetURL interface, as result, report FTP error | Andrey A. Chernov | 1996-11-14 | 1 | -4/+7 |
| * | Fix PR#1557 - chained package dependencies using URLs didn't work. | Jordan K. Hubbard | 1996-10-14 | 1 | -2/+3 |
| * | Put verbosity in the right place. | Jordan K. Hubbard | 1996-08-01 | 1 | -3/+3 |
| * | Make pkg_install understand and use libftpio instead of its own | Jordan K. Hubbard | 1996-06-20 | 1 | -41/+22 |
| * | Fix a couple of miscellaneous bugs and make pkg_add also support reading | Jordan K. Hubbard | 1996-03-12 | 1 | -7/+11 |
| * | Initialize the argument list in the unpack() routine to zero. | Mike Pritchard | 1996-02-19 | 1 | -1/+2 |
| * | Bring my pkg_install improvements forward from 2.1. | Jordan K. Hubbard | 1995-11-12 | 1 | -44/+35 |
| * | Fix the `pkg_add relative to .' bug. Thank you, Ville! | Jordan K. Hubbard | 1995-10-31 | 1 | -2/+2 |
| * | Bring forward my changes from 2.1 | Jordan K. Hubbard | 1995-10-25 | 1 | -31/+103 |
| * | Round this out. Now seems to transfer packages properly over ftp | Jordan K. Hubbard | 1995-08-01 | 1 | -14/+18 |
| * | Argh! I hate my life! I can't seem to do anything right here today. | Jordan K. Hubbard | 1995-08-01 | 1 | -2/+2 |
| * | Change the environment variable this looks for from FTP_PASSIVE to | Jordan K. Hubbard | 1995-07-30 | 1 | -3/+2 |
| * | Totally eliminate the dependency on libftp (which will be removed from the | Jordan K. Hubbard | 1995-07-30 | 1 | -50/+36 |
| * | You can run pkg_info everywhere expect /var/db/pkg directory :-) | Andrey A. Chernov | 1995-07-30 | 1 | -3/+12 |
| * | Use lstat() instead of access() for checking file existence. It works | Satoshi Asami | 1995-06-24 | 1 | -2/+3 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -4/+4 |
| * | Fix a long-standing bug that broke pkg_info utterly and probably made | Jordan K. Hubbard | 1995-05-10 | 1 | -8/+7 |
| * | Add code for dealing with URLs. | Jordan K. Hubbard | 1995-04-26 | 1 | -8/+200 |
| * | Export the min_free() function. | Jordan K. Hubbard | 1995-04-22 | 1 | -2/+15 |