summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-22Use coreutils binaries for checking/generating checksumsAllan McRae
2016-10-22Allow replacing libcrypto with libnettle in pacmanFlorian Weigelt
2016-10-22makepkg: Move parseopts from library to libmakepkgAlad Wenter
2016-10-22Generalise makepkg-wrapper to handle any script using libmakepkgAllan McRae
2016-10-22libmakepkg: generate all scriptsAlad Wenter
2016-10-12Use f_bavail for diskspace calculationsMartin Kühne
2016-10-11Ensure makepkg-wrapper is built after makepkgAllan McRae
2016-10-10lint_pkgbuild/pkgname: pkgname is not allowed to be emptyChristian Hesse
2016-10-10Remove contribAllan McRae
2016-10-10Move bash/zsh completion out of contribAllan McRae
2016-10-10Remove pacman-optimizeAllan McRae
2016-10-10fix --printsrcinfo unify arch and non-arch specific variablesLevente Polyak
2016-10-10Remove SHA224 supportAllan McRae
2016-10-10Remove internal md5 and sha2 implementationsAllan McRae
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster
2016-09-25bacman: add manual pageGordian Edenhofer
2016-09-25bacman: add option to alter the output directoryGordian Edenhofer
2016-09-25bacman: add option to print fewer status updatesGordian Edenhofer
2016-09-25bacman: quote pkg_pkger variableGordian Edenhofer
2016-09-25bacman: code structuringGordian Edenhofer
2016-09-25bacman: rewrite usage functionGordian Edenhofer
2016-09-25bacman: proper option handlingGordian Edenhofer
2016-09-25bacman: handle SIGHUP, SIGINT, SIGTERM signalsGordian Edenhofer
2016-09-25bacman: allow for multiple packages as argumentsGordian Edenhofer
2016-09-25Add missing newline in paclog-pkglist help outputAlastair Hughes
2016-09-25Change type of count in be_syncRikard Falkeborn
2016-09-25Return boolean from db_populateRikard Falkeborn
2016-09-20Fix gcc strict-overflow errorRikard Falkeborn
2016-09-09repo-add: fix error in directories with a space in their nameFabio Castell
2016-09-09lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster
2016-09-03bash-completion: fix leaking "files" array into shell environmentEli Schwartz
2016-09-03Fix memory leak in remove_notify_needed_optdependsAllan McRae
2016-09-02Fix typo in pacman-db-upgrade usage messageAllan McRae
2016-08-31Remove AC_FUNC_MALLOC check.Alastair Hughes
2016-08-31Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster
2016-08-30pacman.8: fix typo in the documentation of --asexplicitLukas Fleischer
2016-08-30Document contrib/verify-pacman-repo-db.plFlorian Pritz
2016-08-30contrib: Add documentation MakefileFlorian Pritz
2016-08-30contrib: Add verify-pacman-repo-db.plFlorian Pritz
2016-08-30Fix file name in scripts potfileAllan McRae
2016-08-30Merge Giolio Fidente into "Pacman Development Team" contributionGiulio Fidente
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster
2016-08-30libmakepkg: look for architecture-specific hashes in get_integlistJack O'Connor
2016-08-30Add newline to the end of error messages for signature format issuesAllan McRae
2016-08-30configure.ac: Fix handling --with-libcurlOlivier Brunel
2016-08-30hook.c: replace fstatat with statAndrew Gregory
2016-08-30hook.c: replace readdir_r with readdirAndrew Gregory
2016-08-30Handle all POSIX compliant systems in mbscasecmp.Tobias Stoeckmann
2016-08-30Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann
2016-08-30Release resources on error paths.Tobias Stoeckmann