Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)Author
2021-04-22Add support for multiple 'Architecture' valuesDan McGee
2021-03-25Remove "total download" callback in favor of generic event callbackAnatol Pomozov
2021-03-01Update copyright yearAllan McRae
2021-01-11doc: move missed sections from alpm_ to libalpm_Allan McRae
2021-01-09doc: reference all libalpm sections within libalpm man pageAllan McRae
2021-01-09doc: change group names to libalpm_*morganamilo
2021-01-09libalpm: pass the number of packages being downloaded in totaldlcbmorganamilo
2021-01-03doc: fix typosmorganamilo
2020-12-21doc: add extra documentation to the man pagemorganamilo
2020-12-21doc: rename alpm_api group to alpmmorganamilo
2020-12-21doc: move top level items into groupsmorganamilo
2020-12-21doc: move alpm_api group to top of filemorganamilo
2020-12-21doc: document optionsmorganamilo
2020-12-21doc: document miscmorganamilo
2020-12-21doc: document transactionsmorganamilo
2020-12-21doc: document files and groupsmorganamilo
2020-12-21doc: document packagesmorganamilo
2020-12-21doc: document loggingmorganamilo
2020-12-21doc: document databasesmorganamilo
2020-12-21doc: document callbacksmorganamilo
2020-12-21doc: document dependsmorganamilo
2020-12-21doc: document signaturesmorganamilo
2020-12-21doc: document handlemorganamilo
2020-12-21doc: document errormorganamilo
2020-12-21doc: add doc header to alpm.hmorganamilo
2020-11-26libalpm: add alpm_option_get_parallel_downloadsmorganamilo
2020-11-26libalpm: clarify alpm_download_event_completed_t statusmorganamilo
2020-07-07Fallback to detached signatures during keyring checkAnatol Pomozov
2020-06-26Convert '-U pkg1 pkg2' codepath to parallel downloadAnatol Pomozov
2020-05-09Swap alpm_db_update() implementation to multiplexed versionAnatol Pomozov
2020-05-09Convert download packages logic to multiplexed APIAnatol Pomozov
2020-05-09Extend download callback interface with start/complete eventsAnatol Pomozov
2020-05-09Introduce event types for start/end database list downloadAnatol Pomozov
2020-05-09Introduce alpm_dbs_update() function for parallel db updatesAnatol Pomozov
2020-05-09Add config option to specify amount of parallel download streamsAnatol Pomozov
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2020-01-28Docs docs docsmorganamilo
2019-11-26Fix documentation of alpm_mtree_next and remove libarchive exposureAllan McRae
2019-11-22Improved documentation for alpm_db_search() parametersAllan McRae
2019-11-08pacman+libalpm: handle search errorsmorganamilo
2019-10-23Update copyright yearsAllan McRae
2019-03-07Remove support for deltas from libalpmAllan McRae
2019-01-21libalpm: fix minor typo in _alpm_db_usage_morganamilo
2019-01-10libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae
2018-11-27add specific error for missing gpg supportAndrew Gregory
2018-08-10Remove the last traces of the pacman --force optionAllan McRae
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse