Age | Commit message (Expand) | Author |
2008-03-03 | fix utterly confusing message for updates. | Marc Espie |
2008-03-02 | fix pkg_add -r -B | Marc Espie |
2008-02-06 | Fix FETCH_CMD and don't hardcode ftp(1) but use OpenBSD::Paths->ftp(). | Bernd Ahlers |
2008-01-12 | better ui for locking messages. | Marc Espie |
2007-12-28 | allows src: urls to work better by using -F nolock during pkg builds. | Marc Espie |
2007-12-28 | tweak the semantics so that no-default-conflict works. | Marc Espie |
2007-12-08 | let pkg_info -E see @sample objects. No sense in hiding them. | Marc Espie |
2007-11-17 | allow whitespace before = sign when reading variables from a .pc file. | Steven Mestdagh |
2007-10-06 | finish loop as soon as the ldconfig search directories have been found. | Steven Mestdagh |
2007-09-28 | nit | Marc Espie |
2007-09-20 | obey -F installed | Marc Espie |
2007-08-28 | reverse mistaken commit, restore FETCH_CMD to functionality. | Marc Espie |
2007-08-23 | write out the object url in the error message if that's an object error and | Marc Espie |
2007-08-23 | fix v* order in keep_most_recent. | Marc Espie |
2007-07-14 | - there's no point in running mkfontdir only for @fontdir ; so let's run | Antoine Jacoutot |
2007-06-30 | move the UpdateSet stuff into its separate file, leaving Vstat much cleaner. | Marc Espie |
2007-06-30 | fix saving of old partial packages... problem noticed by Paul Irofti | Marc Espie |
2007-06-26 | the big gap one: create UpdateSet for all packages being installed, and | Marc Espie |
2007-06-25 | placeholder to split off the code that handles UpdateSets, as it's | Marc Espie |
2007-06-25 | typo | 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-20 | sprinkle code to deal gracefully with absent packing-lists. | Marc Espie |
2007-06-19 | first draft of a tag solver, needs more flesh to be useful (especially: | Marc Espie |
2007-06-19 | sometimes, wanting to share code gives insight: disentangle the code | Marc Espie |
2007-06-18 | ... and zap old code | Marc Espie |
2007-06-18 | reorganize lookup_library so I can reuse the exact same algorithm to | Marc Espie |
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 |