summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-08Store a package info level flag if we fail to load dataDan McGee1-3/+11
2011-08-02Don't trim whitespace when reading database entriesDan McGee1-6/+6
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-9/+32
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-30/+30
2011-07-03Move alpm filelists to a struct objectDan McGee1-5/+8
2011-07-03be_local: use macros in database loading similar to be_syncDan McGee1-77/+43
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-11/+11
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-19/+19
2011-06-30Add an alpm_db_get_valid() public functionDan McGee1-0/+1
2011-06-30Make local_db_read() private to the local backendDan McGee1-28/+17
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae1-2/+2
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae1-3/+3
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-31/+31
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-10/+10
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-1/+1
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae1-2/+2
2011-06-24Make sync DB reading a bit more flexibleDan McGee1-1/+2
2011-06-24Add a 'valid' flag to the database objectDan McGee1-0/+6
2011-06-24Move database 'version' check to registration timeDan McGee1-53/+58
2011-06-22Convert backup list to new pmbackup_t typeDan McGee1-4/+8
2011-06-20Documented purpose of be_*.cKerrick Staley1-1/+1
2011-06-14Switch all logging to use handle directlyDan McGee1-22/+25
2011-06-14Move pm_errno onto the handleDan McGee1-19/+9
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-1/+1
2011-06-07New signatures for alpm initialize and releaseDan McGee1-1/+1
2011-06-03Remove global handle from some package and db codeDan McGee1-18/+2
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+2
2011-06-03Add handle attribute to pmpkg_t structDan McGee1-0/+1
2011-06-03Add handle attribute to pmdb_t structDan McGee1-0/+1
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-19/+0
2011-05-05Merge branch 'maint'Dan McGee1-1/+2
2011-05-05Ensure populate error return codes are consistentDan McGee1-1/+2
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