Age | Commit message (Expand) | Author |
2007-06-18 | more uniform: all deps routines should be methods, even if they don't | Marc Espie |
2007-06-18 | add tag no shadow, to allow us to specify that we do NOT want tempfiles | Marc Espie |
2007-06-17 | fix format for timestamps. Use a non-ambiguous subset of ISO8601. | Marc Espie |
2007-06-17 | more scaffolding we don't really use yet. | Marc Espie |
2007-06-17 | add a bit of scaffolding for signatures | Marc Espie |
2007-06-16 | introduce new stuff: @tag, to be used to tag files and other objects. | Marc Espie |
2007-06-16 | Add variation on exec/unexec: | 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-14 | Really cleanup temporary directories. | Matthias Kilian |
2007-06-14 | I don't know what we will do with system packages yet, but prevent | Marc Espie |
2007-06-14 | minor changes: move @ignore to deprecated stuff (it's been out for a few | Marc Espie |
2007-06-12 | use constant subs instead of variable names. | Marc Espie |
2007-06-12 | tidy error messages: uses $! more consistently, do not append \n on die, | Marc Espie |
2007-06-12 | tag directories and files with pid, so that we clean them up when the | Marc Espie |
2007-06-11 | keep on extracting stuff | Marc Espie |
2007-06-10 | give repository/locations slightly more control over package names. | Marc Espie |
2007-06-10 | Add Paths.pm, to centralize all system dependent paths all over the place. | Marc Espie |
2007-06-10 | extract constructor to create old handles. | Marc Espie |
2007-06-10 | set_infodir when we can in PackageLocation. | Marc Espie |
2007-06-10 | make the replacement check methods slightly clearer, avoid doing two | Marc Espie |
2007-06-10 | refactor the code a bit, so that lists through ftp and htpp share more | Marc Espie |
2007-06-09 | tag user installed packages. | Marc Espie |
2007-06-09 | rework `special' package names a bit. | Marc Espie |
2007-06-09 | give Dependencies a chance at finding libraries in old packages. | Marc Espie |
2007-06-09 | new code is much sturdier with respect to old libraries, we do not have | Marc Espie |
2007-06-07 | show messages about keeping libraries more often, starting on verbose. | Marc Espie |
2007-06-07 | make compute_size explicit. That way, we can do it once, at the right | Marc Espie |
2007-06-06 | do it only for older sets. | Marc Espie |
2007-06-06 | finish moving the size computations out of validate_plist. | Marc Espie |
2007-06-06 | separate the size computation from other operations in `prepare_for_addition' | Marc Espie |
2007-06-06 | tweak split_libs slightly for further changes: make it return the old | Marc Espie |
2007-06-06 | recognize and handle https. | Marc Espie |
2007-06-06 | tweak how copies happen: rename make_copy into make_shallow_copy, | Marc Espie |
2007-06-06 | augment reporting of bad problems so that it works with system libs. | Marc Espie |
2007-06-05 | allow accessing all older values (make a semantic distinction), so that | Marc Espie |
2007-06-05 | reuse the compute_closure code. | Marc Espie |
2007-06-04 | zap extra param | Marc Espie |
2007-06-04 | minor tweak, use one single print. Build character strings instead. | Marc Espie |
2007-06-04 | slight refactor to remove duplicate code. | Marc Espie |
2007-06-04 | convert the remaining regexps, so that $`, $', $& are completely dead. | Marc Espie |
2007-06-04 | shorten message a bit, give it a chance to fit on one line. | 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 | zap extra parameter that nothing uses. | Marc Espie |
2007-06-04 | error code: if we can't find a given libspec, we look through all | Marc Espie |
2007-06-04 | avoid parsing libraries by hand. | Marc Espie |
2007-06-04 | stricter regexp for libraries. | Marc Espie |
2007-06-04 | add a lib parsing routine to PackingElement::Lib so I don't have to | Marc Espie |
2007-06-04 | I am on drugs, I don't know where I found split can take strings as | Marc Espie |