Age | Commit message (Expand) | Author |
2005-09-09 | zap dup. From Bernd Ahlers | Marc Espie |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-08-16 | unsafe operations -> potentially unsafe operations | Marc Espie |
2005-08-16 | avoid computing signature twice! | Marc Espie |
2005-08-10 | record unsafe operations in a journal, so that we can give a much | Marc Espie |
2005-07-26 | switch .libs stubs package over to new COMMENT format. | Marc Espie |
2005-02-07 | make updatedepends slightly safer: note which packages may have bogus | Marc Espie |
2004-12-28 | clearer error/warning | Marc Espie |
2004-12-28 | improve message quality: don't say we can't update stuff when we are going | Marc Espie |
2004-12-27 | if we can't read this packing-list, this is not really an issue. | Marc Espie |
2004-12-21 | correct checks to allow for a package to replace several packages. | Marc Espie |
2004-12-20 | allow a replacing package to replace several packages, in principle: | Marc Espie |
2004-12-20 | don't display some details in -n mode unless very verbose. | Marc Espie |
2004-12-19 | sanity check: in -n mode, we end up replacing stuff that doesn't exist ? | Marc Espie |
2004-12-19 | don't create path if -n. | Marc Espie |
2004-12-18 | oops, don't compute fullname unless we know we can. | Marc Espie |
2004-12-18 | basic code to handle legacy .libs-* packages: figure out what collisions | Marc Espie |
2004-12-15 | move -n down into RequiredBy and PackingList (as $main::not, since we | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-02 | don't try to validate_plist if not needed at all. | Marc Espie |
2004-12-02 | cosmetic: shows old and new package name, plus signatures. | Marc Espie |
2004-11-27 | tweak very verbose output. | Marc Espie |
2004-11-27 | if the package is already installed, check whether updating it makes sense: | Marc Espie |
2004-11-18 | unsafe operations is better than impossible to update, especially since it | Marc Espie |
2004-11-18 | support depend (similar to libdepend and newdepend) and wantlib: | Marc Espie |
2004-11-14 | stop storing @pkdep into packing-lists, use separate REQUIRING file instead. | Marc Espie |
2004-11-14 | let RequiredBy generate lists directly, use hashes to trim down duplicates di... | Marc Espie |
2004-11-13 | typo | Marc Espie |
2004-11-13 | synchronize installed stuff, using the cache in -n mode so that -n | Marc Espie |
2004-11-13 | fix logic error: while splitting libraries, copy cwd over, not move them... | Marc Espie |
2004-11-12 | be saner wrt directory creation during pkg updates: | Marc Espie |
2004-11-11 | forget packing-lists after deleting the package (avoid out-of-memory error | Marc Espie |
2004-11-11 | oops | Marc Espie |
2004-11-11 | oops, updatable is an object method, so $self is first parameter. | Marc Espie |
2004-11-11 | symetry: updating a package means removing the old one and adding the new | Marc Espie |
2004-11-11 | restrict update operation less: we're not bothered by @exec or INSTALL, | Marc Espie |
2004-11-11 | introduce shortcuts to read/write contents from_installation/to_installation | Marc Espie |
2004-11-11 | fix interaction of -n -v -r. | Marc Espie |
2004-11-11 | hide lib packages | Marc Espie |
2004-11-09 | oops again. | Marc Espie |
2004-11-09 | oops, dropped one line I shouldn't have. | Marc Espie |
2004-11-09 | save dir in plist, not state (unconfuse script operations when several | Marc Espie |
2004-11-09 | don't keep libraries whose version numbers are not needed. | Marc Espie |
2004-11-09 | remove code we don't use. | Marc Espie |
2004-11-07 | clone() library entry so that md5 and modes/owners get copied along. | Marc Espie |
2004-11-07 | split off libraries, so that we can erase the old packages. | Marc Espie |
2004-11-07 | shared libraries, preliminary work, a simpler scheme: | Marc Espie |
2004-11-06 | mark whole state for `replacing' so that only file entries get tempname | Marc Espie |
2004-11-02 | logic error: match library version of *new* plist against existing packages. | Marc Espie |
2004-11-02 | refuse to update if library numbers do not match. | Marc Espie |