summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)Author
2012-08-02Move filelist functions into separate source fileDan McGee
2012-08-01lib/be_local: ensure local filelists are sortedDave Reisner
2012-06-25add line length parameter to _alpm_strip_newlineDave Reisner
2012-04-29Convert ALLOC_FAIL macro into a functionDan McGee
2012-04-29be_local: use the right length value for filename in all casesDan McGee
2012-04-24be_local: write all single-valued attributes firstDan McGee
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-03-16Prefer fputs/fputc over fprintf when writing local databaseDan McGee
2012-03-16Extract a write_deps function from local database writingDan McGee
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