Age | Commit message (Expand) | Author |
2010-01-09 | move signal catching up, so we can clean repos and temp files at once. | Marc Espie |
2010-01-09 | create unique object for each repo | 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 | move some url parsing into Installed, provide for pipe: | Marc Espie |
2010-01-09 | kill more useless code | Marc Espie |
2010-01-09 | simplify slightly | Marc Espie |
2010-01-09 | move pipe handling into RepositoryList | Marc Espie |
2009-10-13 | you have to hate those stupid tools: | Marc Espie |
2009-08-24 | URI-decode the filenames in the listing used for HTTP pkg_add updates. | Stuart Henderson |
2009-05-11 | remove an extraneous slash from the requested URL; some strict proxies | Stuart Henderson |
2009-04-24 | oops | 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-02-02 | deals with shaddy repositories from backwards countries that implement | Marc Espie |
2008-12-11 | copying local files may cause some issues, as noticed by sturm@ | Marc Espie |
2008-10-25 | Copy packages to the cache if a local PKG_PATH is used and PKG_CACHE is | Bernd Ahlers |
2008-10-20 | Say goodbye to local $_ | Marc Espie |
2008-07-04 | clean up parser a bit, separating local/distant parts in a more reusable way, | Marc Espie |
2008-07-03 | deal with hrefs containing '/' instead of just the package file name | Nikolay Sturm |
2008-06-25 | much better url parser. | Marc Espie |
2008-06-18 | forgot: changed PackageLocator so that the new parse method is responsible | Marc Espie |
2008-06-13 | 550 is fatal, don't bother retrying. | Marc Espie |
2008-05-26 | remove nlist bandwidth optimization, since ftp servers actually don't cope | Marc Espie |
2008-05-16 | tweak ftp call, remove extraneous -o option. | Marc Espie |
2008-03-04 | Since the back-off goes 5,10,20,40 seconds, allow the retry timeout to | Chris Kuethe |
2008-02-06 | Fix FETCH_CMD and don't hardcode ftp(1) but use OpenBSD::Paths->ftp(). | Bernd Ahlers |
2007-08-23 | write out the object url in the error message if that's an object error and | Marc Espie |
2007-06-23 | setup a local sigalarm to send a HUP to the ftp process if it takes longer | Marc Espie |
2007-06-16 | FTP_KEEPALIVE as a crude interface to ftp -k. To be thought out later. | Marc Espie |
2007-06-16 | use OpenBSD::Paths contents | Marc Espie |
2007-06-12 | tidy error messages: uses $! more consistently, do not append \n on die, | Marc Espie |
2007-06-10 | refactor the code a bit, so that lists through ftp and htpp share more | Marc Espie |
2007-06-06 | recognize and handle https. | Marc Espie |
2007-06-04 | a few missed $' / $` | 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 | 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-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 | move the retry code down at the http/ftp repository level, where it belongs. | Marc Espie |
2007-05-14 | move parsing of http problems where it belongs. | Marc Espie |
2007-05-14 | move code around to allow OO access to installed packages always. | Marc Espie |
2007-05-14 | maintain stemlist for installed packages dynamically | Marc Espie |
2007-05-13 | remove some specialness of the Filtering stuff. | Marc Espie |
2007-05-13 | kill unused stuff | Marc Espie |