razor.c
2007-10-24 Track files per package and add command to list them.
2007-10-23 Add fnmatch() filtering to output to improve tab-completion.
2007-10-22 Track file owner ship.
2007-10-21 Implement listing only files in a subdirectory.
2007-10-21 Add a file tree section to the package set structure.
2007-10-07 Extend importers to also pick up filelists for packages.
2007-10-05 Add diff function to compute the difference between two package sets.
2007-09-30 Split command line interface out into main.c.
2007-09-29 Implement linear package set merger.
2007-09-20 Split the property pool into three pools; requires, provides and packages.
2007-09-20 Implement updating all packages.
2007-09-20 Implement the rest of package updating.
2007-09-19 Add comment about how to implement package addition faster.
2007-09-19 Implement comparison of version strings and use where appropriate.
2007-09-19 Sort packages on version as second order criteria.
2007-09-19 First bits of package set update algorithm.
2007-09-19 Move string hash table buckets to importer object.
2007-09-19 Refactor the import interface and make it opaque.
2007-09-19 Fix swapping of map entries in __qsort_with_data.
2007-09-19 Add importer for system rpm database.
2007-09-18 Split importers to import.c.
2007-09-14 Make qsort_with_data return a map and avoid import_package/property.
2007-09-13 Fix warning.
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.