summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-23Display razor version number for rpm --versionJames Bowes1-1/+3
2008-06-23Implement rpm --query --listJames Bowes1-4/+9
2008-06-23Make file listing (either per-repo or per-package) use the correct string poolJames Bowes1-2/+2
2008-06-23Save all 3 repo files on razor_root_createJames Bowes1-2/+11
2008-06-23Fix configure.ac version, remove /usr/bin/rpm workaround from spec file.Richard Hughes2-3/+1
2008-06-23Nuke ARRAY_SIZE and obsolete razor_set_list_unsatisfied from razor.h.Kristian Høgsberg3-6/+4
2008-06-23Move a couple of unrelated functions out of transaction.c.Kristian Høgsberg2-41/+41
2008-06-23Use GCC 4 -fvisibility to control exported symbols.Kristian Høgsberg8-62/+91
2008-06-23Merge commit 'krh/master'James Bowes3-6/+26
2008-06-23Actually store the files strings in the files string poolJames Bowes2-3/+6
2008-06-23Compare the right index against pq->count.Kristian Høgsberg1-1/+1
2008-06-23Add some support for --info.Kristian Høgsberg1-4/+23
2008-06-23Don't install /usr/bin/rpm just yet...Kristian Høgsberg1-1/+2
2008-06-23Display progress when importing rpmsJames Bowes3-2/+24
2008-06-23Set up gtkdoc for razor.Kristian Høgsberg8-26/+326
2008-06-23Rename bash completion script to razor.shRichard Hughes2-1/+1
2008-06-23Don't assume razor is being run locally in bash-completion.Richard Hughes1-5/+5
2008-06-23Merge commit 'jbowes/master'Kristian Høgsberg11-39/+307
2008-06-20When uniquifying properties, also sort them on the owning package.Kristian Høgsberg2-2/+6
2008-06-20Call exit() instead of just returning if child fails.Kristian Høgsberg1-3/+3
2008-06-20Return if we fail to open root.Kristian Høgsberg1-0/+3
2008-06-20Introduce install/remove iterators.Kristian Høgsberg3-64/+129
2008-06-20Fix the razor_set_diff() callback prototype.Kristian Høgsberg4-56/+55
2008-06-20command_update: check the right return code to see if transaction failed.Kristian Høgsberg1-2/+5
2008-06-20Fix package queries for empty sets.Kristian Høgsberg1-4/+7
2008-06-20Merge branch 'krh/master'James Bowes42-3792/+4418
2008-06-20Add getter to return system set for a razor_root.Kristian Høgsberg3-39/+28
2008-06-20Rename razor_importer_new to _create to follow convention.Kristian Høgsberg6-6/+6
2008-06-20Break up the monolithic razor.c.Kristian Høgsberg12-2255/+2372
2008-06-20Record the time of dependencies (post, pre, postun, preun).Kristian Høgsberg7-231/+276
2008-06-19Handle NULL dirnames when importing rpms into a set.Kristian Høgsberg1-1/+5
2008-06-19Make razor install work again after the razor_root changes.Kristian Høgsberg1-3/+4
2008-06-16Don't fail to update if there is not older package found.Kristian Høgsberg1-4/+4
2008-06-16Fix a typo when creating the root path.Kristian Høgsberg1-1/+1
2008-06-16Add spec file.Richard Hughes2-1/+102
2008-06-16Autoconfify razor.Richard Hughes36-186/+843
2008-06-15Do the same for rpm -i and rpm -U.Kristian Høgsberg1-7/+47
2008-06-15Use depsolver to verify rpm -e, flush out more options.Kristian Høgsberg4-27/+76
2008-06-15WIP patch for seperate files for filelists and package detailsJames Bowes3-28/+165
2008-06-15Use a seperate string pool for package detailsJames Bowes1-14/+24
2008-06-15Use a seperate string pool for filesJames Bowes1-13/+24
2008-06-15Add info command to bash completionJames Bowes1-2/+2
2008-06-09Make razor_transaction_describe() work and use it in rpm wrapper.Kristian Høgsberg2-13/+60
2008-06-09Remove some debug prints from depsolver.Kristian Høgsberg1-51/+30
2008-06-09Add read-only open function for razor_root and support --root in rpm wrapper.Kristian Høgsberg3-5/+19
2008-06-09Add --initdb support for rpm wrapper.Kristian Høgsberg2-3/+14
2008-06-09Move razor root code to its own file.Kristian Høgsberg4-161/+181
2008-06-09Add librazor.a to Makefile to make it clearer what is core razor.Kristian Høgsberg1-5/+9
2008-06-09Introduce struct razor_root.Kristian Høgsberg1-77/+168
2008-06-09Make yum url overridable by environment variable YUM_URL.Kristian Høgsberg1-8/+17