summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-05Logging changes during DB loadDan McGee1-1/+4
2011-05-04Deal with unused function parameters correctlyAllan McRae1-3/+3
2011-04-21Header inclusion cleanupDan McGee1-6/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-21lib: remove dead code in be_local and be_packageDave Reisner1-7/+0
2011-04-16Remove indirection on get_name and get_version operationsDan McGee1-19/+0
2011-04-05Merge branch 'maint'Dan McGee1-1/+1
2011-04-05libalpm/be_local.c: unused variable entXavier Chantry1-1/+1
2011-03-21Merge branch 'maint'Dan McGee1-1/+1
2011-03-21Fix assignment before NULL checkDan McGee1-1/+1
2011-03-21Style change: return(x) --> return xDan McGee1-35/+35
2011-03-01Ensure d_type is not DT_UNKNOWN before relying on itDan McGee1-9/+13
2011-02-28Check local DB version before continuing transactionDan McGee1-0/+53
2011-02-15Fix some database size estimation problemsDan McGee1-6/+26
2011-02-08Handle null pkgcache for local/sync db_populate()Pang Yan Han1-0/+4
2011-02-06Remove redundant _alpm_strtrim() in be_local.cPang Yan Han1-9/+9
2011-02-04Read pkgcache into hashAllan McRae1-3/+9
2011-02-04Get estimated package count when populating databasesDan McGee1-1/+7
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