src/main.c
2008-07-08 Always open all three rzdb files when we're merging package sets.
2008-07-02 rename the .repo files to .rzdb files
2008-07-01 convert the NULL sentinel to RAZOR_DETAIL_LAST
2008-06-30 Get rid of razor_set_get_package().
2008-06-30 Tweak razor search a bit: casefold, print summary, search rawhide instead.
2008-06-30 the vararg list must be terminated with zero else 64bit machines may crash
2008-06-30 convert razor_package_get_details() and razor_package_iterator_next() to varargs
2008-06-28 Revert "Get api docs building"
2008-06-26 Add 'search' command
2008-06-26 Save the details and files repo files when importing a dir of rpms
2008-06-26 Add return codes to razor_set_open_files and open_details
2008-06-25 Factor out package selection and listing in main.c.
2008-06-25 Error out if package isn't found instead of listing all properties.
2008-06-23 Nuke ARRAY_SIZE and obsolete razor_set_list_unsatisfied from razor.h.
2008-06-23 Display progress when importing rpms
2008-06-23 Merge commit 'jbowes/master'
2008-06-20 Merge branch 'krh/master'
2008-06-20 Return if we fail to open root.
2008-06-20 Introduce install/remove iterators.
2008-06-20 Fix the razor_set_diff() callback prototype.
2008-06-20 command_update: check the right return code to see if transaction failed.
2008-06-20 Add getter to return system set for a razor_root.
2008-06-20 Rename razor_importer_new to _create to follow convention.
2008-06-20 Record the time of dependencies (post, pre, postun, preun).
2008-06-19 Make razor install work again after the razor_root changes.
2008-06-16 Autoconfify razor.