summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-04-21Add support for multiple 'Architecture' valuesDan McGee4-19/+64
2021-04-19Fix build error when SIGPOLL is not availableMark Weiman1-2/+6
2021-04-19Add an include for signal.h when neededMark Weiman1-0/+1
2021-04-08Update urls to not use www. for archlinux.orgJelle van der Waa1-1/+1
2021-04-07include retries and signatures in download countAndrew Gregory1-10/+8
2021-04-07skip servers with too many errorsAndrew Gregory3-4/+87
2021-03-25Remove "total download" callback in favor of generic event callbackAnatol Pomozov5-51/+23
2021-03-01Update copyright yearAllan McRae50-50/+50
2021-02-08doxygen: fix missing parameter nameEli Schwartz1-1/+1
2021-02-08support xattr when extracting packagesEli Schwartz1-0/+1
2021-01-21libalpm: fix total download reporting wrong totalmorganamilo1-9/+7
2021-01-19do not try to download an empty db listAndrew Gregory1-0/+4
2021-01-19make alpm download config accessible without curlAndrew Gregory2-13/+2
2021-01-19sighandler: initialize sigaction fieldsAndrew Gregory1-0/+2
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-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-08Remove unused SYMHIDDEN macrosEmil Velikov2-2/+0
2021-01-08libalpm: pass the number of packages being downloaded in totaldlcbmorganamilo2-2/+7
2021-01-08libalpm: don't use curl's deprecated functionsmorganamilo2-8/+7
2021-01-08libalpm: remove useless ifmorganamilo1-4/+0
2021-01-03doc: fix typosmorganamilo1-9/+9
2020-12-29Move hex_representation() to src/commonEmil Velikov1-24/+0
2020-12-29Remove pre libarchive 3.0 codeEmil Velikov1-20/+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: 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
2020-12-21doc: document errormorganamilo1-13/+109
2020-12-21doc: add doc header to alpm.hmorganamilo1-0/+12
2020-12-21doc: remove stray doxygen commentmorganamilo1-2/+0