Age | Commit message (Expand) | Author |
2005-08-16 | big kludge that allows updating mozilla-thunderbird from 3.7 -> current. | 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 | clean-up TODO list of stuff that was actually done. | Marc Espie |
2005-08-16 | in case we're pretending to install, there's no borked package to create. | Marc Espie |
2005-08-16 | put a signature check way earlier, so that user doesn't get confused | Marc Espie |
2005-08-16 | remove trailing space; | Jason McIntyre |
2005-08-16 | In some cases, pkg_add -r will remove some extra packages while performing | Marc Espie |
2005-08-16 | update dependency explanation, noticed by Gerardo Santana. | Marc Espie |
2005-08-16 | when you ask to update a package, you generally want to update its | 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 | document the current state of pkg_add -u | Marc Espie |
2005-08-16 | add code that figures out the new package names after an update. | Marc Espie |
2005-08-16 | support code for pkg_add -u: | Marc Espie |
2005-08-16 | be more specific about `every precaution' in pkg_add, so that people won't | 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-16 | fix getopt line, noticed by Gerardo Santana | 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-14 | zap extra line | Marc Espie |
2005-08-14 | fix error recovery in replacing case. | 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-13 | make the todo-list reflect what is actually going on. | Marc Espie |
2005-08-13 | minor tweaks for BUGS; | Jason McIntyre |
2005-08-12 | minor semantic tweak: foo-1.0 needs to conflict with foo-1.0p0, always, | Marc Espie |
2005-08-12 | pkg_add -r does work. | 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 |
2005-08-05 | fix splitting bug | Marc Espie |
2005-08-05 | Make sure $totsize != 0, even if the package does not contain any actual | Marc Espie |
2005-07-26 | switch .libs stubs package over to new COMMENT format. | Marc Espie |
2005-07-25 | common code for all device handling. | Marc Espie |
2005-07-24 | postpone decision whether to replace already installed packages in -r mode, | Marc Espie |
2005-07-24 | deal with a special case, where we are replacing files with changed md5: | Marc Espie |
2005-07-20 | support for fifo and character/block devices. | Marc Espie |
2005-06-29 | Usage(). | Marc Espie |
2005-06-29 | stop if no pkgname. | Marc Espie |
2005-06-29 | make Getopt show full option name. | Marc Espie |