summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)Author
2019-01-10be_local.c: remove aligment in local_pkg_opsAllan McRae
2019-01-10libalpm: parse {check, make}depends when reading databasemorganamilo
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-01-10detect pkghash allocation failureAndrew Gregory
2017-01-04add _alpm_filelist_sortAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-12-05be_local: remove unused error returnAndrew Gregory
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-09-25Return boolean from db_populateRikard Falkeborn
2016-09-20Fix gcc strict-overflow errorRikard Falkeborn
2016-08-30Release resources on error paths.Tobias Stoeckmann
2016-01-04Update copyright years for 2016Allan McRae
2015-11-03ensure realloc has a positive sizeAndrew Gregory
2015-03-03Abort of failure to add version file to empty local databaseAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-21Merge branch 'maint'Allan McRae
2015-01-21be_local: fix _alpm_greedy_grow usageDaniel Micay
2014-12-27Remove logically dead code in _alpm_local_db_writeAllan McRae
2014-12-24libalpm: Add accessors for the base fieldJohannes Löthberg
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg
2014-12-24local_db_read: fix memory leak on errorAllan McRae
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