summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)Author
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae
2011-06-24Make sync DB reading a bit more flexibleDan McGee
2011-06-24Add a 'valid' flag to the database objectDan McGee
2011-06-24Move database 'version' check to registration timeDan McGee
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-20Documented purpose of be_*.cKerrick Staley
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-07New signatures for alpm initialize and releaseDan McGee
2011-06-03Remove global handle from some package and db codeDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Add handle attribute to pmpkg_t structDan McGee
2011-06-03Add handle attribute to pmdb_t structDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-05-05Merge branch 'maint'Dan McGee
2011-05-05Ensure populate error return codes are consistentDan McGee
2011-05-05Logging changes during DB loadDan McGee
2011-05-04Deal with unused function parameters correctlyAllan McRae
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20lib: remove dead code in be_local and be_packageDave Reisner
2011-04-15Remove indirection on get_name and get_version operationsDan McGee
2011-04-05Merge branch 'maint'Dan McGee
2011-04-04libalpm/be_local.c: unused variable entXavier Chantry
2011-03-21Merge branch 'maint'Dan McGee
2011-03-20Fix assignment before NULL checkDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-01Ensure d_type is not DT_UNKNOWN before relying on itDan McGee
2011-02-28Check local DB version before continuing transactionDan McGee
2011-02-15Fix some database size estimation problemsDan McGee
2011-02-07Handle null pkgcache for local/sync db_populate()Pang Yan Han
2011-02-06Remove redundant _alpm_strtrim() in be_local.cPang Yan Han
2011-02-04Read pkgcache into hashAllan McRae
2011-02-04Get estimated package count when populating databasesDan McGee
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-21Remove epoch as an independent fieldDan McGee
2011-01-11Fix double filelist issue when upgrading a packageDan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Refactor old date parsing into single methodDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2011-01-05Remove FORCE reading from local DBDan McGee
2010-12-30Declare all local functions staticAllan McRae
2010-12-13Abstract has_scriptlet() to package ops structDan McGee
2010-12-13Remove non-public functions from headerDan McGee
2010-12-13Abort db_populate if dbpath is not setBruno Widmann
2010-12-12Merge desc and depends files in local dbAllan McRae
2010-12-12dirent usage cleanupDan McGee