summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.h
AgeCommit message (Expand)Author
2019-03-07Remove support for deltas from libalpmAllan 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
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster
2016-01-04Update copyright years for 2016Allan McRae
2015-10-18handle: add hookdirs optionAndrew Gregory
2015-07-15Allow frontends to specify the sync database extensionAllan McRae
2015-02-01Update copyright notices for 2015Allan 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-06-24Update the question callbackOlivier Brunel
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-03-03Update the event callbackOlivier Brunel
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Minor struct member reordering for packing concernsDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-11-08alpm_handle: store lock file descriptorAndrew Gregory
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-02-20Update copyright yearsAllan McRae
2012-01-18Allow UseDelta option to specify a delta ratioDan McGee
2012-01-02Only compile delta regex onceDan McGee
2011-12-07Move items around in the alpm handle structDan McGee
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-09-28Initialize cURL library on first useDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-06-29Use ignoregroup rather than ignoregrp in the handleAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-24Move locking functions to handleDan McGee
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-07New signatures for alpm initialize and releaseDan McGee
2011-06-07Add helper methods for setting directory optionsDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Add handle attribute to pmdb_t structDan McGee
2011-04-20Allow VerifySig to act as a default verification in [options]Dave Reisner
2011-03-23Add signature directory as option on libalpm handleDan McGee
2011-03-09handle: Add CURL* and CURLcode vars to structDave Reisner
2011-02-27Fix double close of the lock fileJonathan Conder