0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- use namespace instead of solvable for languages (breaks some test cases, solv files have to be regenerated) More... over 16 years ago
- add optimization comment More... over 16 years ago
allow empty strings More... over 16 years ago
- allow empty string space More... over 16 years ago
Use repodata_merge_attrs to implement =Shr again. Currently suboptimal, as the blob data isn't shared in the file (the old attribute store simply copied only ofs/len, the new one creates a new blob for each reference to the same data snippet). More... over 16 years ago
Split repodata_insert_keyid from repodata_set to create repodata_merge_attrs. More... over 16 years ago
A subtle but fatal off-by-one. More... over 16 years ago
Storing the schema in front of the incore data releaves us from fiddling with the entryschema members. More... over 16 years ago
Document repodata_internalize a bit, after understanding what it does :) More... over 16 years ago
I'm fairly sure this is right. Probably untested code path. More... over 16 years ago
compile
Duncan Mac-Vicar P.
as Duncan Mac-Vicar P
More... over 16 years ago
Increment needid[] of the right member. More... over 16 years ago
remove superfluous Pool argument in policy_illegal_ functions More... over 16 years ago
no comment More... over 16 years ago
Small nit. More... over 16 years ago
- split assignment to shut up stupid g++ compiler More... over 16 years ago
- add key filtering to repo_write - change repo_write so that it combines all available data - integrate attr_store into repodata - write storage parameter with every key, bump solv revision to 5 - don't create system rules for atoms - change repo_susetags to use repodata interface More... over 16 years ago
Added callbacks for policy handling. More... over 16 years ago
- add dirpool support More... over 16 years ago
introduce 'Covenants' as a generic representation of 'Locks' Covenants are bound to the Solver and should be taken into account when solving. Still incomplete ! More... over 16 years ago
Very subtle sign/zero-extension bug occuring on 64bit. More... over 16 years ago
- add dir reading code to solv reader - change DU skeleton to use new layout - add new type TYPE_DIR More... over 16 years ago
Let's give fastlz a license, shall we? More... over 16 years ago
It's nicer to represent the special numbers as TYPE_VOID with the actual value sitting in key->size. More... over 16 years ago
package submitted More... over 16 years ago
reduced looging More... over 16 years ago
- add evrcmp_str for ma More... over 16 years ago
- fix support for splitprovides - add some unfinished code for DU queries More... over 16 years ago
- clarify More... over 16 years ago
docu added More... over 16 years ago