Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_local.c
AgeCommit message (Expand)Author
2021-03-01Update copyright yearAllan McRae
2021-01-09libalpm: const annotate struct db_operationsEmil Velikov
2021-01-09libalpm: const annotate struct pkg_operationsEmil Velikov
2020-04-13Use GOTO_ERR throughoutAllan McRae
2020-04-13Add REALLOC macro to simplify realloc error handlingRikard Falkeborn
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner
2019-11-26Fix documentation of alpm_mtree_next and remove libarchive exposureAllan McRae
2019-10-23Update copyright yearsAllan McRae
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