summaryrefslogtreecommitdiff
path: root/librazor/iterator.c
AgeCommit message (Expand)AuthorFilesLines
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-2/+4
2008-06-30the vararg list must be terminated with zero else 64bit machines may crashRichard Hughes1-2/+2
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 Hughes1-14/+22
2008-06-29protect all exported functions by checking the input parameters for NULL inputRichard Hughes1-0/+33
2008-06-23Create an empty package iterator when we don't know about the given file.James Bowes1-1/+8
2008-06-23Use GCC 4 -fvisibility to control exported symbols.Kristian Høgsberg1-13/+13
2008-06-23Compare the right index against pq->count.Kristian Høgsberg1-1/+1
2008-06-20Fix package queries for empty sets.Kristian Høgsberg1-4/+7
2008-06-20Break up the monolithic razor.c.Kristian Høgsberg1-0/+265