Age | Commit message (Expand) | Author |
2005-06-21 | move Arch->check() up to Packingelement, so that it can be called anywhere, | Marc Espie |
2005-06-12 | test that archive->next() worked, and explicitly throw a `truncated archive' | Marc Espie |
2005-02-07 | take size of metainfo into account when checking if the file system is | Marc Espie |
2005-01-13 | let collision reports give the name of the package they're trying to | Marc Espie |
2004-12-20 | don't display some details in -n mode unless very verbose. | Marc Espie |
2004-12-18 | display something when files ought to get moved in -n. | Marc Espie |
2004-12-18 | ignore size issues in kitchensink pretend mode. | Marc Espie |
2004-12-17 | better collision reports. | Marc Espie |
2004-12-16 | renamed borked_installation from borked.n to partial-<pkgname> ... | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-02 | Vstat API changed slightly. Found out by fries@ | Marc Espie |
2004-11-22 | implement global repository for shared libraries. | Marc Espie |
2004-11-18 | support depend (similar to libdepend and newdepend) and wantlib: | Marc Espie |
2004-11-14 | pass full item to CollisionReport, so that it can compute md5 for files | Marc Espie |
2004-11-13 | look for available registered libraries, not other stuff. | Marc Espie |
2004-11-13 | use lastname as I should. | Marc Espie |
2004-11-13 | cwd() function so that further changes to internal storage won't matter | Marc Espie |
2004-11-13 | move borked_installation over to common routines, prepare it for | Marc Espie |
2004-11-12 | be saner wrt directory creation during pkg updates: | Marc Espie |
2004-11-11 | move collision reporter to a separate file, so that it doesn't get loaded | Marc Espie |
2004-11-11 | File::Copy use moves as well. | Marc Espie |
2004-11-11 | need to move collision_report over as well, and use PackageInfo routines. | Marc Espie |
2004-11-11 | move some code from pkg_add to OpenBSD/Add.pm, for symetry with pkg_delete. | Marc Espie |
2004-11-11 | introduce shortcuts to read/write contents from_installation/to_installation | Marc Espie |
2004-11-06 | oops. Thanks krw. | Marc Espie |
2004-11-06 | die if moving tempfiles doesn't work. | Marc Espie |
2004-11-06 | zap tempname once we've moved the file. | Marc Espie |
2004-11-06 | mark whole state for `replacing' so that only file entries get tempname | Marc Espie |
2004-11-01 | pkg_add may need to clean up shared items now that it can delete old stuff. | Marc Espie |
2004-11-01 | move all the checking prior to extraction to a `prepare_to_extract' function. | Marc Espie |
2004-11-01 | handle the case of symlinks. | Marc Espie |
2004-11-01 | separate `extract' routine that can put an archive in temporary files | Marc Espie |
2004-11-01 | reorg pkg_add slightly, put all options into state so that we don't need | Marc Espie |