Age | Commit message (Expand) | Author |
2006-02-10 | reset $state->{dir} to the correct value after deleting the replaced package. | Marc Espie |
2006-02-10 | Use the ProgressMeter engine to display the update messages. This makes | Bernd Ahlers |
2006-02-10 | If the length of the message in OpenBSD::ProgressMeter::message() is shorter | Bernd Ahlers |
2006-02-09 | Turn validate_plist() into a real visitor that calls validate() for each | Marc Espie |
2006-02-09 | use new interface (*close*) | Marc Espie |
2006-02-09 | Add some nice interfaces instead of the hint() argument to close(). | Marc Espie |
2006-02-07 | synch | Marc Espie |
2006-02-07 | minor independent tweaks: | Marc Espie |
2006-02-07 | look at noexec as well | Marc Espie |
2006-02-07 | Don't push undef into the todo list. This avoids some perl warnings. | Bernd Ahlers |
2006-02-06 | tell user about collision much earlier, so that they do not wonder what | Marc Espie |
2006-01-30 | Clarify pkg_info -e example; ok espie@ | Miod Vallat |
2006-01-24 | protect against weird situations where dependencies don't match | Marc Espie |
2006-01-17 | special-case packages that use old-libs: always update them, even if the | Marc Espie |
2006-01-13 | nit | Marc Espie |
2006-01-12 | be way more explicit in pointing people to packages-specs(7) | Marc Espie |
2006-01-09 | avoid anything that isn't a library in warning for SHARED_LIBS. | Marc Espie |
2006-01-06 | tweak the descriptions of -r and -u: make the distinction | Jason McIntyre |
2005-12-26 | have pkg_create warn about shared libs which have a version number hardcoded | Marc Espie |
2005-12-05 | make sure set_modes always get called for a `real' extraction. | Marc Espie |
2005-11-29 | - Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks! | Bernd Ahlers |
2005-11-19 | magically complete fragment with `committed' names, solve the issue that | Marc Espie |
2005-11-18 | restructure some text slightly; | Jason McIntyre |
2005-11-17 | finally get around to documenting the alternate call to pkg_create. | Marc Espie |
2005-11-05 | same fix as Add.pm: make sure we parse the whole package. | Marc Espie |
2005-11-05 | -F conflicts does not really exist, so don't document it | Nikolay Sturm |
2005-11-03 | kludge: avoid creating non-empty files. | Marc Espie |
2005-11-03 | exit with 1 if we can't install shit thanks to dependencies issues. | Marc Espie |
2005-11-02 | In case we are pretending, make sure we skip to the next archive member. | Marc Espie |
2005-11-02 | Simplify OpenBSD::PackingElement::Sysctl::install(). | Bernd Ahlers |
2005-11-01 | Add -P option. This shows the pkgpath for each package. Nice for building | Bernd Ahlers |
2005-10-28 | fix error code path for pkg_info -e pouet | Marc Espie |
2005-10-27 | Fix a perl warning during package deletion. | Bernd Ahlers |
2005-10-26 | add checks in skip for walking off the file. | Marc Espie |
2005-10-26 | minor clean-up, unhardcode test for type, use a table instead. | Marc Espie |
2005-10-25 | zap 229 (frantisek holop) | Marc Espie |
2005-10-24 | more robust deletion: rebuild item from file system instead of using | Marc Espie |
2005-10-24 | use a visitor('prepare_for_deletion') to validate plist for removal, | Marc Espie |
2005-10-24 | factor out a bit of code, and be more aware of symlinks. | Marc Espie |
2005-10-24 | filter out .libs-* later, so that compute_closures() packages do not | Marc Espie |
2005-10-24 | do not try to find a match for .libs-* packages. | Marc Espie |
2005-10-23 | if resumed from ^Z, display meter without waiting for changes. | Marc Espie |
2005-10-22 | add a hint to close that says how the fd got closed (real error, premature, | Marc Espie |
2005-10-22 | always display the list of packages we can't update. | Marc Espie |
2005-10-22 | more non-errors from ftp. | Marc Espie |
2005-10-22 | I haven't received any feedback at all about this patch, so everyone | Marc Espie |
2005-10-22 | be more explicit about what's going on. | Marc Espie |
2005-10-19 | mark links being extracted with `zap', so that they do not get recorded | Marc Espie |
2005-10-10 | less verbose listing of libraries | Marc Espie |
2005-10-10 | several paths lead to has_new_sig, cache the result. | Marc Espie |