| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | wollman | 2002-09-21 | 1 | -2/+2 |
* | Sigh, finally activate pkgwrap.c. | sobomax | 2002-09-09 | 1 | -1/+1 |
* | Introduce notion of the package tools revision and allow to wrap all tools | sobomax | 2002-09-09 | 2 | -0/+99 |
* | Don't treat unknown commands as fatal errors: they are probably just | kris | 2002-08-31 | 1 | -2/+3 |
* | Grrr.... mumble.... a linger gzip'ism still existed. | obrien | 2002-08-26 | 1 | -1/+1 |
* | Find remaining hardcoded gzip bits and change to bzip2 bits. | obrien | 2002-08-25 | 1 | -5/+8 |
* | Preserve suid/gid permissions when extracting packages remotelly | lioux | 2002-08-24 | 1 | -1/+1 |
* | Ensure that origin field in the packing list structure is initialised. This | sobomax | 2002-08-12 | 1 | -0/+1 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -6/+6 |
* | Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz. | knu | 2002-08-04 | 1 | -1/+1 |
* | C replacement for the Perl5 code. | markm | 2002-06-24 | 2 | -7/+134 |
* | Eliminate free'ing already freed chunks. | sobomax | 2002-05-22 | 1 | -2/+3 |
* | - Make use of DEPOROGINs (if there are any) when installing package; | sobomax | 2002-05-14 | 3 | -24/+139 |
* | Mark all internal libraries with INTERNALLIB. | ru | 2002-05-13 | 1 | -5/+1 |
* | replace __FUNCTION__ with standardized __func__. | alfred | 2002-05-11 | 5 | -23/+23 |
* | fix build: | alfred | 2002-05-11 | 3 | -21/+23 |
* | New feature: allow origins of all dependencies be recorded into package list | sobomax | 2002-05-05 | 3 | -7/+32 |
* | Handle PLIST_ORIGIN properly. | sobomax | 2002-05-05 | 1 | -0/+4 |
* | Add ability to query installed packages based on origin. | sobomax | 2002-05-04 | 2 | -3/+21 |
* | Fix SCM ID's. | obrien | 2002-04-01 | 10 | -51/+30 |
* | Make sortdeps() working with dependency lists containing one or no elements. | sobomax | 2002-02-20 | 1 | -1/+4 |
* | Choose more paranoid modes for the temporary directory so the user can't | jkh | 2001-11-22 | 1 | -1/+1 |
* | Improve recently committed fix for -t bug. | sobomax | 2001-11-15 | 1 | -1/+1 |
* | Make `-t' flag in pkg_*(1) tools actually working. | sobomax | 2001-10-11 | 1 | -1/+2 |