Age | Commit message (Expand) | Author |
2007-06-06 | tweak how copies happen: rename make_copy into make_shallow_copy, | Marc Espie |
2007-06-04 | a few missed $' / $` | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-06-01 | apply the same checks on extraction that are done during pkg_create | Marc Espie |
2007-06-01 | refactor ProgressMeter code to create objects, put these into state. | Marc Espie |
2007-05-31 | kill REQ script directly. I'm pretty sure it doesn't quite work anyways. | Marc Espie |
2007-05-31 | fix the saving of partial installs in case destdir is used. | Marc Espie |
2007-05-30 | simplify script handling a bit (they're going to disappear probably anyways). | Marc Espie |
2007-05-30 | simplify really_add to use real visitors for extraction and installation. | Marc Espie |
2007-05-30 | avoid setting partial directly when we can, use inheritance instead. | Marc Espie |
2007-05-30 | simplify the way partial installations get recorded: store elements | Marc Espie |
2007-05-30 | slightly better control over partial installations (still preparing for | Marc Espie |
2007-05-30 | separate the creation of the borked package and the Fatal. | Marc Espie |
2007-05-29 | rely on packing-lists knowing where they live, much saner. | Marc Espie |
2007-05-29 | don't bypass add_object to create special files, otherwise infodir won't | Marc Espie |
2007-05-28 | delay error reporting a bit more: try installing and deinstalling everything | Marc Espie |
2007-05-28 | lift up more of the dev checking code into Vstat. | Marc Espie |
2007-05-28 | clean up packing-list validation, call the methods `prepare_for_addition' | Marc Espie |
2007-05-27 | move packing-list validation to the UpdateSet level. | Marc Espie |
2007-05-22 | zap references to pkgdep. Packing-Lists no longer even record it, anyways. | Marc Espie |
2007-05-02 | $o->method() becomes $o->method | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-02-24 | UI improvement: in case the disk overflows, let tally give information | Marc Espie |
2006-12-05 | use lstat for symbolic links; fixes uninitialized uid/gid. | Steven Mestdagh |
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 |