summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-05-20Pull translations from TransifexAllan McRae44-2229/+2639
2021-05-20libalpm: remove unused error valuemorganamilo2-4/+0
2021-05-17Use attribute to declare case statement fallthroughsAllan McRae1-1/+1
2021-05-09libalpm: check for duplicate filenamesmorganamilo3-0/+23
2021-05-09fix formatting mistakemorganamilo1-1/+1
2021-05-09libalpm: fix download rates becoming negativemorganamilo2-8/+32
2021-05-09libalpm: clone data on alpm_db_set_serversmorganamilo2-5/+10
2021-05-03libalpm: fix error when installing cached packages without signaturesmorganamilo1-1/+1
2021-05-01call download progress callback for signaturesAndrew Gregory1-11/+7
2021-05-01alpm_db_update: indicate if dbs were up to dateAndrew Gregory3-16/+24
2021-05-01fix downloading multiple urls with XferCommandAndrew Gregory1-1/+0
2021-05-01add front-end provided context to callbacksAndrew Gregory5-28/+124
2021-04-23Prepare translations for next releaseAllan McRae45-5541/+7483
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