Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-02 | use state to print error messages | Marc Espie | |
2010-07-02 | use state to print out all error messages | Marc Espie | |
2010-07-02 | fix params so that state is state and not PackageLocator... | Marc Espie | |
2010-07-02 | pass (and save) state around in Repository-related stuff. | Marc Espie | |
2010-07-01 | remove the try/catch in debug mode, so that we get the errors directly... | Marc Espie | |
2010-06-30 | use newer code | Marc Espie | |
2010-06-30 | handle GrabPlist as well | Marc Espie | |
2010-06-30 | modernize pkg_merge, avoid warning for link sizes. | Marc Espie | |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie | |
create verbose_system up in state, because it makes sense without verbose. | |||
2010-06-30 | whitespace cleanup | Marc Espie | |
2010-06-30 | extra parameter to UpdateSet: use the factory to create extra object. | Marc Espie | |
don't create updatesets directly, go through AddDelete::State. Get all Locator/Repo access through state. | |||
2010-06-30 | access locator through new API | Marc Espie | |
2010-06-30 | pass state along to find_by_spec, clean up error messages. | Marc Espie | |
Simplify PkgLocator/PkgRepo access with new API | |||
2010-06-30 | simple use of new state->repo API | Marc Espie | |
2010-06-30 | pass state along when signing packages, uses repo and fatal directly | Marc Espie | |
2010-06-30 | UpdateSet will need access to state->repo, so it's better to have all | Marc Espie | |
updateset creations operations go through state as well. | |||
2010-06-30 | create RepositoryFactory object that can be used as a single access point | Marc Espie | |
for all PackageRepository-related operations (so that tweaking parameters and initialization happens in one single location) | |||
2010-06-30 | slightly better error handling | Marc Espie | |
2010-06-30 | differentiate more between @exec and @unexec | Marc Espie | |
2010-06-30 | kill extra spaces | Marc Espie | |
2010-06-30 | style | Marc Espie | |
2010-06-25 | minor cleanups | Marc Espie | |
2010-06-25 | fix bad opt('l') printing. | Marc Espie | |
don't create names list to recreate handles list | |||
2010-06-25 | remove last local vars. | Marc Espie | |
2010-06-25 | simplify message printing a bit | Marc Espie | |
2010-06-25 | document ::State a bit | Marc Espie | |
2010-06-25 | clean-up options handling some more | Marc Espie | |
2010-06-25 | new style | Marc Espie | |
2010-06-25 | move handle_options in state, as should be. | Marc Espie | |
fix a buglet in vsystem | |||
2010-06-25 | do options the other way so that we provide defaults that can be overridden | Marc Espie | |
locally | |||
2010-06-25 | use new state (so no need to parse some options). | Marc Espie | |
this requires exporter for now. | |||
2010-06-25 | use locator object. | Marc Espie | |
rework options into state | |||
2010-06-25 | move common options (-D/-v) handling code upto State. | Marc Espie | |
rework handle_options to be code in state proper, so that I can remove a class that's actually useless. reuse the export code from getopt so that legacy code still get opt_x working. | |||
2010-06-25 | allow creation of a unique PackageLocator object, that stores state, | Marc Espie | |
and thus can eventually be used to create repositories, print messages, etc. | |||
2010-06-25 | fix "deduplicate" code. | Marc Espie | |
allow prepend as well as add | |||
2010-06-25 | sha25 -> sha256 as noticed by Nigel Taylor | Marc Espie | |
2010-06-24 | Include files annotated @bin in the database produced by pkg_mklocatedb; | Stuart Henderson | |
reported by Antti Harri who gave a very good tip helping analysis, thanks! ok espie@ | |||
2010-06-20 | display bad symlinks by destination | Marc Espie | |
2010-06-19 | let build libspec match as they should. | Marc Espie | |
namely, if a shared lib exists, then a static library should not match if the version number is not okay. problem noticed by sthen@, okay sthen@ | |||
2010-06-18 | oops | Marc Espie | |
2010-06-18 | document newer module and new framework (somewhat...) | Marc Espie | |
document more stuff from Vstat. | |||
2010-06-18 | whitespace | Marc Espie | |
2010-06-18 | reuse for_list | Marc Espie | |
2010-06-18 | buglet: Log object needs a printer to run f(). | Marc Espie | |
introduce for_list() iterator in ProgressMeter and use it | |||
2010-06-15 | handle lost+found | Marc Espie | |
2010-06-15 | it's okay for partial- packages to be a bit weird... | Marc Espie | |
2010-06-15 | typo2 | Marc Espie | |
2010-06-15 | with more primitive primitives, we don't need to override so much... | Marc Espie | |
2010-06-15 | typo | Marc Espie | |
2010-06-15 | more printing changes. | Marc Espie | |
move log operations into their own file, since they're used outside of pkg_add/pkg_delete by pkg_check. move all system stuff to State, so that printing can be localized/controlled. Create primitives _print, _errprint, _fatal for overriding output, without localization. Accordingly, move a lot of code out of Error. We should also move Unlink and Copy eventually. |