Age | Commit message (Expand) | Author |
2005-09-14 | document @pkgpath | Marc Espie |
2005-09-14 | typo, let @pkgpath work. | Marc Espie |
2005-09-14 | filter names out first, as it's slightly faster | Marc Espie |
2005-09-13 | more Package/FatPackage common code: separate the proxy 'next' into two | Marc Espie |
2005-09-13 | typo, fix fat packages reading. | Marc Espie |
2005-09-13 | use wipe_info() instead of hand-killing directories. | Marc Espie |
2005-09-13 | use grabPlist, avoid getting anything else. | Marc Espie |
2005-09-13 | grabPlist shall behave like find. | Marc Espie |
2005-09-13 | Repository::Installed class, to provide uniform access to installed | Marc Espie |
2005-09-13 | yet more uniform names. | Marc Espie |
2005-09-13 | don't actively avoid the Composite Pattern. | Marc Espie |
2005-09-13 | new class: PackageRepositoryList, of which pkgpath is one instance. | Marc Espie |
2005-09-13 | make grabPlist slightly smarter so that we can still open the package | Marc Espie |
2005-09-13 | allows grabbing a packing-list directly, without needing to go through | Marc Espie |
2005-09-13 | some long-delayed clean-up of this code. | Marc Espie |
2005-09-11 | downgrade @pkgdep from deprecated to actual error. | Marc Espie |
2005-09-09 | zap dup. From Bernd Ahlers | Marc Espie |
2005-09-08 | - make SYNOPSIS match usage() and tweak DESCRIPTION accordingly | Jason McIntyre |
2005-09-08 | typo, from Bernd Ahlers | Marc Espie |
2005-09-07 | use `pkg-name' rather than `pkgname' here, for consistency with other | Jason McIntyre |
2005-09-07 | copy new annotations over. | Marc Espie |
2005-09-07 | sort options and sync usage(); | Jason McIntyre |
2005-09-07 | sort options and sync usage(); | Jason McIntyre |
2005-09-07 | sort options, and sync usage(); | Jason McIntyre |
2005-09-05 | Missing -F installed test. | Marc Espie |
2005-09-04 | zap duplicate code | Marc Espie |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-08-29 | correctly trim old p* versions of packages. | Marc Espie |
2005-08-22 | Protect against more signals. Mark them as caught in a unified message. | Marc Espie |
2005-08-22 | protect against $pkgname not being defined. | Marc Espie |
2005-08-22 | likewise, report only the first three files | Marc Espie |
2005-08-22 | while scanning a potential package, process issues anyways: | Marc Espie |
2005-08-22 | maintain a counter of problems encountered per-filesystem. | Marc Espie |
2005-08-22 | parse mount entry correctly even if space left is negative | Marc Espie |
2005-08-21 | catch QUIT, HUP, KILL, TERM along with INT, remove the temp dirs, then die. | Marc Espie |
2005-08-19 | remove tempdir right away if it turns out we're not dealing with a | Marc Espie |
2005-08-19 | trap SIGINT so that tempdirs get removed. | Marc Espie |
2005-08-17 | fix a few typos. | Marc Espie |
2005-08-17 | drop paragraph about ftp-proxy. | Marc Espie |
2005-08-17 | document new method | Marc Espie |
2005-08-17 | better message when we can't resolve a stem, taken from pkg_delete. | Marc Espie |
2005-08-17 | reuse compute_closure | Marc Espie |
2005-08-17 | we have a much more accurate image of stuff in -n mode, so we can | Marc Espie |
2005-08-17 | clean-up, move the compute_closure code to RequiredBy, since it's | Marc Espie |
2005-08-17 | works better with the actual file. | Marc Espie |
2005-08-17 | when looking for updates, select the best version: we know what to do | Marc Espie |
2005-08-17 | if we can't read the packing-list, it's because it's a bad pkgname. | Marc Espie |
2005-08-17 | ftp-proxy misbehavior is of the past. | Marc Espie |
2005-08-17 | save architecture as well for ExtraInfo, so that pkg_add -u won't try | Marc Espie |
2005-08-17 | document RequiredBy module. | Marc Espie |