Age | Commit message (Expand) | Author |
2010-06-06 | clean-up into smaller functions | Marc Espie |
2010-06-06 | more checks: verify links. | Marc Espie |
2010-06-06 | actually pkg_check now | Marc Espie |
2010-06-06 | oops, make sure we have wpa before using it. | Marc Espie |
2010-06-05 | empty plist is bad too. | Marc Espie |
2010-06-05 | last piece | Marc Espie |
2010-06-05 | move files after a discussion with Theo. | Marc Espie |
2010-06-05 | tweak previous; | Jason McIntyre |
2010-06-05 | modern syntax | Marc Espie |
2010-06-05 | roughly halfway through dependencies check (really need to handle | Marc Espie |
2010-06-05 | usage line and error out if pkg foo. | Marc Espie |
2010-06-05 | use lock_db(unshared), since we may tweak things | Marc Espie |
2010-06-05 | new command pkg_fsck, very incomplete for now. Runs only very basic checks. | Marc Espie |
2010-06-05 | add working cartwheel | Marc Espie |
2010-06-05 | be more specific as to what we keep. Less flicker in working | Marc Espie |
2010-06-05 | interface tweaks: | Marc Espie |
2010-06-05 | move use to common part | Marc Espie |
2010-06-05 | have subst return a handle to written file | Marc Espie |
2010-06-05 | Move ask_list() method to $state object like it's done for confirm(), so | Landry Breuil |
2010-06-05 | +diff | Marc Espie |
2010-06-05 | document front-end changes | Marc Espie |
2010-06-04 | centralize checking of packagenames. Avoid grabbing pkgnames that won't | Marc Espie |
2010-06-04 | add ->spec to Conflict and use the same check as for depend during pkg_create. | Marc Espie |
2010-06-04 | move code around, so that commands can be used as modules. | Marc Espie |
2010-05-10 | zap trailing whitespace; | Jason McIntyre |
2010-05-10 | whitespace fixes | Marc Espie |
2010-05-10 | document that INSTALL/DEINSTALL scripts are dead. | Marc Espie |
2010-05-10 | typo | Marc Espie |
2010-04-24 | pieces required for resolve-lib (reuse code for consistency) | Marc Espie |
2010-04-24 | more tweaks so that it can be extended and used during ports builds | Marc Espie |
2010-04-24 | refactor LibSpec to be able to reuse it for library matches during build: | Marc Espie |
2010-04-24 | + pkg_add, for dpb | Marc Espie |
2010-04-24 | simplify using //= | Marc Espie |
2010-04-19 | move Composite pattern (auto-visitor) into its own subclass | Marc Espie |
2010-04-17 | work-around !found error. | Marc Espie |
2010-04-10 | finding dep in old names like this actually means we are replacing with | Marc Espie |
2010-04-10 | avoid some loops. | Marc Espie |
2010-04-10 | work around a limitation of tracker/updateset: hints are tagged as to_update. | Marc Espie |
2010-04-05 | new keyword, @ask-update, to be used *very* sparingly (so far, only useful | Marc Espie |
2010-04-05 | auto-format manpages with /usr/local/bin/groff if -DUSE_GROFF=1 | Marc Espie |
2010-04-05 | add an extra "mandoc" category that behaves exactly like man for now (to | Marc Espie |
2010-04-05 | clean-up validate_plists a bit, so that it starts with a clean state. | Marc Espie |
2010-03-23 | fix callback. This one isn't called that often actually. | Marc Espie |
2010-03-22 | clean up the ProgressMeter code, create a specific class if a Term | Marc Espie |
2010-03-20 | if a package already contains an url marker (say, local stuff recreated), | Marc Espie |
2010-03-07 | erase to the end of "previous line". Avoid dangling % after displaying 100%. | Marc Espie |
2010-03-06 | match_locations doesn't work on invalid specs, so don't go there | Marc Espie |
2010-03-06 | fix very stupid typo | Marc Espie |
2010-03-06 | don't go up to column 80, until we ask Term::Cap properly for what's going | Marc Espie |
2010-03-06 | consistent error. exit(1) if something bad happened. | Marc Espie |