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.
2008-06-20 Kristian H?gsberg Record the time of dependencies (post, pre, postun, preun).
2008-06-19 Kristian H?gsberg Handle NULL dirnames when importing rpms into a set.
2008-06-19 Kristian H?gsberg Make razor install work again after the razor_root changes.
2008-06-16 Kristian H?gsberg Don't fail to update if there is not older package found.
2008-06-16 Kristian H?gsberg Fix a typo when creating the root path.
2008-06-16 Richard Hughes Add spec file.
2008-06-16 Richard Hughes Autoconfify razor.
2008-06-15 Kristian H?gsberg Do the same for rpm -i and rpm -U.
2008-06-15 Kristian H?gsberg Use depsolver to verify rpm -e, flush out more options.
2008-06-09 Kristian H?gsberg Make razor_transaction_describe() work and use it in rpm wrapper.
2008-06-09 Kristian H?gsberg Remove some debug prints from depsolver.
2008-06-09 Kristian H?gsberg Add read-only open function for razor_root and support --root in rpm wrapper.