Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-09-25 | Do not #define _RESERVED_IDENTIFIERS | Ivy Foster | 27 | -78/+78 |
2016-09-25 | Change type of count in be_sync | Rikard Falkeborn | 1 | -4/+4 |
2016-09-25 | Return boolean from db_populate | Rikard Falkeborn | 2 | -3/+4 |
2016-09-20 | Fix gcc strict-overflow error | Rikard Falkeborn | 1 | -3/+3 |
2016-09-09 | lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memory | Ivy Foster | 1 | -4/+14 |
2016-09-03 | Fix memory leak in remove_notify_needed_optdepends | Allan McRae | 1 | -0/+1 |
2016-08-31 | Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTION | Ivy Foster | 1 | -9/+9 |
2016-08-30 | Normalize alpm download callback's frontend cb arguments | Ivy Foster | 1 | -6/+16 |
2016-08-30 | Add newline to the end of error messages for signature format issues | Allan McRae | 1 | -6/+6 |
2016-08-30 | hook.c: replace fstatat with stat | Andrew Gregory | 1 | -1/+1 |
2016-08-30 | hook.c: replace readdir_r with readdir | Andrew Gregory | 1 | -14/+12 |
2016-08-30 | Reject files larger than 16384 bytes in read_sigfile. | Tobias Stoeckmann | 1 | -5/+9 |
2016-08-30 | Release resources on error paths. | Tobias Stoeckmann | 4 | -6/+24 |
2016-08-30 | Always use proper error code in alpm_initialize. | Tobias Stoeckmann | 1 | -6/+7 |
2016-08-30 | recursedeps: include cyclic dependencies | Andrew Gregory | 1 | -52/+52 |
2016-05-05 | Avoid logical OR duplication warning from gcc-6 | Allan McRae | 1 | -2/+12 |
2016-05-05 | Prevent wrapping of enum items | Allan McRae | 2 | -2/+2 |
2016-05-05 | fix spelling mistakes | Eric Engestrom | 4 | -4/+4 |
2016-02-26 | Use versions specified in optdepends | Allan McRae | 1 | -1/+2 |
2016-02-26 | Consider provides when warning about optdepnd removal | Allan McRae | 1 | -1/+1 |
2016-02-23 | Regenerate translations for 5.0.1 | Allan McRae | 41 | -1713/+2302 |
2016-02-23 | Pull translation updates from Transifex | Allan McRae | 40 | -1062/+478 |
2016-02-23 | make alpm_unlock and trans_interrupt async safe | Andrew Gregory | 3 | -4/+10 |
2016-02-23 | alpm_run_chroot: always connect parent2child pipe | Andrew Gregory | 1 | -7/+6 |
2016-02-23 | ensure gpgdir has a trailing slash | Andrew Gregory | 1 | -9/+3 |
2016-02-23 | do not rely on localdb for hook matching | Andrew Gregory | 5 | -13/+17 |
2016-02-21 | only remove pacnew file if it is new | Andrew Gregory | 1 | -3/+7 |
2016-02-20 | Log to file when running hooks | Olivier Brunel | 1 | -1/+1 |