razor.c
2007-09-13 Use equality of string pool indices for string equality tests.
2007-09-13 Add qsort_with_data that let's us pass user data to the compare callback.
2007-09-12 Implement package set validation.
2007-09-12 Make what-requires/provides support versioned queries.
2007-09-12 Clean up writing/reading package sets a bit.
2007-09-11 Implement property (requires/provides) to package mapping.
2007-09-07 Refactor razor_set_write() a bit and stop writing the buckets section.
2007-09-07 Use bsearch instead of hash table when looking up packages.
2007-09-07 Add import feature for yum primary.xml files.
2007-09-07 Add a size field to the section headers to avoid sentinels.
2007-09-07 Clean up import logic and make it independent of XML parsing.
2007-09-07 Sort on version as second order key for provides and requires.
2007-09-06 Track the requires and provides per package.
2007-09-06 Uniqueify requires and provides after import.
2007-09-06 Also import requires.
2007-09-05 Track provides in the package set.
2007-09-04 Factor out array code.
2007-09-03 Cleanup and renaming: hashtable and razor_context combined into razor_set.
2007-09-03 Add a simple package list to the repo.
2007-09-03 Initial commit.