summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-09Implement TotalDownload functionalityAnatol Pomozov1-5/+0
2020-12-03libalpm: set ret in download filesmorganamilo1-2/+4
2020-11-26libalpm: add alpm_option_get_parallel_downloadsmorganamilo2-0/+12
2020-11-26libalpm: set errno when setting parallel downloads with an invalid numbermorganamilo1-3/+1
2020-11-26libalpm: clarify alpm_download_event_completed_t statusmorganamilo1-3/+3
2020-11-26libalpm: don't call dlcb when not setmorganamilo1-2/+2
2020-11-26libalpm: set parallel_downloads to 1 when creating the handlemorganamilo1-0/+2
2020-09-23FS#66472: Remove *.sig file if package corruptedAnatol Pomozov1-0/+6
2020-09-03remove more autotools filesEli Schwartz4-4/+0
2020-08-10Enable sha256/md5 hash verification if detached signatures are usedAnatol Pomozov1-1/+1
2020-08-10Fix error during keyring checkingAnatol Pomozov1-3/+1
2020-07-14Check that destfile_name exists before using itAnatol Pomozov1-3/+6
2020-07-14Do not free payload fields in the middle of this structure useAnatol Pomozov1-4/+0
2020-07-14Build signature remote name based on the main payload nameAnatol Pomozov1-24/+37
2020-07-07Fallback to detached signatures during keyring checkAnatol Pomozov5-9/+98
2020-07-07FS#33992: force download *.sig file if it does not exist in the cacheAnatol Pomozov2-9/+24
2020-07-07Add a utility function to check whether a file exists in the cacheAnatol Pomozov2-0/+16
2020-07-07Do not use counter for error trackingAnatol Pomozov1-8/+10
2020-07-07Move signature payload creation to download engineAnatol Pomozov3-64/+67
2020-06-26Cleanup the old sequential download codeAnatol Pomozov4-340/+19
2020-06-26Convert '-U pkg1 pkg2' codepath to parallel downloadAnatol Pomozov3-89/+136