summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-05-08Fix clang 8 string-plus-int warningsRikard Falkeborn
2019-03-19build: check for gpgme with pkg-config before gpgme-configEli Schwartz
2019-03-19Reformatting log timestamp to include time-zoneFlorian Wehner
2019-03-07Remove support for deltas from libalpmAllan McRae
2019-03-01Sanitize file name received from Content-Disposition headerAndrew Gregory
2019-02-07libalpm: prevent 301 redirect loop from hanging the processMark Ulrich
2019-02-04fix various typosmorganamilo
2019-01-21libalpm: fix minor typo in _alpm_db_usage_morganamilo
2019-01-10libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae
2019-01-10be_local.c: remove aligment in local_pkg_opsAllan McRae
2019-01-10libalpm: parse {check, make}depends when reading databasemorganamilo
2019-01-04libalpm/add.c: move assignment into conditional in alpm_add_pkgMichael Straube
2019-01-04Move skipping of duplicate sync/remove targets into libalpmMichael Straube
2019-01-04silence warning when built without curlAndrew Gregory
2018-12-10check localdb before upgrading packageAndrew Gregory
2018-11-27require actual siglevel for defaultAndrew Gregory
2018-11-27always allow explicit empty siglevel for sync dbsAndrew Gregory
2018-11-27add specific error for missing gpg supportAndrew Gregory
2018-11-02Add meson.build files to build with mesonDave Reisner
2018-10-21handle EINTR while polling scripts/hooksAndrew Gregory
2018-10-21reset signal handlers before running scripts/hooksAndrew Gregory
2018-10-20libalpm: process needed before group selectionmorganamilo
2018-10-17alpm: Fix SIGINT handling re: aborting downloadOlivier Brunel
2018-10-17alpm: Do not raise SIGINT when filesize goes over limitOlivier Brunel
2018-09-19User-visible log when validity check fails due to accessDavid Phillips
2018-09-19Change if-else chain to switchDavid Phillips
2018-08-10Remove the last traces of the pacman --force optionAllan McRae
2018-08-10libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOSTMichael Straube
2018-08-10libalpm: ignore .hook suffix when sorting hooksJouke Witteveen
2018-07-27Pull updated translations from TransifexAllan McRae
2018-07-27Handle root prefix in overwrite operationsAllan McRae
2018-06-18libalpm/dload.c: fix filename in license headerMichael Straube
2018-05-28Pull updated translations from TransifexAllan McRae
2018-05-15Pull translations from Transifex and regenerateAllan McRae
2018-05-14Remove all modelines from the projectEli Schwartz
2018-05-12Fix gcc8 warnings.Eli Schwartz
2018-04-30add missing newline to error messageAllan McRae
2018-04-29Initial translation preparation for pacman-5.1Allan McRae
2018-04-29Import updated translations from TransifexAllan McRae
2018-04-29Update POTFILES.inAllan McRae
2018-04-29libalpm.pc: migrate to Requires.privateEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-03-14hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks.Stefan Klinger
2018-01-11Support new OpenPGP format packets lengthsAllan McRae
2018-01-10add missing newline to debug messageAndrew Gregory
2018-01-10detect pkghash allocation failureAndrew Gregory
2018-01-10Do not continuously try to open an invalid databaseAllan McRae
2018-01-06do not rely on name hashes for matchingAndrew Gregory
2018-01-06dload: ensure callback is always initialized onceAndrew Gregory
2018-01-06avoid printing NULL stringAndrew Gregory