razor.git
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.
2008-04-10 Kristian H... Edit TODO a bit.
2008-04-10 Kristian H... Add GPLv2 license headers.
2008-04-09 Kristian H... Use the cpio headers instead of the rpm headers when...
2008-04-09 Kristian H... Make transaction resolve step optional.
2008-04-08 Kristian H... Don't add package to transaction more than once.
2008-04-08 Kristian H... Mark package to be installed or removed after creating...
2008-04-08 Kristian H... Detect failure to create download target file.
2008-04-08 Kristian H... Create rpms dir on demand.
2008-04-07 Kristian H... Silly spelling error.
2008-04-07 Kristian H... Handle http errors better.
2008-04-07 Kristian H... Handle arch correctly in command_download() and print...
2008-04-07 Kristian H... Remove redundant curl initialization.
2008-04-07 Kristian H... Skip epoch prefix when creating filenames/urls.
2008-04-07 Kristian H... Misc comment/todo changes.
2008-04-07 Kristian H... Reduce harmless warnings from run_script().
2008-04-07 Kristian H... Don't install files if package has no files.
2008-04-07 Kristian H... Create the new repo file O_EXCL to prevent racing with...
2008-04-07 Kristian H... Merger razor_transaction_run() and destroy() as finish().
2008-04-07 Kristian H... Finish razor_transaction_destroy some more.
2008-04-07 Kristian H... Make install command download and install all requirements.
2008-04-07 Kristian H... Fix segfault on ./razor list.
2008-04-07 Kristian H... Also store the package arch in the pacakge set file.
2008-04-06 Kristian H... Merger structs razor_transaction and razor_transaction_...
2008-04-06 Kristian H... Hide a bunch of depsolver internals in razor.c.
2008-04-06 Kristian H... Make a note about how we don't handle release-less...
2008-04-06 Kristian H... Don't print stray newline if nothing was downloaded.
2008-04-06 Kristian H... Add download command to download packages from yum...
2008-04-05 Kristian H... Move qsort_with_data to util.c.
2008-04-05 Kristian H... No dirnames more likely means 'no files', not old-style...
next