Age | Commit message (Expand) | Author |
2014-07-27 | - log libraries in a proper way | Marc Espie |
2014-07-14 | unhardcode db paths. | Marc Espie |
2014-07-13 | bundling base + packages was slow, as it needed to find lots of files. | Marc Espie |
2014-07-12 | so, pkg_check can now troll thru the whole file system. Either use | Marc Espie |
2014-07-11 | use the merged 4.4BSD.dist mtree if BSD.local is gone | Marc Espie |
2014-04-15 | catch directories we don't have the right to enter instead of letting Find | Marc Espie |
2014-04-14 | tweak the file system walker to be able to walk from /, assuming -s src | Marc Espie |
2014-03-18 | remove $_ usage that warns under perl 5.18 | Marc Espie |
2014-02-10 | pattern for "our" temporary files is not random... get it out of the | Marc Espie |
2014-01-10 | likewise. this is useless | Marc Espie |
2014-01-09 | bump copyright to 2014 | Marc Espie |
2014-01-02 | zap PKG_PREFIX (undocumented and unused, now) | Marc Espie |
2013-12-25 | move the choice of signature type for checking into one single place | Marc Espie |
2013-09-11 | pkglocatedb should be installable even if nothing is there... | Marc Espie |
2013-05-26 | add B: to the list of options actually handled. | Marc Espie |
2012-11-06 | sort options; ok espie | Jason McIntyre |
2012-11-06 | do interactivity like for the others. | Marc Espie |
2012-04-16 | supplementary code for Samples | Marc Espie |
2012-04-16 | use explicit pattern to avoid huge results from pkg_locate we will | Marc Espie |
2012-04-16 | display truely unknown stuff first | Marc Espie |
2012-04-16 | new glue: figure out how to install pkglocatedb on our own (if not | Marc Espie |
2012-01-07 | sloppy Ingo, whatis.db + whatis.index | Marc Espie |
2011-11-26 | a second missing $state... | Marc Espie |
2011-11-26 | fix reporting of weird libs in partial-*, as seen by fries@, | Marc Espie |
2011-07-17 | protect against really weird packing-lists | Marc Espie |
2011-06-27 | compute checksum in plist's existing checksum class, so that very old | Marc Espie |
2010-12-29 | more stuff that uses print directly dies | Marc Espie |
2010-12-24 | pass state around. | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-12-05 | tweak the framework so that individual modules don't exist and return | Marc Espie |
2010-10-02 | don't try to read bogus stuff, we already errored out on it | Marc Espie |
2010-07-12 | missed one next -> return, as noticed by marco@ | Marc Espie |
2010-07-08 | use more natural English in messages; ok espie@ | Stuart Henderson |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie |
2010-06-30 | whitespace cleanup | Marc Espie |
2010-06-25 | new style | Marc Espie |
2010-06-18 | buglet: Log object needs a printer to run f(). | Marc Espie |
2010-06-15 | handle lost+found | Marc Espie |
2010-06-15 | it's okay for partial- packages to be a bit weird... | Marc Espie |
2010-06-15 | more printing changes. | Marc Espie |
2010-06-14 | log must use ->f | Marc Espie |
2010-06-10 | next -> return after code change (noticed by Antti Harri) | Marc Espie |
2010-06-09 | wrap most stuff read from files in safe(), so that if the fs is in a bad shape, | Marc Espie |
2010-06-09 | check digital signatures, document that | Marc Espie |
2010-06-09 | ui changes: go thru a state object for most printouts | Marc Espie |
2010-06-07 | be a bit more specific about documenting this program | Marc Espie |
2010-06-07 | factor common code for dependency adjustment | Marc Espie |
2010-06-07 | check reverse dependencies as well | Marc Espie |
2010-06-07 | check symlinks upfront, so we don't warn if they don't exist, assuming | Marc Espie |
2010-06-07 | fix interactive | Marc Espie |