summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-27add specific error for missing gpg supportAndrew Gregory1-1/+3
2018-08-10Remove the last traces of the pacman --force optionAllan McRae1-2/+1
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-03-14Update coyrights for 2018Allan McRae1-1/+1
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory1-0/+5
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse1-0/+2
2017-01-04Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdependsMark Weiman1-0/+12
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-16/+17
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster1-1/+2
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster1-3/+3
2016-05-05Prevent wrapping of enum itemsAllan McRae1-1/+1
2016-05-05fix spelling mistakesEric Engestrom1-1/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-12-15alpm-hooks: add Description fieldAllan McRae1-0/+2
2015-12-15Show progress processing hooksAllan McRae1-1/+17
2015-12-15Add ALPM_EVENT_TRANSACTION_{START,DONE} eventsAllan McRae1-0/+4
2015-12-15Add events ALPM_EVENT_HOOK_{START,DONE}Olivier Brunel1-1/+23
2015-12-05add and expose alpm_unlockAndrew Gregory1-0/+1