summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)Author
2015-01-21be_local: fix _alpm_greedy_grow usageDaniel Micay
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz
2014-09-23wrap fgets to retry on EINTRAndrew Gregory
2014-09-23Check the version of the local database during validationAllan McRae
2014-09-23Add version file to empty local databaseAllan McRae
2014-09-23Add version file when creating local database directoryAllan McRae
2014-09-23Create local database directory if it is missingAllan McRae
2014-03-08Use MALLOC throughtout libalpmAllan McRae
2014-03-03be_local: Use alpm_greedy_growFlorian Pritz
2014-01-30local_db_populate: initialize empty pkgcacheAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2014-01-06Update comment for local db entry creationAllan McRae
2013-09-04libalpm: introduce a usage level for reposDave Reisner
2013-01-29Restore libarchive 2.8.x compatibilityDan McGee
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Add public functions for accessing mtree dataAllan McRae
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae
2012-12-14Plug various minor memory leaksAndrew Gregory
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