Mercurial
razor
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
(0)
tip
razor.c
2007-09-20
Split the property pool into three pools; requires, provides and packages.
file
|
diff
|
annotate
2007-09-20
Implement updating all packages.
file
|
diff
|
annotate
2007-09-20
Implement the rest of package updating.
file
|
diff
|
annotate
2007-09-19
Add comment about how to implement package addition faster.
file
|
diff
|
annotate
2007-09-19
Implement comparison of version strings and use where appropriate.
file
|
diff
|
annotate
2007-09-19
Sort packages on version as second order criteria.
file
|
diff
|
annotate
2007-09-19
First bits of package set update algorithm.
file
|
diff
|
annotate
2007-09-19
Move string hash table buckets to importer object.
file
|
diff
|
annotate
2007-09-19
Refactor the import interface and make it opaque.
file
|
diff
|
annotate
2007-09-19
Fix swapping of map entries in __qsort_with_data.
file
|
diff
|
annotate
2007-09-19
Add importer for system rpm database.
file
|
diff
|
annotate
2007-09-18
Split importers to import.c.
file
|
diff
|
annotate
2007-09-14
Make qsort_with_data return a map and avoid import_package/property.
file
|
diff
|
annotate
2007-09-13
Fix warning.
file
|
diff
|
annotate
2007-09-13
Use equality of string pool indices for string equality tests.
file
|
diff
|
annotate
2007-09-13
Add qsort_with_data that let's us pass user data to the compare callback.
file
|
diff
|
annotate
2007-09-12
Implement package set validation.
file
|
diff
|
annotate
2007-09-12
Make what-requires/provides support versioned queries.
file
|
diff
|
annotate
2007-09-12
Clean up writing/reading package sets a bit.
file
|
diff
|
annotate
2007-09-11
Implement property (requires/provides) to package mapping.
file
|
diff
|
annotate
2007-09-07
Refactor razor_set_write() a bit and stop writing the buckets section.
file
|
diff
|
annotate
2007-09-07
Use bsearch instead of hash table when looking up packages.
file
|
diff
|
annotate
2007-09-07
Add import feature for yum primary.xml files.
file
|
diff
|
annotate
2007-09-07
Add a size field to the section headers to avoid sentinels.
file
|
diff
|
annotate
2007-09-07
Clean up import logic and make it independent of XML parsing.
file
|
diff
|
annotate
2007-09-07
Sort on version as second order key for provides and requires.
file
|
diff
|
annotate
2007-09-06
Track the requires and provides per package.
file
|
diff
|
annotate
2007-09-06
Uniqueify requires and provides after import.
file
|
diff
|
annotate
2007-09-06
Also import requires.
file
|
diff
|
annotate
2007-09-05
Track provides in the package set.
file
|
diff
|
annotate
2007-09-04
Factor out array code.
file
|
diff
|
annotate
2007-09-03
Cleanup and renaming: hashtable and razor_context combined into razor_set.
file
|
diff
|
annotate
2007-09-03
Add a simple package list to the repo.
file
|
diff
|
annotate
2007-09-03
Initial commit.
file
|
diff
|
annotate
(0)
tip