summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-09Store and read name of alternativesAllan McRae1-0/+18
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-1/+1
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner1-4/+1
2019-11-26Fix documentation of alpm_mtree_next and remove libarchive exposureAllan McRae1-2/+16
2019-10-23Update copyright yearsAllan McRae1-1/+1
2019-01-10be_local.c: remove aligment in local_pkg_opsAllan McRae1-26/+26
2019-01-10libalpm: parse {check, make}depends when reading databasemorganamilo1-0/+18
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-03-14Update coyrights for 2018Allan McRae1-1/+1
2018-01-10detect pkghash allocation failureAndrew Gregory1-1/+4
2017-01-04add _alpm_filelist_sortAndrew Gregory1-3/+1
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-12-05be_local: remove unused error returnAndrew Gregory1-21/+21
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-4/+4
2016-09-25Return boolean from db_populateRikard Falkeborn1-1/+1
2016-09-20Fix gcc strict-overflow errorRikard Falkeborn1-3/+3
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