summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-27Pull updated translations from TransifexAllan McRae7-113/+120
2018-07-27Handle root prefix in overwrite operationsAllan McRae1-4/+5
2018-06-18libalpm/dload.c: fix filename in license headerMichael Straube1-1/+1
2018-05-28Pull updated translations from TransifexAllan McRae48-5356/+359
2018-05-15Pull translations from Transifex and regenerateAllan McRae48-2324/+3412
2018-05-14Remove all modelines from the projectEli Schwartz53-104/+0
2018-05-12Fix gcc8 warnings.Eli Schwartz1-4/+12
2018-04-29add missing newline to error messageAllan McRae1-1/+1
2018-04-29Initial translation preparation for pacman-5.1Allan McRae42-3790/+11262
2018-04-29Import updated translations from TransifexAllan McRae48-3895/+4401
2018-04-29Update POTFILES.inAllan McRae1-2/+5
2018-04-29libalpm.pc: migrate to Requires.privateEli Schwartz1-1/+2
2018-03-14Update coyrights for 2018Allan McRae52-52/+52
2018-03-14hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks.Stefan Klinger1-0/+16
2018-01-11Support new OpenPGP format packets lengthsAllan McRae1-71/+107
2018-01-10add missing newline to debug messageAndrew Gregory1-1/+1
2018-01-10detect pkghash allocation failureAndrew Gregory5-14/+28
2018-01-10Do not continuously try to open an invalid databaseAllan McRae1-0/+2
2018-01-06do not rely on name hashes for matchingAndrew Gregory1-4/+2
2018-01-06dload: ensure callback is always initialized onceAndrew Gregory2-4/+6
2018-01-06avoid printing NULL stringAndrew Gregory1-1/+1
2017-12-07Fix CVE-2016-5434 (DoS/loop and out of boundary read)Nils Freydank1-4/+44
2017-07-28Fix brace coding style issuesMichael Straube2-4/+5
2017-07-06alpm_list: abort on memory allocation failureAndrew Gregory1-5/+24
2017-07-06fix typo in libalpm commentChristian Hesse1-1/+1
2017-05-16alpm_unlock: check handle before dereferencingAndrew Gregory1-0/+1
2017-05-08free memory for --overwrite listsAndrew Gregory1-0/+1
2017-05-08be_sync: error out if a db cannot be parsedAndrew Gregory1-5/+12
2017-04-17run_chroot: label pipe endpoints for readabilityAndrew Gregory1-12/+17
2017-04-17use sockets for scriptlet/hook communicationAndrew Gregory1-13/+4
2017-04-17conflict: include owner for filesystem conflictsAndrew Gregory1-5/+20