Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-04-04 | Ignore comments in INSTALL files (FS#51916) | Michael Straube | 1 | -0/+4 |
2017-01-13 | Introduce a 'disable-download-timeout' option | Christian Hesse | 4 | -2/+17 |
2017-01-04 | alpm_fetch_pkgurl: fix memory leak | Allan McRae | 1 | -1/+1 |
2017-01-04 | Fix memory leak in alpm_pkg_checkmd5sum | Allan McRae | 1 | -3/+3 |
2017-01-04 | Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdepends | Mark Weiman | 4 | -2/+38 |
2017-01-04 | filelist_sort: check if filelist is presorted | Andrew Gregory | 1 | -2/+9 |
2017-01-04 | add _alpm_filelist_sort | Andrew Gregory | 5 | -9/+11 |
2017-01-04 | find_fileconflicts: rename tmpfiles -> newfiles | Andrew Gregory | 1 | -6/+6 |
2017-01-04 | conflict: skip dir children when replacing a file | Andrew Gregory | 1 | -1/+15 |
2017-01-04 | dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/ | Dave Reisner | 1 | -1/+1 |
2017-01-04 | extract db files with dbonly | Andrew Gregory | 1 | -51/+61 |
2017-01-04 | Update copyright years | Allan McRae | 52 | -52/+52 |
2016-12-05 | be_local: remove unused error return | Andrew Gregory | 1 | -21/+21 |
2016-12-05 | Parametrise the different ways in which the payload is reset | Martin Kühne | 3 | -3/+12 |
2016-12-05 | libalpm/signing: support EDDSA from gpgme 1.7.0 | Christian Hesse | 1 | -0/+4 |
2016-12-05 | dload: use curl's keepalive mechanism | Dave Reisner | 1 | -43/+3 |
2016-10-22 | Represent bitfields as ints, not enums | Ivy Foster | 15 | -77/+89 |
2016-10-22 | Add ALPM_ERR_OK to _alpm_errno_t | Ivy Foster | 9 | -60/+61 |
2016-10-22 | Allow replacing libcrypto with libnettle in pacman | Florian Weigelt | 3 | -5/+44 |
2016-10-12 | Use f_bavail for diskspace calculations | Martin Kühne | 1 | -3/+3 |
2016-10-10 | Remove SHA224 support | Allan McRae | 1 | -22/+8 |
2016-10-10 | Remove internal md5 and sha2 implementations | Allan McRae | 6 | -839/+0 |