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.
2008-06-09 Kristian H?gsberg Add --initdb support for rpm wrapper.
2008-06-09 Kristian H?gsberg Move razor root code to its own file.
2008-06-09 Kristian H?gsberg Add librazor.a to Makefile to make it clearer what is core razor.
2008-06-09 Kristian H?gsberg Introduce struct razor_root.
2008-06-09 Kristian H?gsberg Make yum url overridable by environment variable YUM_URL.
2008-06-09 Kristian H?gsberg Rewrite depsolver to use a series of passes over all packages.
2008-06-15 James Bowes WIP patch for seperate files for filelists and package details
2008-06-15 James Bowes Use a seperate string pool for package details
2008-06-15 James Bowes Use a seperate string pool for files
2008-06-15 James Bowes Add info command to bash completion
2008-06-08 James Bowes Add url and license package data as well
2008-06-08 James Bowes Import summary and description into the repo files.
2008-06-08 James Bowes Clean up some segfaults in the test driver
2008-06-04 Kristian H?gsberg Factor out --query package selection, share with --verify.
2008-06-04 Kristian H?gsberg Start implementing rpm -i.
2008-06-04 Kristian H?gsberg Start implementing erase - still need better depsolver.
2008-06-04 Kristian H?gsberg Support bundling of single letter options.
2008-06-04 Kristian H?gsberg Process all option structs that match a given arg.
2008-06-04 Kristian H?gsberg Implement the rpm --package option.
2008-06-04 Kristian H?gsberg Flesh out the rpm -q part of the rpm command line wrapper.
2008-06-03 Kristian H?gsberg Start rpm commandline compatible wrapper.
2008-04-30 Kristian H?gsberg Add more TODO items.
2008-04-09 Kristian H?gsberg Edit TODO a bit.
2008-04-09 Kristian H?gsberg Add GPLv2 license headers.
2008-04-09 Kristian H?gsberg Use the cpio headers instead of the rpm headers when unpacking.
2008-04-08 Kristian H?gsberg Make transaction resolve step optional.
2008-04-08 Kristian H?gsberg Don't add package to transaction more than once.
2008-04-07 Kristian H?gsberg Mark package to be installed or removed after creating the transaction.
2008-04-07 Kristian H?gsberg Detect failure to create download target file.
2008-04-07 Kristian H?gsberg Create rpms dir on demand.
2008-04-07 Kristian H?gsberg Silly spelling error.
2008-04-07 Kristian H?gsberg Handle http errors better.
2008-04-07 Kristian H?gsberg Handle arch correctly in command_download() and print some status at the end.