Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
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-19make alpm download config accessible without curlAndrew Gregory
2020-11-26libalpm: add alpm_option_get_parallel_downloadsmorganamilo
2020-11-26libalpm: set errno when setting parallel downloads with an invalid numbermorganamilo
2020-05-09Add multi_curl handle to ALPM global contextAnatol Pomozov
2020-05-09Add config option to specify amount of parallel download streamsAnatol Pomozov
2020-04-13Use STRDUP for error checking in more placesAllan McRae
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2020-01-28Docs docs docsmorganamilo
2020-01-28libalpm: fix alpm_option_set_assumeinstalledmorganamilo
2019-10-23Update copyright yearsAllan McRae
2019-03-07Remove support for deltas from libalpmAllan McRae
2019-01-04silence warning when built without curlAndrew Gregory
2018-11-27require actual siglevel for defaultAndrew Gregory
2018-11-27add specific error for missing gpg supportAndrew Gregory
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-05-16alpm_unlock: check handle before dereferencingAndrew Gregory
2017-05-08free memory for --overwrite listsAndrew Gregory
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-02-23make alpm_unlock and trans_interrupt async safeAndrew Gregory
2016-02-23ensure gpgdir has a trailing slashAndrew Gregory
2016-01-04Update copyright years for 2016Allan McRae
2015-12-05add and expose alpm_unlockAndrew Gregory
2015-12-05handle_unlock: return 0 if lockfile == NULLAndrew Gregory
2015-10-18handle: add hookdirs optionAndrew Gregory
2015-08-08fill in name_hash for assumeinstalled optionsAndrew Gregory
2015-08-08copy assumeinstalled optionsAndrew Gregory
2015-08-08check assumeinstalled for meaningful modAndrew Gregory
2015-08-08check dep versions before calling strcmpAndrew Gregory
2015-07-15Allow frontends to specify the sync database extensionAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-12-18add alpm_option_match_noupgradeAndrew Gregory
2014-11-18Add alpm_option_match_noextractAllan McRae
2014-10-01_alpm_key_in_keychain: cache known keysAndrew Gregory
2014-09-30Add --assume-installed optionFlorian Pritz
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory
2014-09-16fix improper FREELIST callsAndrew Gregory
2014-08-04replace strdup with STRDUPAndrew Gregory
2014-08-04handle_unlock: log error when lock file is missingAndrew Gregory
2014-08-04handle_unlock: log lock removal failureAndrew Gregory
2014-08-04handle: factor out string list option handlingAndrew Gregory
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee