Age | Commit message (Expand) | Author |
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 |
2005-10-25 | zap 229 (frantisek holop) | Marc Espie |
2005-10-22 | add a hint to close that says how the fd got closed (real error, premature, | Marc Espie |
2005-10-22 | more non-errors from ftp. | Marc Espie |
2005-10-22 | I haven't received any feedback at all about this patch, so everyone | Marc Espie |
2005-10-10 | Display an error message if no packages are available in the PKG_PATH. | Marc Espie |
2005-09-24 | Allows FETCH_CMD to replace ftp. | Marc Espie |
2005-09-19 | fix PackageRepository::Installed(). | Marc Espie |
2005-09-19 | make package opening more efficient (and maybe more intuitive) by | Marc Espie |
2005-09-17 | allows grabbing the packing-list directly from a PackageLocation, | Marc Espie |
2005-09-17 | beginning to a source path repository infrastructure, very likely to change | Marc Espie |