summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-03libalpm: set ret in download filesmorganamilo1-2/+4
2020-09-23FS#66472: Remove *.sig file if package corruptedAnatol Pomozov1-0/+6
2020-07-07Fallback to detached signatures during keyring checkAnatol Pomozov1-9/+9
2020-07-07FS#33992: force download *.sig file if it does not exist in the cacheAnatol Pomozov1-8/+23
2020-07-07Do not use counter for error trackingAnatol Pomozov1-8/+10
2020-06-26Cleanup the old sequential download codeAnatol Pomozov1-1/+1
2020-05-09Convert download packages logic to multiplexed APIAnatol Pomozov1-48/+25
2020-05-09Introduce event types for start/end database list downloadAnatol Pomozov1-3/+3
2020-04-13Use GOTO_ERR throughoutAllan McRae1-3/+2
2020-03-05Do not download files if find_dl_candidates() failsAnatol Pomozov1-1/+1
2020-02-24Simplify construction of payloads in download_filesAnatol Pomozov1-21/+13
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-1/+1
2020-01-30Eliminate extra loop over dbs_syncAnatol Pomozov1-9/+5
2020-01-28Docs docs docsmorganamilo1-17/+0
2019-11-15Handle .part files that are the size of the correct packageAllan McRae1-2/+12
2019-11-11libalpm/sync.c: Do not download missing keys multiple timesAllan McRae1-2/+10
2019-10-23Update copyright yearsAllan McRae1-1/+1
2019-10-07signing: move key import confirmation before key_searchJonas Witschel1-3/+19
2019-03-07Remove support for deltas from libalpmAllan McRae1-201/+6
2019-01-10libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae1-5/+1
2018-10-20libalpm: process needed before group selectionmorganamilo1-0/+11
2018-09-19User-visible log when validity check fails due to accessDavid Phillips1-0/+5
2018-09-19Change if-else chain to switchDavid Phillips1-11/+17
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-03-14Update coyrights for 2018Allan McRae1-1/+1
2017-07-28Fix brace coding style issuesMichael Straube1-2/+4
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-12-05Parametrise the different ways in which the payload is resetMartin Kühne1-3/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-8/+8
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster1-4/+4
2016-02-23do not rely on localdb for hook matchingAndrew Gregory1-0/+8
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-09-20check fileconflicts and diskspace outside commitAndrew Gregory1-4/+14
2015-07-20ensure matching database and package versionLevente Polyak1-0/+18
2015-03-03sync_prepare: exclude removals from resolvedepsAndrew Gregory1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-27apply_deltas: fix memory leak on errorAllan McRae1-2/+2
2014-12-24build_payload: free memory on errorAllan McRae1-1/+1
2014-10-13sync.c: download packages before starting commitAndrew Gregory1-3/+8
2014-10-01check_keyring: skip keys known to be missingAndrew Gregory1-4/+3
2014-10-01remove retry check from signature validationAndrew Gregory1-8/+2
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz1-6/+6
2014-08-03sync_prepare: remove useless check for replacersAndrew Gregory1-2/+0
2014-06-24Update the question callbackOlivier Brunel1-21/+39
2014-03-08Use MALLOC throughtout libalpmAllan McRae1-1/+2
2014-03-04sync_prepare: ignore explicitly removed conflictsAndrew Gregory1-0/+3
2014-03-03Fix warnings with strict-overflow in gcc-4.9Allan McRae1-1/+2
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel1-0/+9
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel1-0/+3
2014-03-03Update the event callbackOlivier Brunel1-24/+57