summaryrefslogtreecommitdiff
path: root/src/rpm.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-23Go back to having all info in one rzdb file.HEADmasterKristian Høgsberg1-15/+0
2008-07-10Fix rpm option parser to understand --root ROOT instead of --root=ROOT.Kristian Høgsberg1-7/+32
2008-07-02rename the .repo files to .rzdb filesRichard Hughes1-4/+4
2008-07-01convert the NULL sentinel to RAZOR_DETAIL_LASTRichard Hughes1-7/+10
2008-06-30Get rid of razor_set_get_package().Kristian Høgsberg1-1/+1
2008-06-30the vararg list must be terminated with zero else 64bit machines may crashRichard Hughes1-7/+7
2008-06-30convert razor_package_get_details() and razor_package_iterator_next() to varargsRichard Hughes1-15/+17
2008-06-26get rpm -qpi working fullyJames Bowes1-10/+10
2008-06-26Add return codes to razor_set_open_files and open_detailsJames Bowes1-3/+6
2008-06-23For rpm --query, --requires is also -RJames Bowes1-1/+1
2008-06-23Implement rpm --query --fileJames Bowes1-4/+17
2008-06-23Display razor version number for rpm --versionJames Bowes1-1/+3
2008-06-23Implement rpm --query --listJames Bowes1-4/+9
2008-06-23Add some support for --info.Kristian Høgsberg1-4/+23
2008-06-20Fix the razor_set_diff() callback prototype.Kristian Høgsberg1-27/+12
2008-06-20Rename razor_importer_new to _create to follow convention.Kristian Høgsberg1-1/+1
2008-06-20Record the time of dependencies (post, pre, postun, preun).Kristian Høgsberg1-15/+13
2008-06-16Autoconfify razor.Richard Hughes1-0/+897