Age | Commit message (Expand) | Author |
2010-01-08 | stat objects with more than value (store symlinks eventually) | Marc Espie |
2010-01-05 | auto-create giveup, so it's defined if we call tally without doing anything. | Marc Espie |
2010-01-03 | separate code into two classes, cleaner. | Marc Espie |
2010-01-03 | much better (avoid calling df all the time, oops) | Marc Espie |
2010-01-02 | stacked vfs entries. I should be able to recover from overflows and | Marc Espie |
2010-01-02 | things are simpler: I don't need to stack used size stuff. | Marc Espie |
2010-01-02 | next step: create proxy objects for devices that count the size used. | Marc Espie |
2010-01-02 | replace vstat with modern code, almost ready for stacking vfs... | Marc Espie |
2010-01-02 | fully encapsulate dev objects from vstat so I can change the internals | Marc Espie |
2009-12-21 | if we're not in a "pretend" mode, synchronization operations on vstat occur | Marc Espie |
2009-12-20 | change verbosity handling: be silent by default, turn on the first level if -v. | Marc Espie |
2009-11-11 | also get most STDERR messages through the same way | Marc Espie |
2007-06-30 | move the UpdateSet stuff into its separate file, leaving Vstat much cleaner. | Marc Espie |
2007-06-26 | the big gap one: create UpdateSet for all packages being installed, and | Marc Espie |
2007-06-16 | use OpenBSD::Paths contents | Marc Espie |
2007-06-11 | keep on extracting stuff | Marc Espie |
2007-06-10 | extract constructor to create old handles. | 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-05 | allow accessing all older values (make a semantic distinction), so that | Marc Espie |
2007-06-04 | I am on drugs, I don't know where I found split can take strings as | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-06-01 | refactor ProgressMeter code to create objects, put these into state. | Marc Espie |
2007-05-30 | simplify really_add to use real visitors for extraction and installation. | Marc Espie |
2007-05-29 | don't use 0 as an error number. | Marc Espie |
2007-05-28 | delay error reporting a bit more: try installing and deinstalling everything | Marc Espie |
2007-05-28 | lift up more of the dev checking code into Vstat. | Marc Espie |
2007-05-27 | move computation of header to a separate function. | Marc Espie |
2007-05-27 | move packing-list validation to the UpdateSet level. | Marc Espie |
2007-05-27 | Simplify the mess that deals with alaready installed packages. | Marc Espie |
2007-05-27 | depend more stuff off handle. | Marc Espie |
2007-05-26 | base tests on $handle->has_error instead of $errors. | Marc Espie |
2007-05-25 | start cleaning up the mess that is error-handling when installing packages. | Marc Espie |
2007-05-22 | introduce a SharedItemsRecorder (put it into Vstat, since that's a file | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-03-07 | fix size checks for good. Since we want deletion to happen `right now' | Marc Espie |
2007-03-07 | revert size check tweak, the fix does break other stuff. this is harder | Marc Espie |
2007-03-06 | get vfs size snapshotted and restored so that pkg_add -u has a harder | Marc Espie |
2007-02-24 | UI improvement: in case the disk overflows, let tally give information | Marc Espie |
2006-02-07 | look at noexec as well | Marc Espie |
2005-11-29 | - Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks! | Bernd Ahlers |
2005-08-22 | maintain a counter of problems encountered per-filesystem. | Marc Espie |
2005-08-22 | parse mount entry correctly even if space left is negative | Marc Espie |
2004-12-29 | remove vreaddir support, since library lookup no longer needs it. | Marc Espie |
2004-12-17 | better collision reports. | Marc Espie |
2004-11-11 | new accounting method that works with chroot installations. | Marc Espie |
2004-08-06 | unified headers, switch to smaller copyright notice. | Marc Espie |
2004-07-07 | guard against stat not working, which happened to me... | Marc Espie |