summaryrefslogtreecommitdiffstats
path: root/src/pacman/check.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-08-30Remove obsolete TODOAllan McRae1-1/+0
2016-03-28Do not add root prefix twice when checking database filesAllan McRae1-24/+30
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-11-18Do not warn about missing files in NoExtractAllan McRae1-9/+21
2014-08-03check_pkg_fast: check file typeAndrew Gregory1-2/+13
2014-08-03check_file_exists: replace lstat with llstatAndrew Gregory1-3/+3
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