summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Release resources on error paths.Tobias Stoeckmann1-3/+16
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-11-03ensure realloc has a positive sizeAndrew Gregory1-3/+7
2015-03-03Abort of failure to add version file to empty local databaseAllan McRae1-2/+12
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-21Merge branch 'maint'Allan McRae1-1/+1
2015-01-21be_local: fix _alpm_greedy_grow usageDaniel Micay1-1/+1
2014-12-27Remove logically dead code in _alpm_local_db_writeAllan McRae1-5/+0
2014-12-24libalpm: Add accessors for the base fieldJohannes Löthberg1-0/+7
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg1-0/+6
2014-12-24local_db_read: fix memory leak on errorAllan McRae1-0/+1
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz1-1/+1
2014-09-23wrap fgets to retry on EINTRAndrew Gregory1-7/+7
2014-09-23Check the version of the local database during validationAllan McRae1-18/+11
2014-09-23Add version file to empty local databaseAllan McRae1-12/+32
2014-09-23Add version file when creating local database directoryAllan McRae1-0/+18
2014-09-23Create local database directory if it is missingAllan McRae1-14/+26
2014-03-08Use MALLOC throughtout libalpmAllan McRae1-5/+1
2014-03-03be_local: Use alpm_greedy_growFlorian Pritz1-16/+3
2014-01-30local_db_populate: initialize empty pkgcacheAndrew Gregory1-0/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2014-01-06Update comment for local db entry creationAllan McRae1-2/+2
2013-09-04libalpm: introduce a usage level for reposDave Reisner1-0/+1
2013-01-29Restore libarchive 2.8.x compatibilityDan McGee1-1/+1
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner1-3/+4
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Add public functions for accessing mtree dataAllan McRae1-2/+0
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae1-0/+77
2012-12-14Plug various minor memory leaksAndrew Gregory1-0/+1
2012-08-02Move filelist functions into separate source fileDan McGee1-0/+1
2012-08-01lib/be_local: ensure local filelists are sortedDave Reisner1-0/+2
2012-06-26add line length parameter to _alpm_strip_newlineDave Reisner1-7/+7
2012-04-30Convert ALLOC_FAIL macro into a functionDan McGee1-2/+2
2012-04-30be_local: use the right length value for filename in all casesDan McGee1-2/+3
2012-04-25be_local: write all single-valued attributes firstDan McGee1-18/+20
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-2/+2
2012-03-16Prefer fputs/fputc over fprintf when writing local databaseDan McGee1-11/+15
2012-03-16Extract a write_deps function from local database writingDan McGee1-45/+22
2012-03-16Remove unnecessary path check from local databaseDan McGee1-12/+3
2012-03-09Add information on how an installed package was validatedAllan McRae1-0/+43
2012-03-09Hook new optdepend structures upBenedikt Morbach1-2/+4
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-0/+24
2012-01-23Remove rmrf implementation from backendDan McGee1-5/+35
2012-01-03pkghash improvements/modificationsDan McGee1-2/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-07Slight local database files reading optimizationDan McGee1-5/+13
2011-10-12Introduce alpm_time_t typeDan McGee1-5/+4
2011-09-30Use _alpm_local_db_pkgpath in _cache_changelog_openDan McGee1-4/+4