Age | Commit message (Expand) | Author |
2012-04-28 | File::Path::rmtree is very stupid and spews out warning messages if there's | Marc Espie |
2011-08-26 | zap fatpackages. nobody actually uses them. | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-12-18 | use copy_file from state | Marc Espie |
2010-11-22 | allow weird practices such as ftp_proxy='' instead of unset altogether | Marc Espie |
2010-10-27 | initial scaffolding for @rcscript: for now, acts like normal files, | Marc Espie |
2010-08-13 | whitespace | Marc Espie |
2010-07-27 | print these better | Marc Espie |
2010-07-26 | even if you write signal handlers to not do anything stupid when you're | Marc Espie |
2010-07-02 | move the empty url message up to PackageRepository, so that we can print | Marc Espie |
2010-07-02 | use state to print out all error messages | 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 | style | Marc Espie |
2010-06-04 | centralize checking of packagenames. Avoid grabbing pkgnames that won't | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2010-01-10 | bump copyright | Marc Espie |
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 |