Age | Commit message (Expand) | Author |
2005-08-05 | fix splitting bug | Marc Espie |
2005-08-05 | Make sure $totsize != 0, even if the package does not contain any actual | Marc Espie |
2005-07-26 | switch .libs stubs package over to new COMMENT format. | Marc Espie |
2005-07-25 | common code for all device handling. | Marc Espie |
2005-07-24 | deal with a special case, where we are replacing files with changed md5: | Marc Espie |
2005-07-20 | support for fifo and character/block devices. | Marc Espie |
2005-06-29 | make Getopt show full option name. | Marc Espie |
2005-06-26 | Handle hard links correctly: the names need to be aliased correctly for | Marc Espie |
2005-06-26 | expose the name aliasing operation, since it can be useful. | Marc Espie |
2005-06-26 | select fat package based on name too. | Marc Espie |
2005-06-26 | handle fat packages based on architecture. | Marc Espie |
2005-06-26 | faster fat package finder | Marc Espie |
2005-06-21 | move Arch->check() up to Packingelement, so that it can be called anywhere, | Marc Espie |
2005-06-21 | when writing store the file `real name' on the filesystem, which | Marc Espie |
2005-06-20 | flesh out the destdir() working. Provide a convenience close() method. | Marc Espie |
2005-06-18 | maintain correspondence between original archive file names and rewritten | Marc Espie |
2005-06-18 | more sanity checks, don't truncate names silently. | Marc Espie |
2005-06-18 | fix prefix/name cut (found out by aanriot) | Marc Espie |
2005-06-13 | add copy method, and document it. | Marc Espie |
2005-06-13 | if this is not a `real' file, override the size entry with a zero. | Marc Espie |
2005-06-13 | fix archive header writing. | Marc Espie |
2005-06-13 | almost working... | Marc Espie |
2005-06-13 | $entry->{cwd} support while writing, for symetry. | Marc Espie |
2005-06-13 | we can determine if an entry will be stored as a HardLink at prepare() time, | Marc Espie |
2005-06-13 | interface more symetric to reading. | Marc Espie |
2005-06-13 | UStar writer, all the flesh, thoroughly untested yet, reading unaffected... | Marc Espie |
2005-06-13 | provide reverse lookup services, as a simple extension (to be used | Marc Espie |
2005-06-12 | test that archive->next() worked, and explicitly throw a `truncated archive' | Marc Espie |
2005-03-14 | report/ignore broken packing-lists. | Marc Espie |
2005-02-26 | cosmetic clean-up | Marc Espie |
2005-02-09 | in case some md5 don't match, keep the offending files around as a | Marc Espie |
2005-02-07 | make updatedepends slightly safer: note which packages may have bogus | Marc Espie |
2005-02-07 | take size of metainfo into account when checking if the file system is | Marc Espie |
2005-01-16 | allow locking of database in quiet mode, where we don't display any | Marc Espie |
2005-01-14 | `big lock' model: lock the whole db for reading/writing. | Marc Espie |
2005-01-13 | let collision reports give the name of the package they're trying to | Marc Espie |
2004-12-29 | show `reading plist' while deleting packages, since we can do this easily, | Marc Espie |
2004-12-29 | remove vreaddir support, since library lookup no longer needs it. | Marc Espie |
2004-12-29 | round number of stars immediately, avoids off-by-1 display error. | Marc Espie |
2004-12-28 | add a boguslibs forced option, that rescans packages for libraries | Marc Espie |
2004-12-28 | clearer error/warning | Marc Espie |
2004-12-28 | improve message quality: don't say we can't update stuff when we are going | Marc Espie |
2004-12-28 | synchronize conflict lists when we add/remove anything. | Marc Espie |
2004-12-27 | if we can't read this packing-list, this is not really an issue. | Marc Espie |
2004-12-27 | use delete, not undef, to update installed_packages correctly... | Marc Espie |
2004-12-26 | put the compress 0 codes into a specific object. Handles the case where | Marc Espie |
2004-12-21 | fix nasty cache-out-of-sync bug. | Marc Espie |
2004-12-21 | if we can't get this packing-list, this is not dramatic | Marc Espie |
2004-12-21 | oops, really cache stuff. | Marc Espie |
2004-12-21 | correct checks to allow for a package to replace several packages. | Marc Espie |