librazor/rpm.c
2012-02-11 Pass script failures up to caller
2011-11-10 Use Windows KTM (atomic transactions) where supported.
2009-07-07 Pass installation-count to scripts
2009-07-03 Support RPM_INSTALL_PREFIX{n} during uninstall
2009-07-02 Support empty scripts
2009-06-12 Add basic support for uninstall scripts.
2009-05-01 Set RPM_INSTALL_PREFIX{n} environment variables for use in scripts
2009-04-22 Add support for named roots so that we can understand MS-Windows paths
2009-02-14 Refactor run_script for improved readability
2009-02-05 Implement lua scripts with support for standard and posix libraries.
2009-01-22 Implement relocatations when installing rpms.
2009-01-13 Don't try and stat the installation root if it's the empty string.
2009-01-12 Treat razor data files as binary consistently
2009-01-09 Avoid use of non-standard %m printf conversion code.
2009-01-08 Link to winsock2 under mingw (needed for ntohl).
2009-01-08 Only include sys/wait.h on platforms that have it.
2009-01-08 Include winsock.h rather than arpa/inet.h on mingw platforms.
2009-01-08 Don't attempt to use chroot() on systems that don't support it.
2009-01-08 Don't try and create symbolic links on platforms that don't support symlink()
2009-01-07 Include limits.h in files which used PATH_MAX for portability
2009-01-06 Support platforms without mmap
2008-06-29 protect all exported functions by checking the input parameters for NULL input
2008-06-26 get rpm -qpi working fully
2008-06-23 Use GCC 4 -fvisibility to control exported symbols.
2008-06-23 Merge commit 'jbowes/master'
2008-06-20 Merge branch 'krh/master'
2008-06-20 Call exit() instead of just returning if child fails.
2008-06-20 Record the time of dependencies (post, pre, postun, preun).
2008-06-19 Handle NULL dirnames when importing rpms into a set.
2008-06-16 Autoconfify razor.