Age | Commit message (Expand) | Author |
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 |
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 |