Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)Author
2021-03-01Update copyright yearAllan McRae
2021-01-19do not try to download an empty db listAndrew Gregory
2021-01-09libalpm: const annotate struct pkg_operationsEmil Velikov
2021-01-09libalpm: introduce get_sync_pkg_ops() helperEmil Velikov
2020-07-07Move signature payload creation to download engineAnatol Pomozov
2020-06-26Cleanup the old sequential download codeAnatol Pomozov
2020-05-09Swap alpm_db_update() implementation to multiplexed versionAnatol Pomozov
2020-05-09Implement multibar UIAnatol Pomozov
2020-05-09Introduce event types for start/end database list downloadAnatol Pomozov
2020-05-09Introduce alpm_dbs_update() function for parallel db updatesAnatol Pomozov
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-28Docs docs docsmorganamilo
2020-01-27Increase maximum database sizeAllan McRae
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner
2019-10-23Update copyright yearsAllan McRae
2019-03-07Remove support for deltas from libalpmAllan McRae
2019-01-10libalpm: parse {check, make}depends when reading databasemorganamilo
2018-11-27always allow explicit empty siglevel for sync dbsAndrew Gregory
2018-11-27add specific error for missing gpg supportAndrew Gregory
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-01-10add missing newline to debug messageAndrew Gregory
2018-01-10detect pkghash allocation failureAndrew Gregory
2018-01-10Do not continuously try to open an invalid databaseAllan McRae
2018-01-06avoid printing NULL stringAndrew Gregory
2017-05-08be_sync: error out if a db cannot be parsedAndrew Gregory
2017-01-04add _alpm_filelist_sortAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster
2016-09-25Change type of count in be_syncRikard Falkeborn
2016-09-25Return boolean from db_populateRikard Falkeborn
2016-09-09lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster
2016-01-04Update copyright years for 2016Allan McRae
2015-12-06db_update: always clear db flags after updateAndrew Gregory
2015-11-03ensure realloc has a positive sizeAndrew Gregory
2015-08-08libalpm: Force update when database is marked as corrupted.Sebastian Lackner
2015-07-15Read file lists from databasesAllan McRae
2015-07-15Allow frontends to specify the sync database extensionAllan McRae
2015-05-12libalpm: Do a sanity check before manipulating final DB URLDavid Macek
2015-05-12Fix comment in alpm_db_updateDavid Macek
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-21conf.c: use masks for siglevel inheritanceAndrew Gregory
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg
2014-11-17Fix crash when using external downloaderAllan McRae
2014-10-19dload: mark final_url as constChristian Hesse
2014-10-16be_sync: use effective URL for db file signature downloadChristian Hesse
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz