summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-19make alpm download config accessible without curlAndrew Gregory2-13/+2
2021-01-19sighandler: initialize sigaction fieldsAndrew Gregory2-0/+3
2021-01-19fully free error list in check_keyringAndrew Gregory1-1/+2
2021-01-19plug memory leaks in _alpm_key_importAndrew Gregory1-1/+4
2021-01-19pacman-conf: free rootdir before replacingAndrew Gregory1-0/+1
2021-01-19pacman: indicate --overwrite takes a globAndrew Gregory1-1/+1
2021-01-11pacman-key: Close msg string in generate_master_keyMorten Linderud1-1/+1
2021-01-11mailmap additionAllan McRae1-0/+1
2021-01-11Read targets from stdin before chrootingmorganamilo1-6/+6
2021-01-11pacman: add file checksum validation against mtreeEmil Velikov1-7/+67
2021-01-11doc: move missed sections from alpm_ to libalpm_Allan McRae1-19/+23
2021-01-09doc: reference all libalpm sections within libalpm man pageAllan McRae1-5/+10
2021-01-09doc: rename libalpm-list man page for consistencyAllan McRae1-1/+1
2021-01-08doc: change group names to libalpm_*morganamilo2-36/+23
2021-01-08libalpm: const annotate struct db_operationsEmil Velikov2-2/+2
2021-01-08libalpm: const annotate struct pkg_operationsEmil Velikov5-6/+6
2021-01-08get_file_pkg_ops: update commentAllan McRae1-3/+2
2021-01-08libalpm: introduce get_sync_pkg_ops() helperEmil Velikov1-2/+17
2021-01-08pacman: total download show how many packages have been downloadmorganamilo1-4/+21
2021-01-08Remove unused SYMHIDDEN macrosEmil Velikov3-3/+0
2021-01-08meson: use hidden symbol visiblity by defaultEmil Velikov1-0/+2
2021-01-08meson: pacman-conf add missing libcommon linkEmil Velikov1-1/+1
2021-01-08libalpm: pass the number of packages being downloaded in totaldlcbmorganamilo4-4/+10
2021-01-08libalpm: don't use curl's deprecated functionsmorganamilo3-9/+8
2021-01-08pacman: clean filename for downlaodsmorganamilo1-12/+26
2021-01-08libalpm: remove useless ifmorganamilo1-4/+0
2021-01-03doc: fix typosmorganamilo1-9/+9
2021-01-03pacman-key: warn about time taken for master key generationAllan McRae1-0/+2
2020-12-29doc: make doxygen build from any directoryEli Schwartz2-2/+3
2020-12-29Move hex_representation() to src/commonEmil Velikov3-24/+27
2020-12-29Remove pre libarchive 3.0 codeEmil Velikov1-20/+0
2020-12-21doc: remove old libalpm man filemorganamilo2-38/+0
2020-12-21doc: add extra documentation to the man pagemorganamilo2-2/+16
2020-12-21doc: rename alpm_api group to alpmmorganamilo1-1/+1
2020-12-21doc: update doxyfilemorganamilo1-22/+59
2020-12-21doc: configure doxygenmorganamilo1-3/+3
2020-12-21doc: move top level items into groupsmorganamilo1-2/+11
2020-12-21doc: move alpm_api group to top of filemorganamilo1-5/+5
2020-12-21doc: document optionsmorganamilo1-28/+564
2020-12-21doc: document alpm_listmorganamilo2-255/+294
2020-12-21doc: document miscmorganamilo1-15/+20
2020-12-21doc: document transactionsmorganamilo1-12/+23
2020-12-21doc: document files and groupsmorganamilo1-46/+56
2020-12-21doc: document packagesmorganamilo1-68/+96
2020-12-21doc: document loggingmorganamilo1-5/+20
2020-12-21doc: document databasesmorganamilo1-219/+249
2020-12-21doc: document callbacksmorganamilo1-168/+271
2020-12-21doc: document dependsmorganamilo1-131/+164
2020-12-21doc: document signaturesmorganamilo1-115/+167
2020-12-21doc: document handlemorganamilo1-28/+30