Age | Commit message (Expand) | Author |
2007-05-28 | oops, can't copy CONTENTS twice | Marc Espie |
2007-05-28 | always create packing-lists with a `contents' entry. | Marc Espie |
2007-05-28 | split off handle creation (for added packages) into its own routine. | 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 | errors can now be a local variable | Marc Espie |
2007-05-27 | Simplify the mess that deals with alaready installed packages. | Marc Espie |
2007-05-27 | store replaced packages inside the UpdateSet directly. | Marc Espie |
2007-05-27 | depend more stuff off handle. | Marc Espie |
2007-05-27 | finish converting most things in pkg_add to the `handle' form, so | Marc Espie |
2007-05-27 | move the dependency solver up to the handle | Marc Espie |
2007-05-26 | pass more handle through | Marc Espie |
2007-05-26 | simplify error logic a bit more, always let prepare_to_add return a | Marc Espie |
2007-05-26 | oops, fix: pass handle instead of location to can_install. | Marc Espie |
2007-05-26 | base tests on $handle->has_error instead of $errors. | Marc Espie |
2007-05-26 | give a more descriptive name to function, we're past abreviations | Marc Espie |
2007-05-25 | until people finally fix their @group issues in packages, at least refuse | Marc Espie |
2007-05-25 | Pass the handle to can_install, so that it can fill in errors (the package | Marc Espie |
2007-05-25 | start cleaning up the mess that is error-handling when installing packages. | Marc Espie |
2007-05-25 | move the mode checker code from pkg_create into ArcCheck, so that pkg_add | Marc Espie |
2007-05-25 | also rename this one for further wrapping | Marc Espie |
2007-05-25 | rename `handle' to `location' in preparation for wrapping it in a | Marc Espie |
2007-05-24 | place holder for signature checking | Marc Espie |
2007-05-24 | catch up and rethrow Packing-List read issues with the filename when | Marc Espie |
2007-05-23 | fiddle with SharedLibs name, put common code into a common place in | Marc Espie |
2007-05-23 | use autovivify | Marc Espie |
2007-05-22 | remove duplicate -M entry from set_usage(); ok espie | Jason McIntyre |
2007-05-22 | zap references to pkgdep. Packing-Lists no longer even record it, anyways. | Marc Espie |
2007-05-22 | cleanup shared state a bit earlier. Shouldn't change much, but may help | Marc Espie |
2007-05-22 | introduce a SharedItemsRecorder (put it into Vstat, since that's a file | Marc Espie |
2007-05-22 | mark `digitalsignature' as a known keyword, which helps me. | Marc Espie |
2007-05-22 | remove -h from set_usage(); | Jason McIntyre |
2007-05-22 | finish removing unused -h option | Marc Espie |
2007-05-20 | make the package tools more aware of manpages: handle names correctly, | Marc Espie |
2007-05-20 | move deptree and installed into state object | Marc Espie |
2007-05-20 | create specific `state' objects for pkg_add and pkg_delete, so that I can | Marc Espie |
2007-05-20 | placeholders for UpdateSet, once we have it. | Marc Espie |
2007-05-20 | both pkg_add and pkg_delete use Vstat, make it explicit. | Marc Espie |
2007-05-20 | compute list of dependencies to adjust just-in-time. | Marc Espie |
2007-05-20 | libs_to_check ? actually, never use it... | Marc Espie |
2007-05-20 | remove extra forwarding method that is no longer needed | Marc Espie |
2007-05-20 | zap old depend code I missed | Marc Espie |
2007-05-19 | move the code that handles dependencies registration into Dependencies | Marc Espie |
2007-05-19 | and I forgot this one | Marc Espie |