Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-25remove sed command lookup and hardcoding in edit-script.shEli Schwartz
2021-03-06fix syntax error when running pacman-key --helpEli Schwartz
2021-03-03Strip LTO symbols from distributed .a/.o filesAllan McRae
2021-03-03Add link time optimization support to makepkgAllan McRae
2021-03-01Update copyright yearAllan McRae
2021-02-24pacman-key: --refresh-keys queries WKD before keyserverMorten Linderud
2021-02-24libmakepkg: Support zstd decompression for sourcesMorten Linderud
2021-02-08Revert "ci: cache packages"Emil Velikov
2021-02-08ci: use official imageEmil Velikov
2021-02-08makepkg: Don't double-layer distcc on ccacheMatti Niemenmaa
2021-02-08doxygen: fix missing parameter nameEli Schwartz
2021-02-08support xattr when extracting packagesEli Schwartz
2021-02-08makepkg: don't let the strip routine mess up file attributesEli Schwartz
2021-01-21libalpm: fix total download reporting wrong totalmorganamilo
2021-01-21add --upgrade download testsAndrew Gregory
2021-01-21pmtest: add ability to spawn simple http serversAndrew Gregory
2021-01-21pmdb: add option to skip populating file:// serverAndrew Gregory
2021-01-21add CACHE_FEXISTS and CACHE_FCONTENTS test rulesAndrew Gregory
2021-01-21gitlab-ci: print output and logs for failed testsAndrew Gregory
2021-01-21pactest.py: read options from PACTEST_OPTSAndrew Gregory
2021-01-21pacman: add -w to -UAndrew Gregory
2021-01-21pacman: correct length of ".files.sig" stringPascal Ernster
2021-01-19do not try to download an empty db listAndrew Gregory
2021-01-19make alpm download config accessible without curlAndrew Gregory
2021-01-19sighandler: initialize sigaction fieldsAndrew Gregory
2021-01-19fully free error list in check_keyringAndrew Gregory
2021-01-19plug memory leaks in _alpm_key_importAndrew Gregory
2021-01-19pacman-conf: free rootdir before replacingAndrew Gregory
2021-01-19pacman: indicate --overwrite takes a globAndrew Gregory
2021-01-11pacman-key: Close msg string in generate_master_keyMorten Linderud
2021-01-11mailmap additionAllan McRae
2021-01-11Read targets from stdin before chrootingmorganamilo
2021-01-11pacman: add file checksum validation against mtreeEmil Velikov
2021-01-11doc: move missed sections from alpm_ to libalpm_Allan McRae
2021-01-09doc: reference all libalpm sections within libalpm man pageAllan McRae
2021-01-09doc: rename libalpm-list man page for consistencyAllan McRae
2021-01-09doc: change group names to libalpm_*morganamilo
2021-01-09libalpm: const annotate struct db_operationsEmil Velikov
2021-01-09libalpm: const annotate struct pkg_operationsEmil Velikov
2021-01-09get_file_pkg_ops: update commentAllan McRae
2021-01-09libalpm: introduce get_sync_pkg_ops() helperEmil Velikov
2021-01-09pacman: total download show how many packages have been downloadmorganamilo
2021-01-09Remove unused SYMHIDDEN macrosEmil Velikov
2021-01-09meson: use hidden symbol visiblity by defaultEmil Velikov
2021-01-09meson: pacman-conf add missing libcommon linkEmil Velikov
2021-01-09libalpm: pass the number of packages being downloaded in totaldlcbmorganamilo
2021-01-09libalpm: don't use curl's deprecated functionsmorganamilo
2021-01-09pacman: clean filename for downlaodsmorganamilo
2021-01-09libalpm: remove useless ifmorganamilo
2021-01-03doc: fix typosmorganamilo