summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-10-27Fix segfault importing PGP key for pacman -U operationsAllan McRae1-2/+2
2019-10-23Update copyright yearsAllan McRae50-50/+50
2019-10-21Final translation updates for pacman-5.2.0Allan McRae43-563/+565
2019-10-15libalpm: set errno in signing dummy functionsmorganamilo1-3/+6
2019-10-15libalpm: fix segfault when -Qip'ing a packagemorganamilo1-1/+2
2019-10-14Translation updatesAllan McRae43-2015/+1887
2019-10-12move wordsplit into common for sharingAndrew Gregory1-116/+3
2019-10-09signing: handle unknown uid in key importChristian Hesse1-0/+5
2019-10-07Pull and push translation changes in preparation for 5.2Allan McRae43-2694/+3002
2019-10-07libalpm: short circuit alpm_find_dbs_satisfiermorganamilo1-8/+7
2019-10-07libalpm: fix incorrect documentationmorganamilo1-5/+7
2019-10-07libalpm: resolvedep(): don't compare names twicemorganamilo1-1/+2
2019-10-07signing: add ability to import keys using a WKDJonas Witschel1-13/+84
2019-10-07signing: move key import confirmation before key_searchJonas Witschel4-28/+58
2019-10-07dload: never return NULL from get_filenameDave Reisner1-2/+4
2019-10-04autotools: distribute meson filesEli Schwartz1-0/+2
2019-08-12Prepare translations for next releaseAllan McRae43-5025/+5289
2019-06-28Correctly report a download failiure for 404smorganamilo1-0/+1
2019-06-20use consistent time notation for the logAndrew Gregory1-3/+3
2019-06-20free makedepends/checkdepends when freeing packagesDave Reisner1-0/+2
2019-06-06hooks: rename type File to PathAndrew Gregory1-2/+6
2019-05-08Fix clang 8 string-plus-int warningsRikard Falkeborn1-1/+1
2019-03-19build: check for gpgme with pkg-config before gpgme-configEli Schwartz1-2/+2
2019-03-19Reformatting log timestamp to include time-zoneFlorian Wehner1-3/+5
2019-03-07Remove support for deltas from libalpmAllan McRae13-714/+10
2019-03-01Sanitize file name received from Content-Disposition headerAndrew Gregory1-1/+2
2019-02-07libalpm: prevent 301 redirect loop from hanging the processMark Ulrich1-0/+1
2019-02-04fix various typosmorganamilo2-2/+2
2019-01-21libalpm: fix minor typo in _alpm_db_usage_morganamilo1-1/+1
2019-01-10libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae2-6/+2
2019-01-10be_local.c: remove aligment in local_pkg_opsAllan McRae1-26/+26
2019-01-10libalpm: parse {check, make}depends when reading databasemorganamilo2-10/+20
2019-01-04libalpm/add.c: move assignment into conditional in alpm_add_pkgMichael Straube1-2/+1
2019-01-04Move skipping of duplicate sync/remove targets into libalpmMichael Straube2-2/+9
2019-01-04silence warning when built without curlAndrew Gregory1-0/+2
2018-12-10check localdb before upgrading packageAndrew Gregory1-1/+1
2018-11-27require actual siglevel for defaultAndrew Gregory1-1/+4
2018-11-27always allow explicit empty siglevel for sync dbsAndrew Gregory1-1/+1
2018-11-27add specific error for missing gpg supportAndrew Gregory4-5/+10
2018-11-02Add meson.build files to build with mesonDave Reisner2-0/+48
2018-10-21handle EINTR while polling scripts/hooksAndrew Gregory1-1/+9
2018-10-21reset signal handlers before running scripts/hooksAndrew Gregory1-0/+20
2018-10-20libalpm: process needed before group selectionmorganamilo1-0/+11
2018-10-18alpm: Fix SIGINT handling re: aborting downloadOlivier Brunel1-0/+1
2018-10-18alpm: Do not raise SIGINT when filesize goes over limitOlivier Brunel1-1/+1
2018-09-19User-visible log when validity check fails due to accessDavid Phillips1-0/+5
2018-09-19Change if-else chain to switchDavid Phillips1-11/+17
2018-08-10Remove the last traces of the pacman --force optionAllan McRae2-4/+2
2018-08-10libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOSTMichael Straube1-0/+7
2018-08-10libalpm: ignore .hook suffix when sorting hooksJouke Witteveen2-4/+14