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
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
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel
2013-03-07libalpm: Fix installing update of a replaced packageOlivier Brunel
2013-02-24Perform limited conflict checking with --forceAllan McRae
2013-02-16fix style violationsAndrew Gregory
2013-02-13Fix --without-gpgme buildAllan McRae
2013-02-09Prompt to delete packages with signature failsAllan McRae
2013-02-09Remove retry path from signature validationAllan McRae
2013-02-09Check keys are in keyring before package validationAllan McRae
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Plug various minor memory leaksAndrew Gregory
2012-12-14Make alpm_pkg_find publicAllan McRae