Age | Commit message (Expand) | Author |
2005-01-22 | do not clean-up shared items in pretend mode (for now, need extra logic | Marc Espie |
2005-01-22 | explicitly shows fragment names that were not found. | Marc Espie |
2005-01-16 | allow locking of database in quiet mode, where we don't display any | Marc Espie |
2005-01-14 | `big lock' model: lock the whole db for reading/writing. | Marc Espie |
2005-01-13 | just mark it down when we can't install a package, instead of trying | Marc Espie |
2005-01-13 | let collision reports give the name of the package they're trying to | Marc Espie |
2005-01-03 | - use .Bk/.Ek to keep SYNOPSIS tidy | Jason McIntyre |
2005-01-03 | rename -f -> -F | Marc Espie |
2004-12-29 | show `reading plist' while deleting packages, since we can do this easily, | Marc Espie |
2004-12-29 | remove vreaddir support, since library lookup no longer needs it. | Marc Espie |
2004-12-29 | round number of stars immediately, avoids off-by-1 display error. | Marc Espie |
2004-12-28 | add a boguslibs forced option, that rescans packages for libraries | Marc Espie |
2004-12-28 | clearer error/warning | Marc Espie |
2004-12-28 | improve message quality: don't say we can't update stuff when we are going | Marc Espie |
2004-12-28 | synchronize conflict lists when we add/remove anything. | Marc Espie |
2004-12-27 | allow pkg_add -r to proceed even if there's more than one conflict. | Marc Espie |
2004-12-27 | recover from a nasty problem, allow people to delete package even if | Marc Espie |
2004-12-27 | better message | Marc Espie |
2004-12-27 | if we can't read this packing-list, this is not really an issue. | Marc Espie |
2004-12-27 | use delete, not undef, to update installed_packages correctly... | Marc Espie |
2004-12-26 | put the compress 0 codes into a specific object. Handles the case where | Marc Espie |
2004-12-26 | simplify BUGS message, especially since it is not accurate any longer. | Marc Espie |
2004-12-26 | be less verbose by default: no need to show the look-ups in dependent | Marc Espie |
2004-12-22 | keep less stuff around for -e pkgpath. | Marc Espie |
2004-12-21 | fix nasty cache-out-of-sync bug. | Marc Espie |
2004-12-21 | if we can't get this packing-list, this is not dramatic | Marc Espie |
2004-12-21 | oops, really cache stuff. | Marc Espie |
2004-12-21 | correct checks to allow for a package to replace several packages. | Marc Espie |
2004-12-20 | allow a replacing package to replace several packages, in principle: | Marc Espie |
2004-12-20 | plug more handle leaks. | Marc Espie |
2004-12-20 | plug fd leak. | Marc Espie |
2004-12-20 | remember to close what should be closed... | Marc Espie |
2004-12-20 | store pkgname in handle directly, so that we can delete the packing-list | Marc Espie |
2004-12-20 | repair error message: set_pkgname so that we don't report for the last | Marc Espie |
2004-12-20 | don't display some details in -n mode unless very verbose. | Marc Espie |
2004-12-20 | keep a hash of installed packages, so that we can refuse to replace a | Marc Espie |
2004-12-19 | sanity check: in -n mode, we end up replacing stuff that doesn't exist ? | Marc Espie |
2004-12-19 | don't create path if -n. | Marc Espie |
2004-12-19 | simplify solve_dependencies: always compute to_install array (it is | Marc Espie |
2004-12-19 | move conflict code to PkgCfl. | Marc Espie |
2004-12-18 | reflect reality. | Marc Espie |
2004-12-18 | kitchensink mode will proceed if it can't find a dependent package... | Marc Espie |
2004-12-18 | if we can't find a package, and it's there to solve a dependency, | Marc Espie |
2004-12-18 | document kitchensink option | 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-18 | oops, don't compute fullname unless we know we can. | Marc Espie |
2004-12-18 | implement special `kitchensink' option for testers. | Marc Espie |
2004-12-18 | basic code to handle legacy .libs-* packages: figure out what collisions | Marc Espie |
2004-12-17 | can postpone grabbing conflict keys. | Marc Espie |