razor.h
2007-11-07 Add the first bits of rpm file parser.
2007-11-04 Parse filelists.xml.gz too, so we import the yum files too.
2007-10-31 Store requires and provides in the same list.
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-19 Refactor the import interface and make it opaque.
2007-09-19 Add importer for system rpm database.
2007-09-18 Split importers to import.c.