summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-14Abstract has_scriptlet() to package ops structDan McGee1-0/+15
2010-12-14Remove non-public functions from headerDan McGee1-2/+2
2010-12-13Abort db_populate if dbpath is not setBruno Widmann1-0/+3
2010-12-13Merge desc and depends files in local dbAllan McRae1-88/+56
2010-12-13dirent usage cleanupDan McGee1-1/+1
2010-10-14Add epoch support to pacman/libalpmDan McGee1-6/+16
2010-10-14Small tweaks after backend mergeDan McGee1-9/+4
2010-10-14Only write to local reposAllan McRae1-53/+38
2010-10-14Clean-up parsing local databaseAllan McRae1-24/+3
2010-10-14Remove lazy loading of deltasAllan McRae1-24/+2
2010-10-14Move and rename splitnameAllan McRae1-1/+1
2010-10-14Restrict visibility of checkdbdir and get_pkgpathAllan McRae1-0/+34
2010-10-14Populate sync db from archiveAllan McRae1-0/+1
2010-10-14Completely separate local and sync db handlingAllan McRae1-31/+36
2010-10-14Separate be_files into be_sync and be_localAllan McRae1-0/+985