summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-12Introduce alpm_time_t typeDan McGee1-5/+4
2011-09-30Use _alpm_local_db_pkgpath in _cache_changelog_openDan McGee1-4/+4
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee1-9/+10
2011-09-19Reduce path allocation on the stack in local databaseDan McGee1-32/+35
2011-09-19be_local: cope with a desc file without trailing newlineDan McGee1-2/+6
2011-09-19Remove const specifier from changelog_read() void parameterDan McGee1-1/+1
2011-09-03More package operations cleanupDan McGee1-14/+0
2011-09-03Clean up handling of size fieldsDan McGee1-15/+1
2011-08-30Parse > 2GiB file sizes correctlyDan McGee1-2/+2
2011-08-29Database read optimizationsDan McGee1-1/+7
2011-08-29Check local database status flag in db_write sanity check blockDan McGee1-5/+1
2011-08-20Remove alpm_option_get_* usage from backendDan McGee1-2/+1
2011-08-18Remove use of no-op accessor functions in libraryDan McGee1-3/+2
2011-08-18Enhance and utilize database status flagsDan McGee1-0/+20
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-12/+19
2011-08-15Remove checksum access indirectionDan McGee1-14/+0
2011-08-15Load and allow access to sha256sumDan McGee1-0/+7
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