Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)Author
2021-03-25Remove "total download" callback in favor of generic event callbackAnatol Pomozov
2021-03-01Update copyright yearAllan McRae
2021-01-21libalpm: fix total download reporting wrong totalmorganamilo
2021-01-19fully free error list in check_keyringAndrew Gregory
2021-01-09libalpm: pass the number of packages being downloaded in totaldlcbmorganamilo
2020-12-09Implement TotalDownload functionalityAnatol Pomozov
2020-12-03libalpm: set ret in download filesmorganamilo
2020-09-23FS#66472: Remove *.sig file if package corruptedAnatol Pomozov
2020-07-07Fallback to detached signatures during keyring checkAnatol Pomozov
2020-07-07FS#33992: force download *.sig file if it does not exist in the cacheAnatol Pomozov
2020-07-07Do not use counter for error trackingAnatol Pomozov
2020-06-26Cleanup the old sequential download codeAnatol Pomozov
2020-05-09Convert download packages logic to multiplexed APIAnatol Pomozov
2020-05-09Introduce event types for start/end database list downloadAnatol Pomozov
2020-04-13Use GOTO_ERR throughoutAllan McRae
2020-03-05Do not download files if find_dl_candidates() failsAnatol Pomozov
2020-02-24Simplify construction of payloads in download_filesAnatol Pomozov
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2020-01-31Eliminate extra loop over dbs_syncAnatol Pomozov
2020-01-28Docs docs docsmorganamilo
2019-11-15Handle .part files that are the size of the correct packageAllan McRae
2019-11-12libalpm/sync.c: Do not download missing keys multiple timesAllan McRae
2019-10-23Update copyright yearsAllan McRae
2019-10-07signing: move key import confirmation before key_searchJonas Witschel
2019-03-07Remove support for deltas from libalpmAllan McRae
2019-01-10libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae
2018-10-20libalpm: process needed before group selectionmorganamilo
2018-09-19User-visible log when validity check fails due to accessDavid Phillips
2018-09-19Change if-else chain to switchDavid Phillips
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-07-28Fix brace coding style issuesMichael Straube
2017-01-04Update copyright yearsAllan McRae
2016-12-05Parametrise the different ways in which the payload is resetMartin Kühne
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster
2016-02-23do not rely on localdb for hook matchingAndrew Gregory
2016-01-04Update copyright years for 2016Allan McRae
2015-09-20check fileconflicts and diskspace outside commitAndrew Gregory
2015-07-20ensure matching database and package versionLevente Polyak
2015-03-03sync_prepare: exclude removals from resolvedepsAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2014-12-27apply_deltas: fix memory leak on errorAllan McRae
2014-12-24build_payload: free memory on errorAllan McRae
2014-10-13sync.c: download packages before starting commitAndrew Gregory
2014-10-01check_keyring: skip keys known to be missingAndrew Gregory
2014-10-01remove retry check from signature validationAndrew Gregory
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz
2014-08-03sync_prepare: remove useless check for replacersAndrew Gregory
2014-06-24Update the question callbackOlivier Brunel