Age | Commit message (Expand) | Author |
2010-08-07 | nasty inversion of parameters, so that state did not get propagated correctly. | Marc Espie |
2010-07-02 | parse pkg.conf and use it for default_path if PKG_PATH is not defined. | Marc Espie |
2010-07-02 | fix params so that state is state and not PackageLocator... | Marc Espie |
2010-07-02 | pass (and save) state around in Repository-related stuff. | Marc Espie |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie |
2010-06-30 | whitespace cleanup | Marc Espie |
2010-06-30 | extra parameter to UpdateSet: use the factory to create extra object. | Marc Espie |
2010-06-25 | allow creation of a unique PackageLocator object, that stores state, | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2010-01-10 | bump copyright | Marc Espie |
2010-01-09 | zap unused | Marc Espie |
2010-01-09 | streamline interface | Marc Espie |
2010-01-09 | move signal catching up, so we can clean repos and temp files at once. | Marc Espie |
2010-01-09 | kill cache, we don't really need it | Marc Espie |
2010-01-09 | fixed version, somehow I forgot that I use parse to do weird things with | Marc Espie |
2010-01-09 | temporary revert until I figure this out | Marc Espie |
2010-01-09 | move the code that recognizes /var/db/pkg as inst: into Repo::Local | Marc Espie |
2010-01-09 | tweak path parsing to handle inst:pkgname and such as well... | Marc Espie |
2010-01-09 | move pipe handling into RepositoryList | Marc Espie |
2010-01-09 | repositories no longer need match | Marc Espie |
2008-10-20 | Say goodbye to local $_ | Marc Espie |
2008-06-18 | better standards for inst: paths. | Marc Espie |
2008-06-18 | special-case parser so that /var/db/pkg becomes inst: during path_parse. | Marc Espie |
2007-06-04 | I am on drugs, I don't know where I found split can take strings as | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-05-19 | add match_locations/filter_locations methods to search stuff that returns | Marc Espie |
2007-05-19 | don't pass srcpath around, since we don't use it. | Marc Espie |
2007-05-14 | kill "available" routine, which is no longer used. | Marc Espie |
2007-05-13 | remove some specialness of the Filtering stuff. | Marc Espie |
2007-05-13 | kill unused stuff | Marc Espie |
2007-05-13 | also create PartialStem objects, and create a generic | Marc Espie |
2007-05-13 | have PackageLocator defer to PackageRepositoryList, so that package | Marc Espie |
2007-05-13 | allow filtering while calling the Locator. | Marc Espie |
2007-05-12 | kill old PkgSpec interface | Marc Espie |
2007-05-12 | use match_ref consistently | Marc Espie |
2007-05-12 | also allow Spec objects in Repository matches. | Marc Espie |
2007-05-08 | spec match works better with a list | Marc Espie |
2007-05-07 | remove dependency on available_stems(), make it go thru PackageLocator | Marc Espie |
2007-05-07 | we want to no longer expose PackageLocator::available(), lift interfaces | Marc Espie |
2007-05-02 | $o->method() becomes $o->method | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-03-06 | get vfs size snapshotted and restored so that pkg_add -u has a harder | Marc Espie |
2006-03-08 | propagate stuff to be able to explicitly clean-up repositories. | Marc Espie |
2006-03-04 | cut down the Locator code into maintainable chunks. | Marc Espie |
2006-03-04 | zap more success messages. Keep pid of distant location pipe, just in case. | Marc Espie |
2006-02-21 | detect temporary connection errors, and retry with exponential timeout. | Marc Espie |
2006-02-09 | Add some nice interfaces instead of the hint() argument to close(). | Marc Espie |
2005-11-03 | kludge: avoid creating non-empty files. | Marc Espie |
2005-11-02 | In case we are pretending, make sure we skip to the next archive member. | Marc Espie |