summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Parametrise the different ways in which the payload is resetMartin Kühne2016-12-05
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Add ALPM_ERR_OK to _alpm_errno_tIvy Foster2016-10-22
* do not rely on localdb for hook matchingAndrew Gregory2016-02-23
* Update copyright years for 2016Allan McRae2016-01-04
* check fileconflicts and diskspace outside commitAndrew Gregory2015-09-20
* ensure matching database and package versionLevente Polyak2015-07-20
* sync_prepare: exclude removals from resolvedepsAndrew Gregory2015-03-03
* Update copyright notices for 2015Allan McRae2015-02-01
* apply_deltas: fix memory leak on errorAllan McRae2014-12-27
* build_payload: free memory on errorAllan McRae2014-12-24
* sync.c: download packages before starting commitAndrew Gregory2014-10-13
* check_keyring: skip keys known to be missingAndrew Gregory2014-10-01
* remove retry check from signature validationAndrew Gregory2014-10-01
* libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz2014-09-30
* sync_prepare: remove useless check for replacersAndrew Gregory2014-08-03
* Update the question callbackOlivier Brunel2014-06-24
* Use MALLOC throughtout libalpmAllan McRae2014-03-08
* sync_prepare: ignore explicitly removed conflictsAndrew Gregory2014-03-04
* Fix warnings with strict-overflow in gcc-4.9Allan McRae2014-03-03
* Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel2014-03-03
* Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel2014-03-03
* Update the event callbackOlivier Brunel2014-03-03
* _alpm_sync_prepare: fix unresolvable packages leakAndrew Gregory2014-02-08
* alpm: export *_free functionsAndrew Gregory2014-02-04
* sync_prepare: manually set pm_errnoAndrew Gregory2014-01-30
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* sync_prepare: treat from_sync as a booleanAndrew Gregory2014-01-15
* Consistently use #ifdefAllan McRae2014-01-10
* check_keyring: plug memory leakAndrew Gregory2014-01-06
* Update copyright years for 2014Allan McRae2014-01-06
* trans_prepare: always sort trans->remove by depsAndrew Gregory2013-12-19
* remove useless continueAndrew Gregory2013-12-15
* alpm_sync_sysupgrade: skip packages being removedAndrew Gregory2013-12-15
* sortbydeps: include local pkgs in dep graphAndrew Gregory2013-10-31
* Expose alpm_pkg_should_ignoreAllan McRae2013-10-31
* Make functions to decode a signature and extract keyid publicAllan McRae2013-10-31
* Fix progress bar overflow while checking package integrityAllan McRae2013-10-15
* Report which package is missing a signatureAllan McRae2013-10-15
* libalpm: introduce a usage level for reposDave Reisner2013-09-04
* libalpm/sync: remove useless intermediate variableDave Reisner2013-03-10
* libalpm: Search for replacers before literalsOlivier Brunel2013-03-07
* libalpm: Fix installing update of a replaced packageOlivier Brunel2013-03-07
* Perform limited conflict checking with --forceAllan McRae2013-02-24
* fix style violationsAndrew Gregory2013-02-16
* Fix --without-gpgme buildAllan McRae2013-02-13
* Prompt to delete packages with signature failsAllan McRae2013-02-09
* Remove retry path from signature validationAllan McRae2013-02-09
* Check keys are in keyring before package validationAllan McRae2013-02-09