librazor/root.c
2009-01-12 Cope with the non-atomic behaviour of rename on MS-Windows
2009-01-12 Treat razor data files as binary consistently
2009-01-09 Close files before deleting them for compatibility with MS-Windows
2009-01-09 Use CSIDL on MS-Windows platforms instead of FHS paths.
2009-01-07 Include limits.h in files which used PATH_MAX for portability
2008-07-08 Convert main.c to use razor_root for most cases.
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-06-29 protect all exported functions by checking the input parameters for NULL input
2008-06-29 add missing licencing information at the top of each source file
2008-06-23 Save all 3 repo files on razor_root_create
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 Add getter to return system set for a razor_root.
2008-06-20 Break up the monolithic razor.c.