Age | Commit message (Expand) | Author |
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 |
2007-05-13 | unify object lookup as locator->match($o) or $repo->match($o) | Marc Espie |
2007-05-13 | make caching of stemlists implicit | Marc Espie |
2007-05-13 | provide match_spec, findstem, find_partialstem at the repository list level, | 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-12 | pass refs around instead of extending them. | Marc Espie |
2007-05-08 | allow match_spec on repository | Marc Espie |
2007-05-07 | cheap singleton for installed packages | Marc Espie |