summaryrefslogtreecommitdiffstats
path: root/src/pacman/check.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-08-21check.c: break backup file search loop after matchAndrew Gregory1-1/+1
2013-07-30Warn when directory ownership differs between filesystem and packageAllan McRae1-6/+12
2013-07-30Only note backup file changes with -QkkAllan McRae1-11/+36
2013-01-29Restore libarchive 2.8.x compatibilityDan McGee1-1/+1
2013-01-04fix comment style // -> /* */Gerardo Exequiel Pozzi1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Remove leading "./" from filenames in mtree fileAllan McRae1-0/+7
2012-12-14Check file types match before comparing propertiesAllan McRae1-1/+26
2012-12-14Check "install" and "changelog" files for changesAllan McRae1-2/+13
2012-12-14Perform full checking of files with -QkkAllan McRae1-1/+135
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae1-1/+68
2012-12-14Separate checking a files existence into a functionAllan McRae1-13/+22
2012-12-14Move check function into its own fileAllan McRae1-0/+82