librazor/razor.c
2009-10-01 Fix bug causing multiple installs to abort
2009-08-18 Fix bug causing remove to abort
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-06 Set RPM_INSTALL_PREFIX{n} in preun as well
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-14 Order the installation and removal of packages correctly so scripts can run
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-12 Treat razor data files as binary consistently
2009-01-08 Add an early include of config.h as required by gnulib
2009-01-06 Support platforms without mmap
2008-07-09 Use strings to identify section types in the on-disk repo format.
2008-07-08 Change the install iterator API to what we want.
2008-07-01 Update docs for the RAZOR_DETAIL_LAST change.
2008-07-01 convert the NULL sentinel to RAZOR_DETAIL_LAST
2008-06-30 Get rid of razor_set_get_package().
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-29 protect all exported functions by checking the input parameters for NULL input
2008-06-28 Merge commit 'fdo/master'
2008-06-25 Allow NULL pointers in razor_package_get_details().
2008-06-26 Add return codes to razor_set_open_files and open_details
2008-06-25 Also don't explode when a given path doesn't exist.
2008-06-25 Don't explode when listing files.
2008-06-23 Make file listing (either per-repo or per-package) use the correct string pool
2008-06-23 Move a couple of unrelated functions out of transaction.c.
2008-06-23 Use GCC 4 -fvisibility to control exported symbols.
2008-06-23 Actually store the files strings in the files string pool
2008-06-23 Set up gtkdoc for razor.
2008-06-23 Merge commit 'jbowes/master'
2008-06-20 Merge branch 'krh/master'
2008-06-20 Introduce install/remove iterators.
2008-06-20 Fix the razor_set_diff() callback prototype.
2008-06-20 Break up the monolithic razor.c.
2008-06-20 Record the time of dependencies (post, pre, postun, preun).
2008-06-16 Don't fail to update if there is not older package found.
2008-06-16 Autoconfify razor.