| Commit message (Expand) | Author | Age | Files | Lines |
* | - Backout latest changes (follow symlinks: r186496, r186518). | flz | 2009-01-06 | 2 | -61/+24 |
* | Fix memory leaks introduced in last commit. | flz | 2008-12-27 | 2 | -13/+3 |
* | Follow symlinks when deleting directories. | flz | 2008-12-25 | 2 | -24/+71 |
* | Use humanize_number to report pen-sizes so people don't have to count | phk | 2008-08-07 | 1 | -4/+15 |
* | Enable the -n option of pkg_create(1). | keramida | 2008-07-08 | 1 | -1/+1 |
* | Remove support for RELENG_4 (__FreeBSD_version < 500039). | flz | 2008-06-16 | 2 | -16/+0 |
* | - add: Keep dependent packages too if -K is specified. | flz | 2008-06-12 | 1 | -1/+1 |
* | - Add long options to pkg_install. | flz | 2008-05-30 | 1 | -1/+1 |
* | Bump PKG_INSTALL_VERSION to 20080528. | flz | 2008-05-28 | 1 | -1/+1 |
* | - Restore functionality broken in previous commit; we need to be able to report | pav | 2008-05-03 | 2 | -10/+13 |
* | Optimize package registration/deregistration. Previously, when looking up the | pav | 2008-04-11 | 2 | -17/+56 |
* | Some code cleanups, including removing of stale getopt argument and | krion | 2007-11-10 | 1 | -0/+7 |
* | Momoize the results of isinstalledpkg() | krion | 2007-11-02 | 1 | -10/+56 |
* | Add whitespace. | krion | 2007-10-17 | 1 | -1/+1 |
* | Update for INDEX-8 support. | krion | 2007-10-17 | 1 | -1/+3 |
* | - Replace rather inefficient bubble sort with a recursive depth-first search. | pav | 2007-06-18 | 1 | -66/+112 |
* | Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents. | njl | 2007-03-28 | 4 | -7/+7 |
* | Invoke tar(1) with the -p option when installing a package | ru | 2007-03-06 | 1 | -2/+2 |
* | Cosmetic: fix indentation. | des | 2006-08-11 | 1 | -2/+2 |
* | Turn on libfetch debugging if -v was specified on the command line. | des | 2006-07-08 | 1 | -0/+1 |
* | Allow variable amounts of verbosity. | obrien | 2006-06-12 | 2 | -2/+2 |
* | Add INDEX-7 and remove trailing spaces. | krion | 2006-04-17 | 1 | -3/+5 |
* | Add -K option to pkg_add and pkg_info. | flz | 2006-01-09 | 2 | -4/+27 |
* | When using @cwd %%FOO%%, we must ensure to return in the original | krion | 2006-01-07 | 1 | -2/+5 |
* | Do not bitch about bsdpan modules not having origin. | krion | 2005-09-24 | 1 | -1/+1 |
* | remove a few uses of the word `really' | jmg | 2005-06-27 | 1 | -2/+2 |
* | Implement @noinst field which has at the moment the same meaning and | krion | 2005-06-14 | 2 | -1/+8 |
* | Use INDEX-6 for versions of FreeBSD > 600000 | paul | 2005-01-04 | 1 | -1/+3 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Add a -q flag to pkg_version. It suppresses the output of <,=,>. | obrien | 2004-10-18 | 2 | -0/+2 |
* | Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this. | ru | 2004-08-12 | 1 | -2/+0 |
* | Use the length modifier 'll' instead of 'q' to print long longs. | stefanf | 2004-07-28 | 2 | -2/+2 |
* | Downgrade WARNS level to more tolerable value. Attempt to fix | kan | 2004-07-28 | 2 | -2/+2 |
* | - pkg_add spawns itself as argv[0] when installing dependent packages, to | eik | 2004-06-29 | 6 | -20/+40 |
* | - pkg_info: flag -r: (show packages this packages depends on (documentation c... | eik | 2004-06-29 | 4 | -12/+15 |
* | - match package version numbers with relational operators | eik | 2004-06-29 | 2 | -26/+198 |
* | - complete rewrite of the version number parsing code, restoring compatibiliy... | eik | 2004-06-29 | 2 | -84/+240 |
* | When invoking tar, make sure the mode option (-x) is first. | kientzle | 2004-04-08 | 1 | -7/+6 |
* | Fix a case of undefined behavior due to overlapping buf objects in | schweikh | 2003-12-23 | 1 | -2/+3 |
* | Backout 1.14, it seems to be causing problems with libxml build | bmilekic | 2003-08-04 | 1 | -1/+1 |
* | Use strncmp() and not strcmp() here to properly match | bmilekic | 2003-08-01 | 1 | -1/+1 |
* | pkg_create incorrectly does not add trailing '\n' when it receives | lioux | 2003-05-26 | 2 | -1/+23 |
* | * Add explicit conflict-checking to the package tools. Packages can | kris | 2003-04-17 | 2 | -3/+9 |
* | Revert url.c:1.2: there was a race condition between when I produced | rwatson | 2003-04-17 | 1 | -1/+1 |
* | Don't pass NULL in as a flags argument to libfetch's fetchGetURL() | rwatson | 2003-03-27 | 1 | -1/+1 |
* | Prevent buffer overflow in format_cmd() by properly tracking maximum | jkh | 2003-01-06 | 3 | -15/+23 |
* | Assume that packages passed on stdin are in bzip2 format, not gzip. | bmah | 2002-11-14 | 1 | -1/+2 |
* | Clean up a little. Don't need to include fetch.h any more, and I can't | obrien | 2002-11-06 | 1 | -7/+0 |
* | Break fileGetURL() out into its own file so that pkg_install/lib consumers | obrien | 2002-11-06 | 3 | -113/+145 |
* | Whitespace cleanup | des | 2002-10-29 | 1 | -5/+5 |