| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use INDEX-6 for versions of FreeBSD > 600000 | Paul Richards | 2005-01-04 | 1 | -1/+3 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | Add a -q flag to pkg_version. It suppresses the output of <,=,>. | David E. O'Brien | 2004-10-18 | 2 | -0/+2 |
| * | Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this. | Ruslan Ermilov | 2004-08-12 | 1 | -2/+0 |
| * | Use the length modifier 'll' instead of 'q' to print long longs. | Stefan Farfeleder | 2004-07-28 | 2 | -2/+2 |
| * | Downgrade WARNS level to more tolerable value. Attempt to fix | Alexander Kabaev | 2004-07-28 | 2 | -2/+2 |
| * | - pkg_add spawns itself as argv[0] when installing dependent packages, to | Oliver Eikemeier | 2004-06-29 | 6 | -20/+40 |
| * | - pkg_info: flag -r: (show packages this packages depends on (documentation c... | Oliver Eikemeier | 2004-06-29 | 4 | -12/+15 |
| * | - match package version numbers with relational operators | Oliver Eikemeier | 2004-06-29 | 2 | -26/+198 |
| * | - complete rewrite of the version number parsing code, restoring compatibiliy... | Oliver Eikemeier | 2004-06-29 | 2 | -83/+239 |
| * | When invoking tar, make sure the mode option (-x) is first. | Tim Kientzle | 2004-04-08 | 1 | -7/+6 |
| * | Fix a case of undefined behavior due to overlapping buf objects in | Jens Schweikhardt | 2003-12-23 | 1 | -2/+3 |
| * | Backout 1.14, it seems to be causing problems with libxml build | Bosko Milekic | 2003-08-04 | 1 | -1/+1 |
| * | Use strncmp() and not strcmp() here to properly match | Bosko Milekic | 2003-08-01 | 1 | -1/+1 |
| * | pkg_create incorrectly does not add trailing '\n' when it receives | Mario Sergio Fujikawa Ferreira | 2003-05-26 | 2 | -1/+23 |
| * | * Add explicit conflict-checking to the package tools. Packages can | Kris Kennaway | 2003-04-17 | 2 | -3/+9 |
| * | Revert url.c:1.2: there was a race condition between when I produced | Robert Watson | 2003-04-17 | 1 | -1/+1 |
| * | Don't pass NULL in as a flags argument to libfetch's fetchGetURL() | Robert Watson | 2003-03-27 | 1 | -1/+1 |
| * | Prevent buffer overflow in format_cmd() by properly tracking maximum | Jordan K. Hubbard | 2003-01-06 | 3 | -15/+23 |
| * | Assume that packages passed on stdin are in bzip2 format, not gzip. | Bruce A. Mah | 2002-11-14 | 1 | -1/+2 |
| * | Clean up a little. Don't need to include fetch.h any more, and I can't | David E. O'Brien | 2002-11-06 | 1 | -7/+0 |
| * | Break fileGetURL() out into its own file so that pkg_install/lib consumers | David E. O'Brien | 2002-11-06 | 3 | -113/+145 |
| * | Whitespace cleanup | Dag-Erling Smørgrav | 2002-10-29 | 1 | -5/+5 |
| * | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | Garrett Wollman | 2002-09-21 | 1 | -2/+2 |
| * | Sigh, finally activate pkgwrap.c. | Maxim Sobolev | 2002-09-09 | 1 | -1/+1 |
| * | Introduce notion of the package tools revision and allow to wrap all tools | Maxim Sobolev | 2002-09-09 | 2 | -0/+99 |
| * | Don't treat unknown commands as fatal errors: they are probably just | Kris Kennaway | 2002-08-31 | 1 | -2/+3 |
| * | Grrr.... mumble.... a linger gzip'ism still existed. | David E. O'Brien | 2002-08-26 | 1 | -1/+1 |
| * | Find remaining hardcoded gzip bits and change to bzip2 bits. | David E. O'Brien | 2002-08-25 | 1 | -5/+8 |
| * | Preserve suid/gid permissions when extracting packages remotelly | Mario Sergio Fujikawa Ferreira | 2002-08-24 | 1 | -1/+1 |
| * | Ensure that origin field in the packing list structure is initialised. This | Maxim Sobolev | 2002-08-12 | 1 | -0/+1 |
| * | Fix typos; each file has at least one s/seperat/separat/ | Jens Schweikhardt | 2002-08-11 | 1 | -6/+6 |
| * | Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz. | Akinori MUSHA | 2002-08-04 | 1 | -1/+1 |
| * | C replacement for the Perl5 code. | Mark Murray | 2002-06-24 | 2 | -7/+134 |
| * | Eliminate free'ing already freed chunks. | Maxim Sobolev | 2002-05-22 | 1 | -2/+3 |
| * | - Make use of DEPOROGINs (if there are any) when installing package; | Maxim Sobolev | 2002-05-14 | 3 | -24/+139 |
| * | Mark all internal libraries with INTERNALLIB. | Ruslan Ermilov | 2002-05-13 | 1 | -5/+1 |
| * | replace __FUNCTION__ with standardized __func__. | Alfred Perlstein | 2002-05-11 | 5 | -23/+23 |
| * | fix build: | Alfred Perlstein | 2002-05-11 | 3 | -21/+23 |
| * | New feature: allow origins of all dependencies be recorded into package list | Maxim Sobolev | 2002-05-05 | 3 | -7/+32 |
| * | Handle PLIST_ORIGIN properly. | Maxim Sobolev | 2002-05-05 | 1 | -0/+4 |
| * | Add ability to query installed packages based on origin. | Maxim Sobolev | 2002-05-04 | 2 | -3/+21 |
| * | Fix SCM ID's. | David E. O'Brien | 2002-04-01 | 10 | -51/+30 |
| * | Make sortdeps() working with dependency lists containing one or no elements. | Maxim Sobolev | 2002-02-20 | 1 | -1/+4 |
| * | Choose more paranoid modes for the temporary directory so the user can't | Jordan K. Hubbard | 2001-11-22 | 1 | -1/+1 |
| * | Improve recently committed fix for -t bug. | Maxim Sobolev | 2001-11-15 | 1 | -1/+1 |
| * | Make `-t' flag in pkg_*(1) tools actually working. | Maxim Sobolev | 2001-10-11 | 1 | -1/+2 |
| * | - Introduce a notion of `packing list format version'. This allows making | Maxim Sobolev | 2001-10-10 | 4 | -12/+103 |
| * | WARNS=2 cleanup. | Maxim Sobolev | 2001-10-10 | 10 | -94/+92 |
| * | Various fixes and improvements: | Maxim Sobolev | 2001-09-19 | 2 | -10/+87 |