Age | Commit message (Expand) | Author |
2005-09-14 | filter names out first, as it's slightly faster | Marc Espie |
2005-09-13 | more Package/FatPackage common code: separate the proxy 'next' into two | Marc Espie |
2005-09-13 | typo, fix fat packages reading. | Marc Espie |
2005-09-13 | grabPlist shall behave like find. | Marc Espie |
2005-09-13 | Repository::Installed class, to provide uniform access to installed | Marc Espie |
2005-09-13 | yet more uniform names. | Marc Espie |
2005-09-13 | don't actively avoid the Composite Pattern. | Marc Espie |
2005-09-13 | new class: PackageRepositoryList, of which pkgpath is one instance. | Marc Espie |
2005-09-13 | make grabPlist slightly smarter so that we can still open the package | Marc Espie |
2005-09-13 | allows grabbing a packing-list directly, without needing to go through | Marc Espie |
2005-09-13 | some long-delayed clean-up of this code. | Marc Espie |
2005-09-09 | zap dup. From Bernd Ahlers | Marc Espie |
2005-09-07 | copy new annotations over. | Marc Espie |
2005-09-04 | zap duplicate code | Marc Espie |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-08-29 | correctly trim old p* versions of packages. | Marc Espie |
2005-08-22 | likewise, report only the first three files | Marc Espie |
2005-08-22 | while scanning a potential package, process issues anyways: | Marc Espie |
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 |
2005-08-21 | catch QUIT, HUP, KILL, TERM along with INT, remove the temp dirs, then die. | Marc Espie |
2005-08-19 | remove tempdir right away if it turns out we're not dealing with a | Marc Espie |
2005-08-19 | trap SIGINT so that tempdirs get removed. | Marc Espie |
2005-08-17 | clean-up, move the compute_closure code to RequiredBy, since it's | Marc Espie |
2005-08-17 | save architecture as well for ExtraInfo, so that pkg_add -u won't try | Marc Espie |
2005-08-17 | rename erase to more appropriate forget | Marc Espie |
2005-08-16 | unsafe operations -> potentially unsafe operations | Marc Espie |
2005-08-16 | make sure libs get registered if we take a shortcut and don't reinstall | Marc Espie |
2005-08-16 | avoid computing signature twice! | Marc Espie |
2005-08-16 | check special names too. | Marc Espie |
2005-08-16 | in case we're pretending to install, there's no borked package to create. | Marc Espie |
2005-08-16 | use a hash for compiled stems, to avoid spurious duplicates. | Marc Espie |
2005-08-16 | don't mix nlist with ls | Marc Espie |
2005-08-16 | support code for pkg_add -u: | Marc Espie |
2005-08-16 | make the code that enforces the connection limit a separate function, so | Marc Espie |
2005-08-16 | fix a few minor details: _list() needs to be called as a method. | Marc Espie |
2005-08-14 | if there's no identifiable version in the spec, and in the package name, | Marc Espie |
2005-08-14 | no reason not to record special files sizes along with md5. | Marc Espie |
2005-08-13 | symlinks and hardlinks do not have an md5 | Marc Espie |
2005-08-13 | don't set $file->{cwd} until *after* we're sure it's defined. | Marc Espie |
2005-08-12 | minor semantic tweak: foo-1.0 needs to conflict with foo-1.0p0, always, | Marc Espie |
2005-08-12 | avoid warning message | Marc Espie |
2005-08-10 | typo | Marc Espie |
2005-08-10 | record unsafe operations in a journal, so that we can give a much | Marc Espie |
2005-08-10 | bug fix: if default is not available, do not push it for installation. | Marc Espie |
2005-08-09 | if we are replacing a package, the messages for @extra stuff should be | Marc Espie |
2005-08-07 | split off the code that handles dependencies proper, so that we can (later) | Marc Espie |
2005-08-07 | wrapper around Ustar that replaces long names/links with LongName#/LongLink#. | Marc Espie |
2005-08-05 | expose the algorithm used for splitting names, so that ArcCheck will be | Marc Espie |
2005-08-05 | activate sanity check: only files have !0 size. | Marc Espie |