summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-23Go back to having all info in one rzdb file.HEADmasterKristian Høgsberg6-254/+126
2008-09-23Work with never librpm versions.Kristian Høgsberg1-3/+6
2008-07-10Fix rpm option parser to understand --root ROOT instead of --root=ROOT.Kristian Høgsberg1-7/+32
2008-07-10Create a stub ChangeLog before running automake.Kristian Høgsberg1-0/+4
2008-07-10More distcheck fixes: fix ChangeLog rule, don't insist on a ChangeLog in po/.Kristian Høgsberg2-14/+7
2008-07-10autogen.sh: run gtkdocize before automake so gtk-doc.make is present.Kristian Høgsberg1-2/+2
2008-07-09Pacify test case and make it work with builddir != srcdir.Kristian Høgsberg2-6/+15
2008-07-09Use strings to identify section types in the on-disk repo format.James Bowes3-140/+116
2008-07-08Convert main.c to use razor_root for most cases.Kristian Høgsberg2-30/+76
2008-07-08Change the install iterator API to what we want.Kristian Høgsberg3-59/+124
2008-07-08Always open all three rzdb files when we're merging package sets.Kristian Høgsberg2-2/+25
2008-07-08Fix old typo in file merging code.Kristian Høgsberg1-1/+1
2008-07-08Use the file string pool when merging directories.Kristian Høgsberg1-2/+2
2008-07-02Rename a couple more .repo references.Kristian Høgsberg1-4/+4
2008-07-02Move DEPSOLVE.txt and REPO.txt into docbook.Kristian Høgsberg5-182/+258
2008-07-02rename the .repo files to .rzdb filesRichard Hughes7-40/+41
2008-07-01Document the razor_importer API.Kristian Høgsberg2-26/+132
2008-07-01Update docs for the RAZOR_DETAIL_LAST change.Kristian Høgsberg2-2/+2
2008-07-01convert the NULL sentinel to RAZOR_DETAIL_LASTRichard Hughes7-48/+74
2008-06-30Get rid of razor_set_get_package().Kristian Høgsberg6-57/+58
2008-06-30Tweak razor search a bit: casefold, print summary, search rawhide instead.Kristian Høgsberg1-17/+15
2008-06-30the vararg list must be terminated with zero else 64bit machines may crashRichard Hughes6-39/+54
2008-06-30trivial: razor_property_iterator_create() can have package NULL and be validRichard Hughes1-1/+0
2008-06-30convert razor_package_get_details() and razor_package_iterator_next() to varargsRichard Hughes7-85/+215
2008-06-29protect all exported functions by checking the input parameters for NULL inputRichard Hughes5-0/+115
2008-06-29add missing licencing information at the top of each source fileRichard Hughes5-0/+95
2008-06-28Remove a couple of done TODO items.Kristian Høgsberg1-9/+0
2008-06-28Merge commit 'fdo/master'Kristian Høgsberg2-6/+10
2008-06-28Revert "Get api docs building"Kristian Høgsberg3-2/+6
2008-06-26Add more gtk-doc artifacts to gitignoreJames Bowes1-0/+5
2008-06-26Add 'search' commandJames Bowes1-1/+48
2008-06-26Save the details and files repo files when importing a dir of rpmsJames Bowes1-0/+2
2008-06-26Add import-rpms to bash-completionJames Bowes1-1/+1
2008-06-26get rpm -qpi working fullyJames Bowes2-11/+19
2008-06-26Add return codes to razor_set_open_files and open_detailsJames Bowes4-15/+30
2008-06-26Get api docs buildingJames Bowes1-4/+0
2008-06-26Add missing newline for conflicts outputJames Bowes1-1/+2
2008-06-26include stdint.h in razor.h to fix an errorRichard Hughes1-0/+2
2008-06-25Update gitignore files for docs and test-driverJames Bowes3-0/+3
2008-06-25Get the test driver compiling and running again (but not passing).James Bowes5-29/+54
2008-06-25Allow NULL pointers in razor_package_get_details().Richard Hughes1-4/+8
2008-06-25Fix pkg-config file problems.Kristian Høgsberg1-2/+2
2008-06-25Also don't explode when a given path doesn't exist.Kristian Høgsberg1-1/+1
2008-06-25Don't explode when listing files.Richard Hughes1-0/+3
2008-06-25Factor out package selection and listing in main.c.Kristian Høgsberg1-43/+71
2008-06-25Error out if package isn't found instead of listing all properties.Richard Hughes1-2/+6
2008-06-23For rpm --query, --requires is also -RJames Bowes1-1/+1
2008-06-23Create an empty package iterator when we don't know about the given file.James Bowes1-1/+8
2008-06-23Implement rpm --query --fileJames Bowes2-4/+26
2008-06-23Display razor version number for rpm --versionJames Bowes1-1/+3