summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-20libalpm: remove unused error valuemorganamilo1-2/+0
2021-05-09libalpm: check for duplicate filenamesmorganamilo1-0/+2
2021-05-09libalpm: fix download rates becoming negativemorganamilo1-0/+7
2021-05-09libalpm: clone data on alpm_db_set_serversmorganamilo1-4/+3
2021-05-01alpm_db_update: indicate if dbs were up to dateAndrew Gregory1-1/+2
2021-05-01add front-end provided context to callbacksAndrew Gregory1-13/+60
2021-04-21Add support for multiple 'Architecture' valuesDan McGee1-9/+21
2021-03-25Remove "total download" callback in favor of generic event callbackAnatol Pomozov1-20/+12
2021-03-01Update copyright yearAllan McRae1-1/+1
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-08doc: change group names to libalpm_*morganamilo1-21/+21
2021-01-08libalpm: pass the number of packages being downloaded in totaldlcbmorganamilo1-1/+2
2021-01-03doc: fix typosmorganamilo1-9/+9
2020-12-21doc: add extra documentation to the man pagemorganamilo1-2/+8
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 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-11-26libalpm: add alpm_option_get_parallel_downloadsmorganamilo1-0/+2
2020-11-26libalpm: clarify alpm_download_event_completed_t statusmorganamilo1-3/+3
2020-07-07Fallback to detached signatures during keyring checkAnatol Pomozov1-0/+11
2020-06-26Convert '-U pkg1 pkg2' codepath to parallel downloadAnatol Pomozov1-5/+10
2020-05-09Swap alpm_db_update() implementation to multiplexed versionAnatol Pomozov1-38/+2
2020-05-09Convert download packages logic to multiplexed APIAnatol Pomozov1-9/+0
2020-05-09Extend download callback interface with start/complete eventsAnatol Pomozov1-3/+32
2020-05-09Introduce event types for start/end database list downloadAnatol Pomozov1-6/+12
2020-05-09Introduce alpm_dbs_update() function for parallel db updatesAnatol Pomozov1-0/+29
2020-05-09Add config option to specify amount of parallel download streamsAnatol Pomozov1-0/+9
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-1/+1
2020-01-28Docs docs docsmorganamilo1-6/+241
2019-11-26Fix documentation of alpm_mtree_next and remove libarchive exposureAllan McRae1-1/+1
2019-11-22Improved documentation for alpm_db_search() parametersAllan McRae1-1/+2
2019-11-08pacman+libalpm: handle search errorsmorganamilo1-2/+4
2019-10-23Update copyright yearsAllan McRae1-1/+1
2019-03-07Remove support for deltas from libalpmAllan McRae1-53/+0
2019-01-21libalpm: fix minor typo in _alpm_db_usage_morganamilo1-1/+1
2019-01-10libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae1-1/+1