summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
AgeCommit message (Expand)Author
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
2014-01-06Update copyright years for 2014Allan McRae
2013-11-08alpm_handle: store lock file descriptorAndrew Gregory
2013-11-08support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-03Update copyright year for 2013Allan McRae
2012-04-29Move short-lived realpath buffers to the stackDan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-01-18Allow UseDelta option to specify a delta ratioDan McGee
2012-01-02Only compile delta regex onceDan McGee
2011-12-21include config.h via MakefilesDave Reisner