razor.git
2008-07-09 Kristian H... Use the file string pool when merging directories.
2008-07-02 Kristian H... Rename a couple more .repo references.
2008-07-02 Kristian H... Move DEPSOLVE.txt and REPO.txt into docbook.
2008-07-02 Richard Hughesrename the .repo files to .rzdb files
2008-07-01 Kristian H... Document the razor_importer API.
2008-07-01 Kristian H... Update docs for the RAZOR_DETAIL_LAST change.
2008-07-01 Richard Hughesconvert the NULL sentinel to RAZOR_DETAIL_LAST
2008-06-30 Kristian H... Get rid of razor_set_get_package().
2008-06-30 Kristian H... Tweak razor search a bit: casefold, print summary,...
2008-06-30 Richard Hughesthe vararg list must be terminated with zero else 64bit...
2008-06-30 Richard Hughestrivial: razor_property_iterator_create() can have...
2008-06-30 Richard Hughesconvert razor_package_get_details() and razor_package_i...
2008-06-29 Richard Hughesprotect all exported functions by checking the input...
2008-06-29 Richard Hughesadd missing licencing information at the top of each...
2008-06-29 Kristian H... Remove a couple of done TODO items.
2008-06-28 Kristian H... Merge commit 'fdo/master'
2008-06-28 Kristian H... Revert "Get api docs building"
2008-06-27 James BowesAdd more gtk-doc artifacts to gitignore
2008-06-26 James BowesAdd 'search' command
2008-06-26 James BowesSave the details and files repo files when importing...
2008-06-26 James BowesAdd import-rpms to bash-completion
2008-06-26 James Bowesget rpm -qpi working fully
2008-06-26 James BowesAdd return codes to razor_set_open_files and open_details
2008-06-26 James BowesGet api docs building
2008-06-26 James BowesAdd missing newline for conflicts output
2008-06-26 Richard Hughesinclude stdint.h in razor.h to fix an error
2008-06-26 James BowesUpdate gitignore files for docs and test-driver
2008-06-26 James BowesGet the test driver compiling and running again (but...
2008-06-25 Richard HughesAllow NULL pointers in razor_package_get_details().
2008-06-25 Kristian H... Fix pkg-config file problems.
2008-06-25 Kristian H... Also don't explode when a given path doesn't exist.
2008-06-25 Richard HughesDon't explode when listing files.
2008-06-25 Kristian H... Factor out package selection and listing in main.c.
2008-06-25 Richard HughesError out if package isn't found instead of listing...
2008-06-24 James BowesFor rpm --query, --requires is also -R
2008-06-24 James BowesCreate an empty package iterator when we don't know...
2008-06-24 James BowesImplement rpm --query --file
2008-06-24 James BowesDisplay razor version number for rpm --version
2008-06-24 James BowesImplement rpm --query --list
2008-06-23 James BowesMake file listing (either per-repo or per-package)...
2008-06-23 James BowesSave all 3 repo files on razor_root_create
2008-06-23 Richard HughesFix configure.ac version, remove /usr/bin/rpm workaroun...
2008-06-23 Kristian H... Nuke ARRAY_SIZE and obsolete razor_set_list_unsatisfied...
2008-06-23 Kristian H... Move a couple of unrelated functions out of transaction.c.
2008-06-23 Kristian H... Use GCC 4 -fvisibility to control exported symbols.
2008-06-23 James BowesMerge commit 'krh/master'
2008-06-23 James BowesActually store the files strings in the files string...
2008-06-23 Kristian H... Compare the right index against pq->count.
2008-06-23 Kristian H... Add some support for --info.
2008-06-23 Kristian H... Don't install /usr/bin/rpm just yet...
2008-06-23 James BowesDisplay progress when importing rpms
2008-06-23 Kristian H... Set up gtkdoc for razor.
2008-06-23 Richard HughesRename bash completion script to razor.sh
2008-06-23 Richard HughesDon't assume razor is being run locally in bash-completion.
2008-06-23 Kristian H... Merge commit 'jbowes/master'
2008-06-21 Kristian H... When uniquifying properties, also sort them on the...
2008-06-21 Kristian H... Call exit() instead of just returning if child fails.
2008-06-21 Kristian H... Return if we fail to open root.
2008-06-21 Kristian H... Introduce install/remove iterators.
2008-06-21 Kristian H... Fix the razor_set_diff() callback prototype.
2008-06-21 Kristian H... command_update: check the right return code to see...
2008-06-21 Kristian H... Fix package queries for empty sets.
2008-06-20 James BowesMerge branch 'krh/master'
2008-06-20 Kristian H... Add getter to return system set for a razor_root.
2008-06-20 Kristian H... Rename razor_importer_new to _create to follow convention.
2008-06-20 Kristian H... Break up the monolithic razor.c.
2008-06-20 Kristian H... Record the time of dependencies (post, pre, postun...
2008-06-19 Kristian H... Handle NULL dirnames when importing rpms into a set.
2008-06-19 Kristian H... Make razor install work again after the razor_root...
2008-06-17 Kristian H... Don't fail to update if there is not older package...
2008-06-17 Kristian H... Fix a typo when creating the root path.
2008-06-16 Richard HughesAdd spec file.
2008-06-16 Richard HughesAutoconfify razor.
2008-06-16 Kristian H... Do the same for rpm -i and rpm -U.
2008-06-16 Kristian H... Use depsolver to verify rpm -e, flush out more options.
2008-06-15 James BowesWIP patch for seperate files for filelists and package...
2008-06-15 James BowesUse a seperate string pool for package details
2008-06-15 James BowesUse a seperate string pool for files
2008-06-15 James BowesAdd info command to bash completion
2008-06-10 Kristian H... Make razor_transaction_describe() work and use it in...
2008-06-10 Kristian H... Remove some debug prints from depsolver.
2008-06-10 Kristian H... Add read-only open function for razor_root and support...
2008-06-09 Kristian H... Add --initdb support for rpm wrapper.
2008-06-09 Kristian H... Move razor root code to its own file.
2008-06-09 Kristian H... Add librazor.a to Makefile to make it clearer what...
2008-06-09 Kristian H... Introduce struct razor_root.
2008-06-09 Kristian H... Make yum url overridable by environment variable YUM_URL.
2008-06-09 Kristian H... Rewrite depsolver to use a series of passes over all...
2008-06-08 James BowesAdd url and license package data as well
2008-06-08 James BowesImport summary and description into the repo files.
2008-06-08 James BowesClean up some segfaults in the test driver
2008-06-05 Kristian H... Factor out --query package selection, share with -...
2008-06-05 Kristian H... Start implementing rpm -i.
2008-06-05 Kristian H... Start implementing erase - still need better depsolver.
2008-06-05 Kristian H... Support bundling of single letter options.
2008-06-05 Kristian H... Process all option structs that match a given arg.
2008-06-04 Kristian H... Implement the rpm --package option.
2008-06-04 Kristian H... Flesh out the rpm -q part of the rpm command line wrapper.
2008-06-03 Kristian H... Start rpm commandline compatible wrapper.
2008-04-30 Kristian H... Add more TODO items.
next