summaryrefslogtreecommitdiff
path: root/librazor/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-01convert the NULL sentinel to RAZOR_DETAIL_LASTRichard Hughes1-8/+16
2008-06-30the vararg list must be terminated with zero else 64bit machines may crashRichard Hughes1-8/+8
2008-06-30convert razor_package_get_details() and razor_package_iterator_next() to varargsRichard Hughes1-15/+26
2008-06-29protect all exported functions by checking the input parameters for NULL inputRichard Hughes1-0/+14
2008-06-26Add missing newline for conflicts outputJames Bowes1-1/+2
2008-06-25Get the test driver compiling and running again (but not passing).James Bowes1-2/+2
2008-06-23Move a couple of unrelated functions out of transaction.c.Kristian Høgsberg1-41/+0
2008-06-23Use GCC 4 -fvisibility to control exported symbols.Kristian Høgsberg1-12/+12
2008-06-20When uniquifying properties, also sort them on the owning package.Kristian Høgsberg1-1/+3
2008-06-20Break up the monolithic razor.c.Kristian Høgsberg1-0/+912