Age | Commit message (Expand) | Author | Files | Lines |
2016-02-23 | do not rely on localdb for hook matching | Andrew Gregory | 1 | -0/+8 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-09-20 | check fileconflicts and diskspace outside commit | Andrew Gregory | 1 | -4/+14 |
2015-07-20 | ensure matching database and package version | Levente Polyak | 1 | -0/+18 |
2015-03-03 | sync_prepare: exclude removals from resolvedeps | Andrew Gregory | 1 | -1/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-12-27 | apply_deltas: fix memory leak on error | Allan McRae | 1 | -2/+2 |
2014-12-24 | build_payload: free memory on error | Allan McRae | 1 | -1/+1 |
2014-10-13 | sync.c: download packages before starting commit | Andrew Gregory | 1 | -3/+8 |
2014-10-01 | check_keyring: skip keys known to be missing | Andrew Gregory | 1 | -4/+3 |
2014-10-01 | remove retry check from signature validation | Andrew Gregory | 1 | -8/+2 |
2014-09-30 | libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_free | Florian Pritz | 1 | -6/+6 |
2014-08-03 | sync_prepare: remove useless check for replacers | Andrew Gregory | 1 | -2/+0 |
2014-06-24 | Update the question callback | Olivier Brunel | 1 | -21/+39 |
2014-03-08 | Use MALLOC throughtout libalpm | Allan McRae | 1 | -1/+2 |
2014-03-04 | sync_prepare: ignore explicitly removed conflicts | Andrew Gregory | 1 | -0/+3 |
2014-03-03 | Fix warnings with strict-overflow in gcc-4.9 | Allan McRae | 1 | -1/+2 |
2014-03-03 | Add events _PKGDOWNLOAD_{START, DONE, FAILED} | Olivier Brunel | 1 | -0/+9 |
2014-03-03 | Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED} | Olivier Brunel | 1 | -0/+3 |
2014-03-03 | Update the event callback | Olivier Brunel | 1 | -24/+57 |
2014-02-08 | _alpm_sync_prepare: fix unresolvable packages leak | Andrew Gregory | 1 | -0/+1 |
2014-02-04 | alpm: export *_free functions | Andrew Gregory | 1 | -7/+9 |
2014-01-30 | sync_prepare: manually set pm_errno | Andrew Gregory | 1 | -2/+1 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-15 | sync_prepare: treat from_sync as a boolean | Andrew Gregory | 1 | -2/+5 |
2014-01-10 | Consistently use #ifdef | Allan McRae | 1 | -1/+1 |
2014-01-06 | check_keyring: plug memory leak | Andrew Gregory | 1 | -0/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-12-19 | trans_prepare: always sort trans->remove by deps | Andrew Gregory | 1 | -5/+0 |
2013-12-15 | remove useless continue | Andrew Gregory | 1 | -1/+0 |
2013-12-15 | alpm_sync_sysupgrade: skip packages being removed | Andrew Gregory | 1 | -0/+5 |
2013-10-31 | sortbydeps: include local pkgs in dep graph | Andrew Gregory | 1 | -3/+6 |
2013-10-31 | Expose alpm_pkg_should_ignore | Allan McRae | 1 | -7/+7 |
2013-10-31 | Make functions to decode a signature and extract keyid public | Allan McRae | 1 | -2/+2 |
2013-10-15 | Fix progress bar overflow while checking package integrity | Allan McRae | 1 | -3/+5 |
2013-10-15 | Report which package is missing a signature | Allan McRae | 1 | -1/+4 |
2013-09-04 | libalpm: introduce a usage level for repos | Dave Reisner | 1 | -2/+13 |
2013-03-10 | libalpm/sync: remove useless intermediate variable | Dave Reisner | 1 | -5/+2 |
2013-03-07 | libalpm: Search for replacers before literals | Olivier Brunel | 1 | -12/+14 |
2013-03-07 | libalpm: Fix installing update of a replaced package | Olivier Brunel | 1 | -0/+2 |
2013-02-24 | Perform limited conflict checking with --force | Allan McRae | 1 | -1/+1 |
2013-02-16 | fix style violations | Andrew Gregory | 1 | -4/+4 |
2013-02-13 | Fix --without-gpgme build | Allan McRae | 1 | -0/+2 |
2013-02-09 | Prompt to delete packages with signature fails | Allan McRae | 1 | -0/+1 |
2013-02-09 | Remove retry path from signature validation | Allan McRae | 1 | -10/+4 |
2013-02-09 | Check keys are in keyring before package validation | Allan McRae | 1 | -0/+77 |
2013-01-29 | dload: pass back the effective URL to callers of _alpm_download | Dave Reisner | 1 | -1/+1 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-12-14 | Plug various minor memory leaks | Andrew Gregory | 1 | -1/+1 |
2012-12-14 | Make alpm_pkg_find public | Allan McRae | 1 | -10/+10 |