2009-02-05 J. Ali Harlow Implement lua scripts with support for standard and posix libraries.
2009-01-22 J. Ali Harlow Implement relocatations when installing rpms.
2009-01-14 J. Ali Harlow Fix bug causing "razor remove" to quietly fail.
2009-01-14 J. Ali Harlow Fix bug causing "razor list-files" to fail to see any files.
2009-01-14 J. Ali Harlow Fix bug causing merger to place file names in the main string pool
2009-01-13 J. Ali Harlow Don't try and stat the installation root if it's the empty string.
2009-01-12 J. Ali Harlow Cope with the non-atomic behaviour of rename on MS-Windows
2009-01-12 J. Ali Harlow Treat razor data files as binary consistently
2009-01-12 J. Ali Harlow Generate razor.pc in line with details determined during config
2009-01-09 J. Ali Harlow Include test.xml in the distribution since it is needed for make check.
2009-01-09 J. Ali Harlow Add some error checking and reporting for writing upstream data
2009-01-09 J. Ali Harlow Close files before deleting them for compatibility with MS-Windows
2009-01-09 J. Ali Harlow Use CSIDL on MS-Windows platforms instead of FHS paths.
2009-01-09 J. Ali Harlow Avoid use of non-standard %m printf conversion code.
2009-01-08 J. Ali Harlow Provide a program_name global variable as required by gnulib to
2009-01-08 J. Ali Harlow Replace call to random() with the more portable rand() since we
2009-01-08 J. Ali Harlow Use fsync from gnulib for portability
2009-01-08 J. Ali Harlow Link to winsock2 under mingw (needed for ntohl).
2009-01-08 J. Ali Harlow Add an early include of config.h as required by gnulib
2009-01-08 J. Ali Harlow Remove another unnecessary include of sys/mman.h
2009-01-08 J. Ali Harlow Use gnulib with the razor binary for portability (for fnmatch in particular).
2009-01-08 J. Ali Harlow Remove unnecessary include of sys/mman.h
2009-01-08 J. Ali Harlow Only include sys/wait.h on platforms that have it.
2009-01-08 J. Ali Harlow Include winsock.h rather than arpa/inet.h on mingw platforms.
2009-01-08 J. Ali Harlow Don't attempt to use chroot() on systems that don't support it.
2009-01-08 J. Ali Harlow Don't try and create symbolic links on platforms that don't support symlink()
2009-01-07 J. Ali Harlow Support platforms where mkdir only takes one argument (eg., MS-Windows)
2009-01-07 J. Ali Harlow Include limits.h in files which used PATH_MAX for portability
2009-01-07 J. Ali Harlow Avoid unportable "uint" type
2009-01-07 J. Ali Harlow Add support for platforms without fnmatch.
2009-01-06 J. Ali Harlow Support platforms without mmap
2009-01-06 J. Ali Harlow Make curl an optional dependancy
2009-01-06 J. Ali Harlow Make rpmlib an optional dependency
2009-01-05 J. Ali Harlow Reduce intltool requirements to version 0.35 for compatibility with Centos 5
2008-07-09 James Bowes Use strings to identify section types in the on-disk repo format.
2008-07-08 Kristian H?gsberg Convert main.c to use razor_root for most cases.
2008-07-08 Kristian H?gsberg Change the install iterator API to what we want.
2008-07-08 Kristian H?gsberg Always open all three rzdb files when we're merging package sets.
2008-07-08 Kristian H?gsberg Fix old typo in file merging code.
2008-07-08 Kristian H?gsberg Use the file string pool when merging directories.
2008-07-02 Kristian H?gsberg Rename a couple more .repo references.
2008-07-02 Kristian H?gsberg Move DEPSOLVE.txt and REPO.txt into docbook.
2008-07-02 Richard Hughes rename the .repo files to .rzdb files
2008-07-01 Kristian H?gsberg Document the razor_importer API.
2008-07-01 Kristian H?gsberg Update docs for the RAZOR_DETAIL_LAST change.
2008-07-01 Richard Hughes convert the NULL sentinel to RAZOR_DETAIL_LAST
2008-06-30 Kristian H?gsberg Get rid of razor_set_get_package().
2008-06-30 Kristian H?gsberg Tweak razor search a bit: casefold, print summary, search rawhide instead.
2008-06-30 Richard Hughes the vararg list must be terminated with zero else 64bit machines may crash
2008-06-30 Richard Hughes trivial: razor_property_iterator_create() can have package NULL and be valid
2008-06-30 Richard Hughes convert razor_package_get_details() and razor_package_iterator_next() to varargs
2008-06-29 Richard Hughes protect all exported functions by checking the input parameters for NULL input
2008-06-29 Richard Hughes add missing licencing information at the top of each source file
2008-06-28 Kristian H?gsberg Remove a couple of done TODO items.
2008-06-28 Kristian H?gsberg Merge commit 'fdo/master'
2008-06-26 Richard Hughes include stdint.h in razor.h to fix an error
2008-06-25 Richard Hughes Allow NULL pointers in razor_package_get_details().
2008-06-25 Kristian H?gsberg Fix pkg-config file problems.
2008-06-28 Kristian H?gsberg Revert "Get api docs building"
2008-06-26 James Bowes Add more gtk-doc artifacts to gitignore