summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-1/+1
2020-01-28Docs docs docsmorganamilo1-6/+0
2020-01-28libalpm: fix alpm_option_set_assumeinstalledmorganamilo1-0/+1
2019-10-23Update copyright yearsAllan McRae1-1/+1
2019-03-07Remove support for deltas from libalpmAllan McRae1-20/+0
2019-01-04silence warning when built without curlAndrew Gregory1-0/+2
2018-11-27require actual siglevel for defaultAndrew Gregory1-1/+4
2018-11-27add specific error for missing gpg supportAndrew Gregory1-3/+3
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-03-14Update coyrights for 2018Allan McRae1-1/+1
2017-05-16alpm_unlock: check handle before dereferencingAndrew Gregory1-0/+1
2017-05-08free memory for --overwrite listsAndrew Gregory1-0/+1
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory1-0/+21
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse1-0/+10
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-6/+6
2016-02-23make alpm_unlock and trans_interrupt async safeAndrew Gregory1-1/+1
2016-02-23ensure gpgdir has a trailing slashAndrew Gregory1-9/+3
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-12-05add and expose alpm_unlockAndrew Gregory1-2/+17
2015-12-05handle_unlock: return 0 if lockfile == NULLAndrew Gregory1-1/+1
2015-10-18handle: add hookdirs optionAndrew Gregory1-0/+59
2015-08-08fill in name_hash for assumeinstalled optionsAndrew Gregory1-0/+2
2015-08-08copy assumeinstalled optionsAndrew Gregory1-2/+9
2015-08-08check assumeinstalled for meaningful modAndrew Gregory1-0/+2
2015-08-08check dep versions before calling strcmpAndrew Gregory1-1/+12
2015-07-15Allow frontends to specify the sync database extensionAllan McRae1-0/+22
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-18add alpm_option_match_noupgradeAndrew Gregory1-0/+5
2014-11-18Add alpm_option_match_noextractAllan McRae1-0/+5
2014-10-01_alpm_key_in_keychain: cache known keysAndrew Gregory1-0/+4
2014-09-30Add --assume-installed optionFlorian Pritz1-0/+56
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory1-0/+13
2014-09-16fix improper FREELIST callsAndrew Gregory1-1/+0
2014-08-04replace strdup with STRDUPAndrew Gregory1-7/+3
2014-08-04handle_unlock: log error when lock file is missingAndrew Gregory1-6/+14
2014-08-04handle_unlock: log lock removal failureAndrew Gregory1-0/+4
2014-08-04handle: factor out string list option handlingAndrew Gregory1-54/+35
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel1-13/+0
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-08alpm_handle: store lock file descriptorAndrew Gregory1-16/+9
2013-11-08support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory1-2/+10
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae1-6/+46
2013-01-04Fix open braces styleGerardo Exequiel Pozzi1-2/+3
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-04-30Move short-lived realpath buffers to the stackDan McGee1-4/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1