summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)Author
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
2014-03-08Use MALLOC throughtout libalpmAllan McRae
2014-03-04sync_prepare: ignore explicitly removed conflictsAndrew Gregory
2014-03-03Fix warnings with strict-overflow in gcc-4.9Allan McRae
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel
2014-03-03Update the event callbackOlivier Brunel
2014-02-08_alpm_sync_prepare: fix unresolvable packages leakAndrew Gregory
2014-02-04alpm: export *_free functionsAndrew Gregory
2014-01-30sync_prepare: manually set pm_errnoAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-15sync_prepare: treat from_sync as a booleanAndrew Gregory
2014-01-10Consistently use #ifdefAllan McRae
2014-01-06check_keyring: plug memory leakAndrew Gregory
2014-01-06Update copyright years for 2014Allan McRae
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory
2013-12-15remove useless continueAndrew Gregory
2013-12-15alpm_sync_sysupgrade: skip packages being removedAndrew Gregory
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae
2013-10-15Fix progress bar overflow while checking package integrityAllan McRae
2013-10-15Report which package is missing a signatureAllan McRae
2013-09-04libalpm: introduce a usage level for reposDave Reisner
2013-03-10libalpm/sync: remove useless intermediate variableDave Reisner