summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-03Release v5.0.2v5.0.2Andrew Gregory
2017-06-03update NEWS for v5.0.2Andrew Gregory
2017-05-31Pull translation changes for 5.0.2Allan McRae
2017-05-22Prepare translations for 5.0.2 releaseAllan McRae
2017-05-08extract db files with dbonlyAndrew Gregory
2017-05-08add generated scripts to gitignoreChristian Hesse
2017-05-08libalpm/signing: support EDDSA from gpgme 1.7.0Christian Hesse
2017-05-08unlink_file: strip trailing slashesAndrew Gregory
2017-05-08libalpm: Use archive_read_extract2Armin K
2017-05-08makepkg.conf: add -g to default curl optionsDave Reisner
2017-05-08libmakepkg: generate all scriptsAlad Wenter
2017-05-08Use f_bavail for diskspace calculationsMartin Kühne
2017-05-08Ensure makepkg-wrapper is built after makepkgAllan McRae
2017-05-08Move bash/zsh completion out of contribAllan McRae
2017-05-08fix --printsrcinfo unify arch and non-arch specific variablesLevente Polyak
2017-05-08Do not #define _RESERVED_IDENTIFIERSIvy Foster
2017-05-08Add missing newline in paclog-pkglist help outputAlastair Hughes
2017-05-08Change type of count in be_syncRikard Falkeborn
2017-05-08Return boolean from db_populateRikard Falkeborn
2017-05-08Fix gcc strict-overflow errorRikard Falkeborn
2017-05-08repo-add: fix error in directories with a space in their nameFabio Castell
2017-05-08lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster
2017-05-08bash-completion: fix leaking "files" array into shell environmentEli Schwartz
2017-05-08Fix memory leak in remove_notify_needed_optdependsAllan McRae
2017-05-08Fix typo in pacman-db-upgrade usage messageAllan McRae
2017-05-08Remove AC_FUNC_MALLOC check.Alastair Hughes
2017-05-08pacman.8: fix typo in the documentation of --asexplicitLukas Fleischer
2017-05-08Merge Giolio Fidente into "Pacman Development Team" contributionGiulio Fidente
2017-05-08libmakepkg: look for architecture-specific hashes in get_integlistJack O'Connor
2017-05-08configure.ac: Fix handling --with-libcurlOlivier Brunel
2017-05-08hook.c: replace fstatat with statAndrew Gregory
2017-05-08hook.c: replace readdir_r with readdirAndrew Gregory
2017-05-08Handle all POSIX compliant systems in mbscasecmp.Tobias Stoeckmann
2017-05-08Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann
2017-05-08Release resources on error paths.Tobias Stoeckmann
2017-05-08Always use proper error code in alpm_initialize.Tobias Stoeckmann
2017-05-08recursedeps: include cyclic dependenciesAndrew Gregory
2017-05-08pacman.8: add link to alpm-hooks(5) in see alsoChristian Hesse
2017-05-08libalpm.3: add link to alpm-hooks(5) in see alsoChristian Hesse
2017-05-08makepkg: ignore the architecture for --printsrcinfoAlastair Hughes
2017-05-08Avoid logical OR duplication warning from gcc-6Allan McRae
2017-05-08pacsort help clearly states that files contain inputs to be sortedAshley Whetter
2017-04-27Prevent wrapping of enum itemsAllan McRae
2017-04-27fix spelling mistakesEric Engestrom
2017-04-27use multi-byte character matching for user inputAndrew Gregory
2017-04-27repo-add: do not alter the database if only verifying signatureAllan McRae
2017-04-27Use versions specified in optdependsAllan McRae
2017-04-27Consider provides when warning about optdepnd removalAllan McRae
2017-04-27Consider provides when labelling optdepends status as pending installAllan McRae
2016-05-18Use a more generic regexp when parsing output of gpg(1) in signature verifica...Leonid Isaev