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
2008-06-26 James Bowes Add 'search' command
2008-06-26 James Bowes Save the details and files repo files when importing a dir of rpms
2008-06-26 James Bowes Add import-rpms to bash-completion
2008-06-26 James Bowes get rpm -qpi working fully
2008-06-26 James Bowes Add return codes to razor_set_open_files and open_details
2008-06-26 James Bowes Get api docs building
2008-06-26 James Bowes Add missing newline for conflicts output
2008-06-25 James Bowes Update gitignore files for docs and test-driver
2008-06-25 James Bowes Get the test driver compiling and running again (but not passing).
2008-06-25 Kristian H?gsberg Also don't explode when a given path doesn't exist.
2008-06-25 Richard Hughes Don't explode when listing files.
2008-06-25 Kristian H?gsberg Factor out package selection and listing in main.c.
2008-06-25 Richard Hughes Error out if package isn't found instead of listing all properties.
2008-06-23 James Bowes For rpm --query, --requires is also -R
2008-06-23 James Bowes Create an empty package iterator when we don't know about the given file.
2008-06-23 James Bowes Implement rpm --query --file
2008-06-23 James Bowes Display razor version number for rpm --version
2008-06-23 James Bowes Implement rpm --query --list
2008-06-23 James Bowes Make file listing (either per-repo or per-package) use the correct string pool
2008-06-23 James Bowes Save all 3 repo files on razor_root_create
2008-06-23 Richard Hughes Fix configure.ac version, remove /usr/bin/rpm workaround from spec file.
2008-06-23 Kristian H?gsberg Nuke ARRAY_SIZE and obsolete razor_set_list_unsatisfied from razor.h.
2008-06-23 Kristian H?gsberg Move a couple of unrelated functions out of transaction.c.
2008-06-23 Kristian H?gsberg Use GCC 4 -fvisibility to control exported symbols.
2008-06-23 James Bowes Merge commit 'krh/master'
2008-06-23 Kristian H?gsberg Compare the right index against pq->count.
2008-06-23 Kristian H?gsberg Add some support for --info.
2008-06-23 Kristian H?gsberg Don't install /usr/bin/rpm just yet...
2008-06-23 James Bowes Actually store the files strings in the files string pool
2008-06-23 James Bowes Display progress when importing rpms
2008-06-23 Kristian H?gsberg Set up gtkdoc for razor.
2008-06-23 Richard Hughes Rename bash completion script to razor.sh
2008-06-23 Richard Hughes Don't assume razor is being run locally in bash-completion.
2008-06-23 Kristian H?gsberg Merge commit 'jbowes/master'
2008-06-20 James Bowes Merge branch 'krh/master'
2008-06-20 Kristian H?gsberg When uniquifying properties, also sort them on the owning package.
2008-06-20 Kristian H?gsberg Call exit() instead of just returning if child fails.
2008-06-20 Kristian H?gsberg Return if we fail to open root.
2008-06-20 Kristian H?gsberg Introduce install/remove iterators.
2008-06-20 Kristian H?gsberg Fix the razor_set_diff() callback prototype.
2008-06-20 Kristian H?gsberg command_update: check the right return code to see if transaction failed.
2008-06-20 Kristian H?gsberg Fix package queries for empty sets.
2008-06-20 Kristian H?gsberg Add getter to return system set for a razor_root.
2008-06-20 Kristian H?gsberg Rename razor_importer_new to _create to follow convention.
2008-06-20 Kristian H?gsberg Break up the monolithic razor.c.