Age | Commit message (Expand) | Author |
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 |
2004-12-17 | better collision reports. | Marc Espie |
2004-12-16 | if -f installed, don't treat reinstallation as errors. | Marc Espie |
2004-12-16 | better conflict: conflict with partial installations, always conflict with | Marc Espie |
2004-12-16 | save depend information into cache when package is installed. | Marc Espie |
2004-12-16 | both borked.* and partial-* are recognized. | Marc Espie |
2004-12-16 | renamed borked_installation from borked.n to partial-<pkgname> ... | Marc Espie |
2004-12-15 | move -n down into RequiredBy and PackingList (as $main::not, since we | Marc Espie |
2004-12-14 | rewrite code to cache files internally, to avoid going to disk all the | Marc Espie |
2004-12-13 | pull all the conflict checking code into one single function, makes | Marc Espie |
2004-12-13 | since we store dependencies we looked at, show them in the clue() message, | Marc Espie |
2004-12-13 | fix test for syswrite errors: zero returns are legitimate. | Marc Espie |
2004-12-13 | avoid brutal exits from loop. | Marc Espie |
2004-12-12 | cvs expands $OpenBSD...$, so move the variable defs up so that they don't | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-11 | implement zeroes blocks detection | Marc Espie |
2004-12-10 | sync usage(); | Jason McIntyre |
2004-12-09 | make -f scripts work again, and document it properly in both pkg_add and | Marc Espie |
2004-12-09 | while upgrading, protect deletion in an eval: we've got an extract | Marc Espie |
2004-12-07 | wrap pkg_add usage. | Marc Espie |
2004-12-07 | postpone check of conflicts until we have a packing-list. | Marc Espie |
2004-12-07 | do like the manpage says, don't add a @name if we already got one. | Marc Espie |
2004-12-06 | explicit clue() for people running 3.6 packages with current pkg_add. | Marc Espie |
2004-12-06 | forgot -h for pkg_info. | Marc Espie |
2004-12-06 | Usage | Marc Espie |
2004-12-02 | Add quotes to unconfuse pkg_create error message. | Marc Espie |
2004-12-02 | Vstat API changed slightly. Found out by fries@ | Marc Espie |
2004-12-02 | wipe old .Xr's; ok espie@. | Xavier Santolaria |
2004-12-02 | don't try to validate_plist if not needed at all. | Marc Espie |
2004-12-02 | cosmetic: shows old and new package name, plus signatures. | Marc Espie |
2004-12-02 | make sure we don't call Update::is_needed if we're not doing pkg_add -r. | Marc Espie |
2004-12-01 | allow stuff to recreate a package from an installed CONTENTS: since | Marc Espie |
2004-11-27 | tweak very verbose output. | Marc Espie |
2004-11-27 | if the package is already installed, check whether updating it makes sense: | Marc Espie |
2004-11-27 | record sample/extra directories if !extra, so that SharedItems won't warn | Marc Espie |