| Commit message (Expand) | Author | Age |
* | fix typo in libalpm comment | Christian Hesse | 2017-07-06 |
* | alpm_unlock: check handle before dereferencing | Andrew Gregory | 2017-05-16 |
* | free memory for --overwrite lists | Andrew Gregory | 2017-05-08 |
* | be_sync: error out if a db cannot be parsed | Andrew Gregory | 2017-05-08 |
* | run_chroot: label pipe endpoints for readability | Andrew Gregory | 2017-04-16 |
* | use sockets for scriptlet/hook communication | Andrew Gregory | 2017-04-16 |
* | conflict: include owner for filesystem conflicts | Andrew Gregory | 2017-04-16 |
* | unlink_file: strip trailing slashes | Andrew Gregory | 2017-04-16 |
* | sortbydeps: rename vptr -> i | Andrew Gregory | 2017-04-16 |
* | sortbydeps: rename found -> switched_to_child | Andrew Gregory | 2017-04-16 |
* | sortbydeps: factor out dep cycle warning | Andrew Gregory | 2017-04-16 |
* | graph.h: rename childptr -> iterator | Andrew Gregory | 2017-04-16 |
* | graph.h: replace hardcoded values with an enum | Andrew Gregory | 2017-04-16 |
* | add --overwrite option to ignore file conflicts | Andrew Gregory | 2017-04-12 |
* | libalpm: Use archive_read_extract2 | Armin K | 2017-04-12 |
* | add alpm_list_append_strdup | Andrew Gregory | 2017-04-04 |
* | Ignore comments in INSTALL files (FS#51916) | Michael Straube | 2017-04-04 |
* | Introduce a 'disable-download-timeout' option | Christian Hesse | 2017-01-13 |
* | alpm_fetch_pkgurl: fix memory leak | Allan McRae | 2017-01-04 |
* | Fix memory leak in alpm_pkg_checkmd5sum | Allan McRae | 2017-01-04 |
* | Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdepends | Mark Weiman | 2017-01-04 |
* | filelist_sort: check if filelist is presorted | Andrew Gregory | 2017-01-04 |
* | add _alpm_filelist_sort | Andrew Gregory | 2017-01-04 |
* | find_fileconflicts: rename tmpfiles -> newfiles | Andrew Gregory | 2017-01-04 |
* | conflict: skip dir children when replacing a file | Andrew Gregory | 2017-01-04 |
* | dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/ | Dave Reisner | 2017-01-04 |
* | extract db files with dbonly | Andrew Gregory | 2017-01-04 |
* | Update copyright years | Allan McRae | 2017-01-04 |
* | be_local: remove unused error return | Andrew Gregory | 2016-12-05 |
* | Parametrise the different ways in which the payload is reset | Martin Kühne | 2016-12-05 |
* | libalpm/signing: support EDDSA from gpgme 1.7.0 | Christian Hesse | 2016-12-05 |
* | dload: use curl's keepalive mechanism | Dave Reisner | 2016-12-05 |
* | Represent bitfields as ints, not enums | Ivy Foster | 2016-10-22 |
* | Add ALPM_ERR_OK to _alpm_errno_t | Ivy Foster | 2016-10-22 |
* | Allow replacing libcrypto with libnettle in pacman | Florian Weigelt | 2016-10-22 |
* | Use f_bavail for diskspace calculations | Martin Kühne | 2016-10-12 |
* | Remove SHA224 support | Allan McRae | 2016-10-10 |
* | Remove internal md5 and sha2 implementations | Allan McRae | 2016-10-10 |
* | Do not #define _RESERVED_IDENTIFIERS | Ivy Foster | 2016-09-25 |
* | Change type of count in be_sync | Rikard Falkeborn | 2016-09-25 |
* | Return boolean from db_populate | Rikard Falkeborn | 2016-09-25 |
* | Fix gcc strict-overflow error | Rikard Falkeborn | 2016-09-20 |
* | lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memory | Ivy Foster | 2016-09-09 |
* | Fix memory leak in remove_notify_needed_optdepends | Allan McRae | 2016-09-03 |
* | Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTION | Ivy Foster | 2016-08-31 |
* | Normalize alpm download callback's frontend cb arguments | Ivy Foster | 2016-08-30 |
* | Add newline to the end of error messages for signature format issues | Allan McRae | 2016-08-30 |
* | hook.c: replace fstatat with stat | Andrew Gregory | 2016-08-30 |
* | hook.c: replace readdir_r with readdir | Andrew Gregory | 2016-08-30 |
* | Reject files larger than 16384 bytes in read_sigfile. | Tobias Stoeckmann | 2016-08-30 |