summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-08_alpm_sync_prepare: fix unresolvable packages leakAndrew Gregory1-0/+1
2014-02-04alpm: export *_free functionsAndrew Gregory1-7/+9
2014-01-30sync_prepare: manually set pm_errnoAndrew Gregory1-2/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-15sync_prepare: treat from_sync as a booleanAndrew Gregory1-2/+5
2014-01-10Consistently use #ifdefAllan McRae1-1/+1
2014-01-06check_keyring: plug memory leakAndrew Gregory1-0/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory1-5/+0
2013-12-15remove useless continueAndrew Gregory1-1/+0
2013-12-15alpm_sync_sysupgrade: skip packages being removedAndrew Gregory1-0/+5
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory1-3/+6
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae1-7/+7
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae1-2/+2
2013-10-15Fix progress bar overflow while checking package integrityAllan McRae1-3/+5
2013-10-15Report which package is missing a signatureAllan McRae1-1/+4
2013-09-04libalpm: introduce a usage level for reposDave Reisner1-2/+13
2013-03-10libalpm/sync: remove useless intermediate variableDave Reisner1-5/+2
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel1-12/+14
2013-03-07libalpm: Fix installing update of a replaced packageOlivier Brunel1-0/+2
2013-02-24Perform limited conflict checking with --forceAllan McRae1-1/+1
2013-02-16fix style violationsAndrew Gregory1-4/+4
2013-02-13Fix --without-gpgme buildAllan McRae1-0/+2
2013-02-09Prompt to delete packages with signature failsAllan McRae1-0/+1
2013-02-09Remove retry path from signature validationAllan McRae1-10/+4
2013-02-09Check keys are in keyring before package validationAllan McRae1-0/+77
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Plug various minor memory leaksAndrew Gregory1-1/+1
2012-12-14Make alpm_pkg_find publicAllan McRae1-10/+10