Age | Commit message (Expand) | Author |
2009-10-12 | more handle -> newer. | Marc Espie |
2009-10-12 | more simple uses of set->newer | Marc Espie |
2009-10-12 | looking through installed packages is cool, but remember to filter out | Marc Espie |
2009-10-12 | tweak previous; | Jason McIntyre |
2009-10-11 | new mode of operation: fuzzy addition. Allows adding packages even if | Marc Espie |
2009-10-11 | -M before -m | Jason McIntyre |
2009-10-11 | document stem--flavor | Marc Espie |
2009-10-11 | document -m | Marc Espie |
2009-10-11 | option -m will show only packages tagged as manual installations. | Marc Espie |
2009-10-11 | repair tagging of user-specified packagenames, so that manual-install actuall... | Marc Espie |
2009-10-11 | opt_m ? what's that ? | Marc Espie |
2009-10-11 | maybe I'll change the code later (two XXX), but allows flavor after stem, | Marc Espie |
2009-10-11 | need to save more stuff about updateset for complicated upgrade scenarios. | Marc Espie |
2009-10-11 | get really_add to deal with lists of newer packages in updateset | Marc Espie |
2009-10-11 | prepare for full UpdateSet (loop over newer) | Marc Espie |
2009-10-11 | fix arguments order | Marc Espie |
2009-10-11 | don't copy digital sig over when it makes no sense... | Marc Espie |
2009-10-11 | store localbase in solver, in preparation to multiple handles. | Marc Espie |
2009-10-11 | use older_names | Marc Espie |
2009-10-11 | overlay extract/delete/install messages, for shorter reports in normal mode | Marc Espie |
2009-10-11 | store installed packages in a hash, since we have simple keys for that. | Marc Espie |
2009-10-11 | move a bit of code around, update (C) | Marc Espie |
2009-10-10 | have modifiers return self so we can chain them | Marc Espie |
2009-09-07 | Don't print package comment when -q is given, and no other option is | Landry Breuil |
2009-08-24 | URI-decode the filenames in the listing used for HTTP pkg_add updates. | Stuart Henderson |
2009-07-03 | allow pkg_mklocatedb -p to work again; from espie@ | Christian Weisgerber |
2009-06-25 | pkgpath are only used for updates, so matching should only be pkgpath vs | Marc Espie |
2009-06-10 | zap double /, as noticed by brad | Marc Espie |
2009-06-10 | fix dewey comparison for suffixes (no early return) | Marc Espie |
2009-06-06 | fix direct pkgpath case | Marc Espie |
2009-06-06 | quick path for pkg cfl: check whether the new package conflicts with | Marc Espie |
2009-06-06 | my $_, except for the server code, which could still run on older perl | Marc Espie |
2009-06-04 | Canonicalise package names when comparing them against the package database. | wcmaier |
2009-06-03 | rewind DATA, so that the next scp: url will have code to connect to... | Marc Espie |
2009-05-24 | put back the ambiguous message in non-interactive mode | Marc Espie |
2009-05-11 | remove an extraneous slash from the requested URL; some strict proxies | Stuart Henderson |
2009-05-09 | zap trailing whitespace; | Jason McIntyre |
2009-05-09 | tell people about -F repair. ok phessler, espie | Stuart Henderson |
2009-04-24 | oops | Marc Espie |
2009-04-22 | fix creating packages with long names in plist; from espie@ | Christian Weisgerber |
2009-04-20 | restore tagged user packages to functionality (for now) | Marc Espie |
2009-04-19 | remove class FatPackageLocation. Instead make PackageLocation a hierarchy | Marc Espie |
2009-04-19 | synch with my new style search/location changes | Marc Espie |
2009-04-18 | don't copy DigitalSig to partial packages, it makes no sense | Marc Espie |
2009-04-14 | initial implementation of package signatures, based on x509 certificates and | Marc Espie |
2009-04-13 | explicitely say that package signatures contain run time dependencies | Ingo Schwarze |
2009-04-11 | fix two typos; "fine" jmc@ | Ingo Schwarze |
2009-03-07 | tweak code to use same comparison operations as PackageNames. | Marc Espie |
2009-03-07 | introduce versionspecs as a derivative object from version. | Marc Espie |
2009-03-05 | call may_check_digest after extraction | Marc Espie |