summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee1-2/+0
2011-01-29Remove need to explicitly register the local DBDan McGee1-6/+1
2011-01-22Remove epoch as an independent fieldDan McGee1-16/+0
2011-01-12Fix double filelist issue when upgrading a packageDan McGee1-10/+12
2011-01-08Use size_t for alpm_list sizesAllan McRae1-1/+1
2011-01-08Refactor old date parsing into single methodDan McGee1-23/+2
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2011-01-06Remove FORCE reading from local DBDan McGee1-6/+0
2010-12-30Declare all local functions staticAllan McRae1-29/+33
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