Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-12-07 | Fix CVE-2016-5434 (DoS/loop and out of boundary read) | Nils Freydank | 1 | -4/+44 |
2017-07-28 | Fix brace coding style issues | Michael Straube | 2 | -4/+5 |
2017-07-06 | alpm_list: abort on memory allocation failure | Andrew Gregory | 1 | -5/+24 |
2017-07-06 | fix typo in libalpm comment | Christian Hesse | 1 | -1/+1 |
2017-05-16 | alpm_unlock: check handle before dereferencing | Andrew Gregory | 1 | -0/+1 |
2017-05-08 | free memory for --overwrite lists | Andrew Gregory | 1 | -0/+1 |
2017-05-08 | be_sync: error out if a db cannot be parsed | Andrew Gregory | 1 | -5/+12 |
2017-04-17 | run_chroot: label pipe endpoints for readability | Andrew Gregory | 1 | -12/+17 |
2017-04-17 | use sockets for scriptlet/hook communication | Andrew Gregory | 1 | -13/+4 |
2017-04-17 | conflict: include owner for filesystem conflicts | Andrew Gregory | 1 | -5/+20 |
2017-04-17 | unlink_file: strip trailing slashes | Andrew Gregory | 1 | -1/+12 |
2017-04-16 | sortbydeps: rename vptr -> i | Andrew Gregory | 1 | -5/+5 |
2017-04-16 | sortbydeps: rename found -> switched_to_child | Andrew Gregory | 1 | -4/+4 |
2017-04-16 | sortbydeps: factor out dep cycle warning | Andrew Gregory | 1 | -33/+37 |
2017-04-16 | graph.h: rename childptr -> iterator | Andrew Gregory | 3 | -10/+10 |
2017-04-16 | graph.h: replace hardcoded values with an enum | Andrew Gregory | 3 | -8/+14 |
2017-04-12 | add --overwrite option to ignore file conflicts | Andrew Gregory | 4 | -4/+37 |
2017-04-12 | libalpm: Use archive_read_extract2 | Armin K | 1 | -1/+15 |
2017-04-04 | add alpm_list_append_strdup | Andrew Gregory | 2 | -0/+21 |