src/main.c
2014-10-17 Add low-level dump command to aid debugging
2014-10-09 Support downloading from local repository even without libcurl
2014-09-09 Add error domains and codes
2014-09-08 Add control over database location
2014-08-23 Fix compiler warnings
2012-02-17 razor_rpm_open() should take an error parameter, not an atomic
2012-02-16 razor_create_root() should take an error pointer
2012-02-16 Allow multiple atomic transactions to be used with one root object.
2012-02-11 Fix object management in error paths
2012-02-09 Add transaction barriers
2012-02-01 Fix bug causing scripts to be run at the wrong time
2011-11-10 Use Windows KTM (atomic transactions) where supported.
2009-10-01 Fix bug causing razor update foo to always install foo
2009-08-13 Basic support for update
2009-07-08 Fix bugs when removing files and directories
2009-07-07 Pass installation-count to scripts
2009-07-03 Go back to having all info in one rzdb file.
2009-07-03 Support RPM_INSTALL_PREFIX{n} during uninstall
2009-06-12 Add basic support for uninstall scripts.
2009-05-01 Add very basic support for removing packages
2009-04-22 Add support for named roots so that we can understand MS-Windows paths
2009-01-22 Implement relocatations when installing rpms.
2009-01-14 Fix bug causing "razor remove" to quietly fail.
2009-01-14 Fix bug causing "razor list-files" to fail to see any files.
2009-01-12 Treat razor data files as binary consistently
2009-01-09 Add some error checking and reporting for writing upstream data
2009-01-07 Include limits.h in files which used PATH_MAX for portability
2009-01-06 Make curl an optional dependancy
2009-01-06 Make rpmlib an optional dependency
2008-07-08 Convert main.c to use razor_root for most cases.
2008-07-08 Change the install iterator API to what we want.
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.