Age | Commit message (Expand) | Author |
2010-05-10 | whitespace fixes | Marc Espie |
2010-03-06 | fix very stupid typo | Marc Espie |
2010-01-10 | bump copyright | 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 some url parsing into Installed, provide for pipe: | Marc Espie |
2010-01-09 | repositories no longer need match | Marc Espie |
2010-01-05 | use Auto::cache | Marc Espie |
2009-11-10 | kill more unused code | Marc Espie |
2009-06-06 | my $_, except for the server code, which could still run on older perl | Marc Espie |
2009-06-03 | rewind DATA, so that the next scp: url will have code to connect to... | 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 |
2008-07-04 | clean up parser a bit, separating local/distant parts in a more reusable way, | Marc Espie |
2008-06-27 | synch with rest of work | Marc Espie |
2007-12-28 | allows src: urls to work better by using -F nolock during pkg builds. | Marc Espie |
2007-06-16 | use OpenBSD::Paths contents | Marc Espie |
2007-06-10 | give repository/locations slightly more control over package names. | Marc Espie |
2007-06-04 | more efficient regexps: anchor stuff at both ends, be more specific in | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-05-30 | move close methods so that error paths can proceed on Repository::Installed. | Marc Espie |
2007-05-19 | add match_locations/filter_locations methods to search stuff that returns | Marc Espie |
2007-05-19 | fix scp url parsing and printing | Marc Espie |
2007-05-19 | don't pass srcpath around, since we don't use it. | Marc Espie |
2007-05-18 | Add pkgpath hints to pkgspec. Make PackageRepository/Source functional: | Marc Espie |
2007-05-18 | normalize installed names | Marc Espie |
2007-05-17 | do not pass the urlscheme to the constructors, since they each have | Marc Espie |
2007-05-17 | new methods: repositories can create url. Rename PackageLocation->stringize | Marc Espie |
2007-05-17 | name each urlscheme | Marc Espie |
2007-05-14 | redo search filters as real objects. Accordingly, rename match_list to | Marc Espie |
2007-05-14 | name tweaks: match -> match_list, match_repo -> match | Marc Espie |
2007-05-14 | two repos: new(1) gives all packages. new() zaps .libs and friends. | Marc Espie |
2007-05-14 | load PackageLocation just in time. Control what we import from | Marc Espie |
2007-05-14 | move code around to allow OO access to installed packages always. | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2006-05-26 | make pkg_add exit gracefully if it cannot read from a file handle, which | Steven Mestdagh |
2006-03-13 | clean-up some name handling: | Marc Espie |
2006-03-08 | propagate stuff to be able to explicitly clean-up repositories. | Marc Espie |
2006-03-08 | fix race condition in SCP for real. | Marc Espie |
2006-03-07 | properly zap temporary file. | Marc Espie |
2006-03-07 | rendez-vous with subchild through signal USR1. | Marc Espie |
2006-03-07 | only the grand child can have issues | Marc Espie |
2006-03-07 | let scp repositories work. Avoid run-away processes by just having one single | Marc Espie |
2006-03-06 | take some infrequently used code completely out of the way. | Marc Espie |