librazor/rpm.c
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.