Age | Commit message (Expand) | Author |
2014-02-04 | prevent updates from starting with a lone ":" | Marc Espie |
2014-02-04 | kill very old compatibility code (2009/04... those exceptions are fully dead) | Marc Espie |
2014-02-04 | check for errors before dependencies, anyways. | Marc Espie |
2014-02-03 | perl is actually VERY BAD at scraping captured variables until the end. | Marc Espie |
2014-02-03 | don't remove this test, indicate why it can trigger | Marc Espie |
2014-02-03 | gc old stuff that never fixed the problem it intended to fix :( | Marc Espie |
2014-02-03 | store compact form of manpages. | Marc Espie |
2014-02-03 | remove extra cache copy in memory... | Marc Espie |
2014-02-03 | zap duplicate test, spotted by Arto Jonsson | Marc Espie |
2014-02-03 | don't really need exactstem, the initial grep is good enough | Marc Espie |
2014-02-03 | don't keep tied information around ! | Marc Espie |
2014-02-02 | don't create empty lists that won't be used | Marc Espie |
2014-02-02 | gc really old code | Marc Espie |
2014-02-02 | pseudo handle needs dependency_info too, forgot that one. | Marc Espie |
2014-02-02 | simplify how "kept" packages are handled. First, we never need their | Marc Espie |
2014-02-02 | now that things are clean enough, we just need to figure out kept packages | Marc Espie |
2014-02-02 | make sure kept handles are complete... not really optimized so far, but will | Marc Espie |
2014-02-01 | style | Marc Espie |
2014-02-01 | sort out the code to figuring out kept packages. | Marc Espie |
2014-02-01 | let solve_depends work as soon as we have update_info | Marc Espie |
2014-02-01 | handling of critical section was wrong. Interrupting an update once we're | Marc Espie |
2014-02-01 | don't bother caching, it's no longer useful | Marc Espie |
2014-02-01 | use conflict_list directly from handle. | Marc Espie |
2014-02-01 | no need to test for plist, we get the conflict_list since we have update_info | Marc Espie |
2014-02-01 | handles are more adequate places to stash conflict lists, since they can | Marc Espie |
2014-02-01 | style | Marc Espie |
2014-01-31 | @md5 annotations died at the end of 2008, so it's reasonable to scrape the | Marc Espie |
2014-01-31 | no longer a need for the solver, which is fortunate as this creates | Marc Espie |
2014-01-31 | avoid creating backrefs | Marc Espie |
2014-01-31 | handle conflict with partial in a less hackish ways, by passing an | Marc Espie |
2014-01-31 | minor fix: don't go to cache if genuine install | Marc Espie |
2014-01-30 | wipe locations a bit more thoroughly | Marc Espie |
2014-01-30 | avoid storing dead keys. | Marc Espie |
2014-01-30 | don't save empty errors | Marc Espie |
2014-01-30 | indent fix | Marc Espie |
2014-01-30 | most PkgSpec are default conflicts, so not storing empty constraints... | Marc Espie |
2014-01-30 | not really a need to store state in the location, when we can ask | Marc Espie |
2014-01-30 | minor bug-fix, make sure partial is handled properly. | Marc Espie |
2014-01-30 | don't create empty entries | Marc Espie |
2014-01-30 | finish killing old annotation | Marc Espie |
2014-01-25 | more ArcCheck nits: don't allow a file to be u-r/g-r without an explicit | Marc Espie |
2014-01-25 | somehow, bytes got garbled. Be less cute and seek twice, that works. | Marc Espie |
2014-01-24 | subject -z hints (fuzzy update) to quirks' tweak_search. | Marc Espie |
2014-01-23 | tweak the way we create and sign packages significantly: | Marc Espie |
2014-01-23 | oops, pkg_sign is unhappy without -o. | Marc Espie |
2014-01-23 | more sophisticated warning: builds with empty SIGNING_PARAMETERS | Marc Espie |
2014-01-23 | new interface to be able to manipulate output better | Marc Espie |
2014-01-23 | explain signatures | Marc Espie |
2014-01-23 | clean-up synopsis | Marc Espie |
2014-01-23 | check parameters better. | Marc Espie |