Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | properly cleanup the controller after closing the cmdfh. | 2017-11-03 | 1 | -3/+4 | |
| | | | | | | | | | | | | don't call exit, since grab_object is only used within a fork and parent does exit. this prevents signal cleanup from fucking up and trying to close the fhs a second time. somewhat long-standing problem, as seen by jeremy@ and I. okay jeremy@ | ||||
* | Adjust the html index-parsing regex to cope with anchor tags that aren't | 2017-08-04 | 1 | -2/+2 | |
| | | | | | | | | | | just '<a href="foo">'; several mirrors now include a title attribute which pkg_add can't cope with. Diff from Taylor Stearns to handle attributes following the href; tweaked by me to also handle attribute before the href. ok zhuk@ | ||||
* | tweak %m to expand to %c, and make %c more magical: | 2017-03-11 | 1 | -6/+19 | |
| | | | | | | | | | | | | on a -stable system, %c/packages will expand to two directories in support of packages-stable, with the -stable directory being "silent". Also add a -Dsnap option that forces %c to be snapshots so that the last weeks of testing of release are less painful. okay aja@ | ||||
* | move the error saving code slightly around | 2016-09-15 | 1 | -5/+5 | |
| | | | | still not perfect | ||||
* | add an is_local-file method for later signature | 2016-09-14 | 1 | -1/+6 | |
| | |||||
* | forgot to provide an empty method | 2016-09-05 | 1 | -1/+5 | |
| | |||||
* | surprised nobody noticed before me | 2016-06-27 | 1 | -1/+10 | |
| | | | | | | | let scp:// work with PKG_CACHE basically, we do an extra fork, so we end up cleaning up the connection twice that's okay for the handles, but not for the commands, since we do a spurious ABORT BYE BYE on cleanup. | ||||
* | restrict %m and friends to "separate words" so they won't collide with | 2016-06-14 | 1 | -2/+2 | |
| | | | | branch specifiers. Unlikely, but better safe than sorry. | ||||
* | use machine_architecture (arch -s) when assembling PKG_PATHs using %m or %a, | 2015-06-25 | 1 | -3/+3 | |
| | | | | | | fixes these variables with arch like powerpc where this differs from "uname -m". reported by/ok aja@ | ||||
* | add %m as a shorthand, will expand to | 2015-04-16 | 1 | -2/+8 | |
| | | | | | | | pub/OpenBSD/5.7/packages/amd64 for lazy typers. okay aja@ | ||||
* | reorg code, the arch/osversion code should live in a single place, | 2015-04-16 | 1 | -26/+7 | |
| | | | | short and sweet | ||||
* | commit expanded tags for %c, %v, %a | 2015-04-16 | 1 | -1/+36 | |
| | |||||
* | Rename Persistant to Persistent. | 2014-08-27 | 3 | -8/+8 | |
| | | | | sure espie@ | ||||
* | bye bye src url. Never amounted to much, we went another road a while ago | 2014-07-13 | 1 | -79/+0 | |
| | |||||
* | Correct precedence for returned value. | 2014-06-15 | 1 | -2/+2 | |
| | | | | style suggested and ok espie@ | ||||
* | remove $_ usage that warns under perl 5.18 | 2014-03-18 | 3 | -15/+9 | |
| | |||||
* | bump copyright to 2014 | 2014-01-09 | 2 | -4/+4 | |
| | |||||
* | new method: reinitialize, for repositories with a sequential connection | 2014-01-07 | 2 | -2/+12 | |
| | | | | | that need a new connection if they're ever called from separate processes simultaneously | ||||
* | mostly done | 2011-07-19 | 1 | -13/+53 | |
| | |||||
* | use common code for ssh/http 1.1 | 2011-07-19 | 1 | -115/+4 | |
| | |||||
* | clean-up a few things | 2011-07-19 | 1 | -53/+85 | |
| | |||||
* | most of the pieces are there... still need to open a new connection if | 2011-07-18 | 1 | -58/+21 | |
| | | | | server drops us. | ||||
* | a little better, but not yet ready | 2011-07-18 | 1 | -30/+50 | |
| | |||||
* | skeleton for grabbing files... | 2011-07-18 | 1 | -15/+36 | |
| | |||||
* | Also handle normal Content-Length | 2011-07-18 | 1 | -17/+28 | |
| | |||||
* | chunked directory transfers | 2011-07-18 | 1 | -8/+39 | |
| | |||||
* | a few typos, nothing working yet... needs to parse Chunked transfer | 2011-07-18 | 1 | -21/+38 | |
| | |||||
* | wip, definitely not finished (and not used) yet | 2011-07-12 | 1 | -3/+204 | |
| | |||||
* | future code to handle HTTP 1.1 connection: need to establish a somewhat | 2011-07-06 | 2 | -0/+160 | |
| | | | | persistant connection, will use the same client code for scp and http. | ||||
* | cache user name for ~user | 2011-03-23 | 1 | -3/+6 | |
| | |||||
* | allow scp://hostname/~user/subdir to work | 2011-03-23 | 1 | -1/+8 | |
| | |||||
* | use state to print error messages | 2010-07-02 | 1 | -6/+6 | |
| | |||||
* | pass (and save) state around in Repository-related stuff. | 2010-07-02 | 1 | -10/+8 | |
| | |||||
* | allow say and errsay to work without parameters, as it's ways common. | 2010-06-30 | 3 | -3/+3 | |
| | | | | create verbose_system up in state, because it makes sense without verbose. | ||||
* | whitespace cleanup | 2010-06-30 | 3 | -3/+3 | |
| | |||||
* | extra parameter to UpdateSet: use the factory to create extra object. | 2010-06-30 | 1 | -1/+1 | |
| | | | | | don't create updatesets directly, go through AddDelete::State. Get all Locator/Repo access through state. | ||||
* | whitespace fixes | 2010-05-10 | 3 | -9/+9 | |
| | |||||
* | fix very stupid typo | 2010-03-06 | 1 | -2/+2 | |
| | |||||
* | bump copyright | 2010-01-10 | 1 | -2/+2 | |
| | |||||
* | fixed version, somehow I forgot that I use parse to do weird things with | 2010-01-09 | 1 | -1/+40 | |
| | | | | PKG_PATH... | ||||
* | temporary revert until I figure this out | 2010-01-09 | 1 | -29/+1 | |
| | |||||
* | move some url parsing into Installed, provide for pipe: | 2010-01-09 | 1 | -1/+29 | |
| | |||||
* | repositories no longer need match | 2010-01-09 | 1 | -3/+3 | |
| | |||||
* | use Auto::cache | 2010-01-05 | 3 | -3/+3 | |
| | |||||
* | kill more unused code | 2009-11-10 | 1 | -12/+1 | |
| | |||||
* | my $_, except for the server code, which could still run on older perl | 2009-06-06 | 1 | -4/+4 | |
| | |||||
* | rewind DATA, so that the next scp: url will have code to connect to... | 2009-06-03 | 1 | -1/+2 | |
| | |||||
* | remove class FatPackageLocation. Instead make PackageLocation a hierarchy | 2009-04-19 | 1 | -26/+15 | |
| | | | | | so that I can handle installed packages without playing ping-pong with the PackageRepository hierarchy (mostly) | ||||
* | synch with my new style search/location changes | 2009-04-19 | 1 | -5/+45 | |
| | | | | | | It's likely there will be some fallout, but it's getting a bit too large to keep around. This does kill a few very old oddities as well. | ||||
* | clean up parser a bit, separating local/distant parts in a more reusable way, | 2008-07-04 | 1 | -7/+1 | |
| | | | | | | and simplify file: parsing scheme (trying it with file:, then without is a bit stupid once we have the pieces to put it back together directly). Drop the restriction on urls from the man page, no need to finish stuff with /. |