summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)Author
2012-03-16Remove unnecessary path check from local databaseDan McGee
2012-03-08Add information on how an installed package was validatedAllan McRae
2012-03-08Hook new optdepend structures upBenedikt Morbach
2012-02-20Update copyright yearsAllan McRae
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-01-23Remove rmrf implementation from backendDan McGee
2012-01-02pkghash improvements/modificationsDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-12-07Slight local database files reading optimizationDan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-30Use _alpm_local_db_pkgpath in _cache_changelog_openDan McGee
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee
2011-09-19Reduce path allocation on the stack in local databaseDan McGee
2011-09-18be_local: cope with a desc file without trailing newlineDan McGee
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee
2011-09-02More package operations cleanupDan McGee
2011-09-02Clean up handling of size fieldsDan McGee
2011-08-29Parse > 2GiB file sizes correctlyDan McGee
2011-08-28Database read optimizationsDan McGee
2011-08-28Check local database status flag in db_write sanity check blockDan McGee
2011-08-19Remove alpm_option_get_* usage from backendDan McGee
2011-08-18Remove use of no-op accessor functions in libraryDan McGee
2011-08-18Enhance and utilize database status flagsDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-15Remove checksum access indirectionDan McGee
2011-08-15Load and allow access to sha256sumDan McGee
2011-08-08Store a package info level flag if we fail to load dataDan McGee
2011-08-02Don't trim whitespace when reading database entriesDan McGee
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-07-03be_local: use macros in database loading similar to be_syncDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-30Add an alpm_db_get_valid() public functionDan McGee
2011-06-30Make local_db_read() private to the local backendDan McGee
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
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