Age | Commit message (Expand) | Author |
2004-11-13 | don't store things in cache if we know we're not going to use them again. | Marc Espie |
2004-11-13 | pkg_add should have -c and -q since it may delete packages. | Marc Espie |
2004-11-13 | look for libspecs in old packages that match the libdepend specification | Marc Espie |
2004-11-13 | typo | Marc Espie |
2004-11-13 | reduce down TODO list. | Marc Espie |
2004-11-13 | synchronize installed stuff, using the cache in -n mode so that -n | Marc Espie |
2004-11-13 | look for available registered libraries, not other stuff. | Marc Espie |
2004-11-13 | zap comment | Marc Espie |
2004-11-13 | use lastname as I should. | Marc Espie |
2004-11-13 | correctly read back tempnames. | Marc Espie |
2004-11-13 | fix logic error: while splitting libraries, copy cwd over, not move them... | Marc Espie |
2004-11-13 | likewise, packing-lists state will store refs to cwd, so make this | Marc Espie |
2004-11-13 | cwd() function so that further changes to internal storage won't matter | Marc Espie |
2004-11-13 | move borked_installation over to common routines, prepare it for | Marc Espie |
2004-11-12 | store a ref to cwd instead of cwd itself, allowing it to be shared. | Marc Espie |
2004-11-12 | parse libspec better, With this, vreaddir can find libraries. | Marc Espie |
2004-11-12 | avoid even more calls to canonpath. | Marc Espie |
2004-11-12 | stop storing fullname, recompute it dynamically instead. | Marc Espie |
2004-11-12 | do catfile manually, e.g., avoid several calls to canonpath. | Marc Espie |
2004-11-12 | be saner wrt directory creation during pkg updates: | Marc Espie |
2004-11-12 | don't store hexdigest internally. | Marc Espie |
2004-11-12 | some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de> | Henning Brauer |
2004-11-12 | computed fullname. | Marc Espie |
2004-11-11 | use from_installation and forget. | Marc Espie |
2004-11-11 | forget packing-lists after deleting the package (avoid out-of-memory error | Marc Espie |
2004-11-11 | stuff that needs to be done. | Marc Espie |
2004-11-11 | oops | Marc Espie |
2004-11-11 | strchr("whatever", 0) returns non NULL. From Patrick Latifi. | Otto Moerbeek |
2004-11-11 | Unbreak peer_localaddr() because Link Local Addresses reported by | Claudio Jeker |
2004-11-11 | Unbreak link local IPv6 sessions by setting the correct scope_id in | Claudio Jeker |
2004-11-11 | Don't hardcode the prefix table to the IPv4 one, especially if there is | Claudio Jeker |
2004-11-11 | Pass the copied as-path attributes to the filter function and not the | Claudio Jeker |
2004-11-11 | reversed test. | Marc Espie |
2004-11-11 | new accounting method that works with chroot installations. | Marc Espie |
2004-11-11 | cache packing-lists, so that we don't read them again and again. | Marc Espie |
2004-11-11 | oops, updatable is an object method, so $self is first parameter. | Marc Espie |
2004-11-11 | spaces at EOL in comments, spotted by theo | Henning Brauer |
2004-11-11 | NOTREACHED not not reached! Stupid me. | Claudio Jeker |
2004-11-11 | Store the local v4 and v6 address of a session. For IPv4 sessions the first | Claudio Jeker |
2004-11-11 | symetry: updating a package means removing the old one and adding the new | Marc Espie |
2004-11-11 | move collision reporter to a separate file, so that it doesn't get loaded | Marc Espie |
2004-11-11 | store a ref to %forced in $state, for access anywhere. | Marc Espie |
2004-11-11 | File::Copy use moves as well. | Marc Espie |
2004-11-11 | restrict update operation less: we're not bothered by @exec or INSTALL, | Marc Espie |
2004-11-11 | need to move collision_report over as well, and use PackageInfo routines. | Marc Espie |
2004-11-11 | package names starting with . are hidden from pkg_info by default. | Marc Espie |
2004-11-11 | synch validate_plist | Marc Espie |
2004-11-11 | move some code from pkg_add to OpenBSD/Add.pm, for symetry with pkg_delete. | Marc Espie |
2004-11-11 | typo | Marc Espie |
2004-11-11 | don't touch font directories if -n either... | Marc Espie |