Age | Commit message (Expand) | Author |
2006-02-16 | validate() can also take sample files into account. | Marc Espie |
2006-02-09 | Turn validate_plist() into a real visitor that calls validate() for each | Marc Espie |
2005-12-05 | make sure set_modes always get called for a `real' extraction. | Marc Espie |
2005-11-02 | In case we are pretending, make sure we skip to the next archive member. | Marc Espie |
2005-11-02 | Simplify OpenBSD::PackingElement::Sysctl::install(). | Bernd Ahlers |
2005-10-19 | mark links being extracted with `zap', so that they do not get recorded | Marc Espie |
2005-09-24 | pass actual items to prepare_long and check_name so that we can also | Marc Espie |
2005-09-04 | zap duplicate code | Marc Espie |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-08-22 | maintain a counter of problems encountered per-filesystem. | Marc Espie |
2005-08-16 | in case we're pretending to install, there's no borked package to create. | Marc Espie |
2005-08-13 | symlinks and hardlinks do not have an md5 | Marc Espie |
2005-08-13 | don't set $file->{cwd} until *after* we're sure it's defined. | Marc Espie |
2005-08-07 | wrapper around Ustar that replaces long names/links with LongName#/LongLink#. | Marc Espie |
2005-08-05 | Make sure $totsize != 0, even if the package does not contain any actual | Marc Espie |
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 |