summaryrefslogtreecommitdiff
path: root/librazor/razor.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-23Go back to having all info in one rzdb file.HEADmasterKristian Høgsberg1-137/+98
2008-07-09Use strings to identify section types in the on-disk repo format.James Bowes1-117/+96
2008-07-08Change the install iterator API to what we want.Kristian Høgsberg1-36/+72
2008-07-01Update docs for the RAZOR_DETAIL_LAST change.Kristian Høgsberg1-1/+1
2008-07-01convert the NULL sentinel to RAZOR_DETAIL_LASTRichard Hughes1-6/+8
2008-06-30Get rid of razor_set_get_package().Kristian Høgsberg1-28/+3
2008-06-30the vararg list must be terminated with zero else 64bit machines may crashRichard Hughes1-6/+6
2008-06-30convert razor_package_get_details() and razor_package_iterator_next() to varargsRichard Hughes1-19/+103
2008-06-29protect all exported functions by checking the input parameters for NULL inputRichard Hughes1-0/+40
2008-06-28Merge commit 'fdo/master'Kristian Høgsberg1-4/+8
2008-06-26Add return codes to razor_set_open_files and open_detailsJames Bowes1-6/+10
2008-06-25Allow NULL pointers in razor_package_get_details().Richard Hughes1-4/+8
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-23Make file listing (either per-repo or per-package) use the correct string poolJames Bowes1-2/+2
2008-06-23Move a couple of unrelated functions out of transaction.c.Kristian Høgsberg1-0/+41
2008-06-23Use GCC 4 -fvisibility to control exported symbols.Kristian Høgsberg1-18/+20
2008-06-23Actually store the files strings in the files string poolJames Bowes1-1/+1
2008-06-23Set up gtkdoc for razor.Kristian Høgsberg1-0/+1
2008-06-23Merge commit 'jbowes/master'Kristian Høgsberg1-14/+139
2008-06-20Introduce install/remove iterators.Kristian Høgsberg1-0/+52
2008-06-20Fix the razor_set_diff() callback prototype.Kristian Høgsberg1-4/+6
2008-06-20Merge branch 'krh/master'James Bowes1-0/+588
2008-06-20Break up the monolithic razor.c.Kristian Høgsberg1-2190/+11
2008-06-20Record the time of dependencies (post, pre, postun, preun).Kristian Høgsberg1-92/+123
2008-06-16Don't fail to update if there is not older package found.Kristian Høgsberg1-4/+4
2008-06-16Autoconfify razor.Richard Hughes1-0/+2611