summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
Commit message (Expand)AuthorAge
* alpm_unlock: check handle before dereferencingAndrew Gregory2017-05-16
* free memory for --overwrite listsAndrew Gregory2017-05-08
* add --overwrite option to ignore file conflictsAndrew Gregory2017-04-12
* Introduce a 'disable-download-timeout' optionChristian Hesse2017-01-13
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* make alpm_unlock and trans_interrupt async safeAndrew Gregory2016-02-23
* ensure gpgdir has a trailing slashAndrew Gregory2016-02-23
* Update copyright years for 2016Allan McRae2016-01-04
* add and expose alpm_unlockAndrew Gregory2015-12-05
* handle_unlock: return 0 if lockfile == NULLAndrew Gregory2015-12-05
* handle: add hookdirs optionAndrew Gregory2015-10-18
* fill in name_hash for assumeinstalled optionsAndrew Gregory2015-08-08
* copy assumeinstalled optionsAndrew Gregory2015-08-08
* check assumeinstalled for meaningful modAndrew Gregory2015-08-08
* check dep versions before calling strcmpAndrew Gregory2015-08-08
* Allow frontends to specify the sync database extensionAllan McRae2015-07-15
* Update copyright notices for 2015Allan McRae2015-02-01
* add alpm_option_match_noupgradeAndrew Gregory2014-12-18
* Add alpm_option_match_noextractAllan McRae2014-11-18
* _alpm_key_in_keychain: cache known keysAndrew Gregory2014-10-01
* Add --assume-installed optionFlorian Pritz2014-09-30
* Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory2014-09-30
* fix improper FREELIST callsAndrew Gregory2014-09-16
* replace strdup with STRDUPAndrew Gregory2014-08-04
* handle_unlock: log error when lock file is missingAndrew Gregory2014-08-04
* handle_unlock: log lock removal failureAndrew Gregory2014-08-04
* handle: factor out string list option handlingAndrew Gregory2014-08-04
* Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel2014-03-03
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Use O_CLOEXEC as much as possible when opening filesDan McGee2014-01-06
* Update copyright years for 2014Allan McRae2014-01-06
* alpm_handle: store lock file descriptorAndrew Gregory2013-11-08
* support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory2013-11-08
* Add configuration option for Upgrade operation SigLevelAllan McRae2013-02-07
* Fix open braces styleGerardo Exequiel Pozzi2013-01-04
* Fix missing spaces in operatorsGerardo Exequiel Pozzi2013-01-04
* Update copyright year for 2013Allan McRae2013-01-03
* Move short-lived realpath buffers to the stackDan McGee2012-04-29
* Update copyright yearsAllan McRae2012-02-20
* ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* Allow UseDelta option to specify a delta ratioDan McGee2012-01-18
* Only compile delta regex onceDan McGee2012-01-02
* include config.h via MakefilesDave Reisner2011-12-21
* create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* Move default siglevel value from backend to frontendDan McGee2011-09-22
* Use more efficient way of restoring working directoryDan McGee2011-09-19
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* lib/libalpm/handle.c: Removed redundant if conditionHelder Martins2011-08-29