Age | Commit message (Expand) | Author | Files | Lines |
2019-05-08 | Fix clang 8 string-plus-int warnings | Rikard Falkeborn | 1 | -1/+1 |
2019-03-19 | build: check for gpgme with pkg-config before gpgme-config | Eli Schwartz | 1 | -2/+2 |
2019-03-19 | Reformatting log timestamp to include time-zone | Florian Wehner | 1 | -3/+5 |
2019-03-07 | Remove support for deltas from libalpm | Allan McRae | 13 | -714/+10 |
2019-03-01 | Sanitize file name received from Content-Disposition header | Andrew Gregory | 1 | -1/+2 |
2019-02-07 | libalpm: prevent 301 redirect loop from hanging the process | Mark Ulrich | 1 | -0/+1 |
2019-02-04 | fix various typos | morganamilo | 2 | -2/+2 |
2019-01-21 | libalpm: fix minor typo in _alpm_db_usage_ | morganamilo | 1 | -1/+1 |
2019-01-10 | libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version() | Allan McRae | 2 | -6/+2 |
2019-01-10 | be_local.c: remove aligment in local_pkg_ops | Allan McRae | 1 | -26/+26 |
2019-01-10 | libalpm: parse {check, make}depends when reading database | morganamilo | 2 | -10/+20 |
2019-01-04 | libalpm/add.c: move assignment into conditional in alpm_add_pkg | Michael Straube | 1 | -2/+1 |
2019-01-04 | Move skipping of duplicate sync/remove targets into libalpm | Michael Straube | 2 | -2/+9 |
2019-01-04 | silence warning when built without curl | Andrew Gregory | 1 | -0/+2 |
2018-12-10 | check localdb before upgrading package | Andrew Gregory | 1 | -1/+1 |
2018-11-27 | require actual siglevel for default | Andrew Gregory | 1 | -1/+4 |
2018-11-27 | always allow explicit empty siglevel for sync dbs | Andrew Gregory | 1 | -1/+1 |
2018-11-27 | add specific error for missing gpg support | Andrew Gregory | 4 | -5/+10 |
2018-11-02 | Add meson.build files to build with meson | Dave Reisner | 2 | -0/+48 |
2018-10-21 | handle EINTR while polling scripts/hooks | Andrew Gregory | 1 | -1/+9 |
2018-10-21 | reset signal handlers before running scripts/hooks | Andrew Gregory | 1 | -0/+20 |
2018-10-20 | libalpm: process needed before group selection | morganamilo | 1 | -0/+11 |
2018-10-18 | alpm: Fix SIGINT handling re: aborting download | Olivier Brunel | 1 | -0/+1 |
2018-10-18 | alpm: Do not raise SIGINT when filesize goes over limit | Olivier Brunel | 1 | -1/+1 |
2018-09-19 | User-visible log when validity check fails due to access | David Phillips | 1 | -0/+5 |
2018-09-19 | Change if-else chain to switch | David Phillips | 1 | -11/+17 |
2018-08-10 | Remove the last traces of the pacman --force option | Allan McRae | 2 | -4/+2 |
2018-08-10 | libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOST | Michael Straube | 1 | -0/+7 |
2018-08-10 | libalpm: ignore .hook suffix when sorting hooks | Jouke Witteveen | 2 | -4/+14 |
2018-07-27 | Pull updated translations from Transifex | Allan McRae | 7 | -113/+120 |
2018-07-27 | Handle root prefix in overwrite operations | Allan McRae | 1 | -4/+5 |
2018-06-18 | libalpm/dload.c: fix filename in license header | Michael Straube | 1 | -1/+1 |
2018-05-28 | Pull updated translations from Transifex | Allan McRae | 48 | -5356/+359 |
2018-05-15 | Pull translations from Transifex and regenerate | Allan McRae | 48 | -2324/+3412 |
2018-05-14 | Remove all modelines from the project | Eli Schwartz | 53 | -104/+0 |
2018-05-12 | Fix gcc8 warnings. | Eli Schwartz | 1 | -4/+12 |
2018-04-29 | add missing newline to error message | Allan McRae | 1 | -1/+1 |
2018-04-29 | Initial translation preparation for pacman-5.1 | Allan McRae | 42 | -3790/+11262 |
2018-04-29 | Import updated translations from Transifex | Allan McRae | 48 | -3895/+4401 |
2018-04-29 | Update POTFILES.in | Allan McRae | 1 | -2/+5 |
2018-04-29 | libalpm.pc: migrate to Requires.private | Eli Schwartz | 1 | -1/+2 |
2018-03-14 | Update coyrights for 2018 | Allan McRae | 52 | -52/+52 |
2018-03-14 | hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks. | Stefan Klinger | 1 | -0/+16 |
2018-01-11 | Support new OpenPGP format packets lengths | Allan McRae | 1 | -71/+107 |
2018-01-10 | add missing newline to debug message | Andrew Gregory | 1 | -1/+1 |
2018-01-10 | detect pkghash allocation failure | Andrew Gregory | 5 | -14/+28 |
2018-01-10 | Do not continuously try to open an invalid database | Allan McRae | 1 | -0/+2 |
2018-01-06 | do not rely on name hashes for matching | Andrew Gregory | 1 | -4/+2 |
2018-01-06 | dload: ensure callback is always initialized once | Andrew Gregory | 2 | -4/+6 |
2018-01-06 | avoid printing NULL string | Andrew Gregory | 1 | -1/+1 |