Age | Commit message (Expand) | Author |
2007-06-01 | very small clean-up of dependencies list handling. | Marc Espie |
2007-06-01 | apply the same checks on extraction that are done during pkg_create | Marc Espie |
2007-06-01 | don't store stuff in the plist, use the handle which is there for that. | Marc Espie |
2007-06-01 | micro-optimizations | Marc Espie |
2007-06-01 | refactor ProgressMeter code to create objects, put these into state. | Marc Espie |
2007-06-01 | no need to require ProgressMeter twice. | Marc Espie |
2007-05-31 | look up for old libraries last, so that we do not get tied to old stuff | Marc Espie |
2007-05-31 | simplify the handling of shared libs: there's no need to register each | Marc Espie |
2007-05-31 | move set validation earlier (in fact, it probably doesn't belong in | Marc Espie |
2007-05-31 | don't bother registering files that have tempnames. The real files don't/no | Marc Espie |
2007-05-31 | oops, move realname up so that ::Sample sees it too. | 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-31 | a few cosmetic changes, move realname over to PackingElement to be | 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 | don't bother not copying the pkgname, we're going to overwrite it anyways. | Marc Espie |
2007-05-30 | new functionality: copy elements of packing-lists to a new plist if they | Marc Espie |
2007-05-30 | allow for removing colliding files... very dangerous. | 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-30 | redo keep_old_files as a visitor. Copy more stuff over. | Marc Espie |
2007-05-30 | move close methods so that error paths can proceed on Repository::Installed. | Marc Espie |
2007-05-29 | In update mode, restore previous behavior: some updated packages may have | 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-29 | set_infodir only if plist got defined. | Marc Espie |
2007-05-29 | a few more details so that infodirs become useful. | Marc Espie |
2007-05-29 | clean-up SpecialFile a bit: make sure the name passed during creation is | Marc Espie |
2007-05-29 | downgrade `can't find +DISPLAY' to a warning until I figure things out. | Marc Espie |
2007-05-29 | don't use 0 as an error number. | 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 | always create packing-lists with a `contents' entry. | Marc Espie |
2007-05-28 | clean up packing-list validation, call the methods `prepare_for_addition' | Marc Espie |
2007-05-27 | so save_old_libs becomes the first routine to handle full UpdateSets. | Marc Espie |
2007-05-27 | oops, save_old_libs is now set dependent, we no longer store old packages | Marc Espie |
2007-05-27 | move computation of header to a separate function. | Marc Espie |
2007-05-27 | move packing-list validation to the UpdateSet level. | Marc Espie |
2007-05-27 | comment out some of this code. Currently, we don't know how to recover | Marc Espie |
2007-05-27 | group packing-list validation for replaced packages with added one. | Marc Espie |
2007-05-27 | rename $state->{replace} to $state->{allow_replacing}, which matches intent | Marc Espie |
2007-05-27 | Simplify the mess that deals with alaready installed packages. | Marc Espie |
2007-05-27 | depend more stuff off handle. | Marc Espie |
2007-05-26 | simplify error logic a bit more, always let prepare_to_add return a | Marc Espie |
2007-05-26 | base tests on $handle->has_error instead of $errors. | Marc Espie |
2007-05-25 | until people finally fix their @group issues in packages, at least refuse | Marc Espie |
2007-05-25 | start cleaning up the mess that is error-handling when installing packages. | Marc Espie |