0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Duncan forgot the docu More... over 16 years ago
- make refine_suggestion static again - clean up the code a bit More... over 16 years ago
- always refine solutions, put result in problem queue - do not print result of solving anymore More... over 16 years ago
Interface to search for strings in attributes. More... over 16 years ago
- oops, I wonder why the testsuite doesn't catch typos like that... More... over 16 years ago
- fix stupid bug More... over 16 years ago
- moved some policy functions to policy.h - rewrote problem handling - reenable system rules if jobrules get disabled - some code cleanup More... over 16 years ago
doc added More... over 16 years ago
Fix x64_86 build which exits with More... over 16 years ago
Let's use the really correct specifier :) More... over 16 years ago
make vintage systems happy too More... over 16 years ago
fix the build More... over 16 years ago
refine_suggestion archchanges moved to header file. This funktions are needed in libzypp More... over 16 years ago
- implement branching and solution callback More... over 16 years ago
make it executable More... over 16 years ago
install the tools More... over 16 years ago
- add a license - don't branch for supplemented packages - fix off by one in minimize queue revert code More... over 16 years ago
compile testsuite only if present
Duncan Mac-Vicar P.
as Duncan Mac-Vicar P
More... over 16 years ago
- move policy-ruby.c into ruby dir - fix lock xml parsing in deptestomatic. grrr.... - support multiple verbosity levels - add experimental minimization feature - always take first element of prune function to annoy coolo - sorry, no policy support yet More... over 16 years ago
disable ruby policy because it breaks libzypp
Duncan Mac-Vicar P.
as Duncan Mac-Vicar P
More... over 16 years ago
First try on a (ruby based) policy engine More... over 16 years ago
Add my own version of a Lempel-Ziv type compressor, so we can compress the blob pages nicely. The compression rate is usually between 60% and 80%, which is good enough for our purposes. In return for that it decompresses blazingly fast. The thing slowly comes together. More... over 16 years ago
- do not be that verbose - format solutions a bit better More... over 16 years ago
- fix bug in last bugfix - make suggestions a bit better More... over 16 years ago
- allow downgrade for INSTALL_SOLVABLE - add support for "version" in deptestomatic's select_solvable() - comment to repo_content More... over 16 years ago
yep, right. DISTVERSION is the same misunderstanding More... over 16 years ago
fixing misunderstanding More... over 16 years ago
The blobs are now stored and loaded. If the input file for the attr store is seekable we load the blobs on demand, and as we do this in pages we don't even need much more memory (currently I'm using 4 pages at 32KB each, so the constant memory overhead for all authors and descriptions and other blobs is only 128Kb per attr store). And it isn't even slow :-) More... over 16 years ago
Parse also a second packages file (e.g. packages.en) catted to stdin, so that we can annotate already existing packages, e.g. with summary and description. Store authors and description as blobs. More... over 16 years ago
We can create blobs now. But can't yet store them into the file :) More... over 16 years ago