index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
pkg_add
/
OpenBSD
/
Handle.pm
Age
Commit message (
Expand
)
Author
2009-12-20
change verbosity handling: be silent by default, turn on the first level if -v.
Marc Espie
2009-11-28
when resolving conflicts, don't recreate handles for packages being replaced
Marc Espie
2009-11-11
progressmeter puts STDOUT in autoflush if -t, so that it can display to it in...
Marc Espie
2009-11-10
bad espie: use strict/warnings consistently, and fix two nits and two
Marc Espie
2009-11-08
let Handle display what went wrong.
Marc Espie
2009-11-08
bug-fix: if we can't find the package, it makes no sense to look in a
Marc Espie
2009-11-08
tracker/updater methods for state that auto-create the object.
Marc Espie
2009-10-19
cleanup method that does more or less what's needed
Marc Espie
2009-10-19
syntactic sugar: methods to access plist and location from handle.
Marc Espie
2009-10-15
missed one, tell tracker this is already installed
Marc Espie
2009-10-15
reorg code
Marc Espie
2009-10-15
let handle compute pkgnames correctly, simplifies code a bit
Marc Espie
2009-10-14
move OpenBSD::Handle into its own file. I guess I need to disentangle this
Marc Espie