summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster1-3/+3
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-10-18handle: add hookdirs optionAndrew Gregory1-0/+1
2015-07-15Allow frontends to specify the sync database extensionAllan McRae1-0/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-10-01_alpm_key_in_keychain: cache known keysAndrew Gregory1-0/+4
2014-09-30Add --assume-installed optionFlorian Pritz1-0/+1
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory1-0/+1
2014-06-24Update the question callbackOlivier Brunel1-2/+2
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel1-1/+0
2014-03-03Update the event callbackOlivier Brunel1-2/+2
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Minor struct member reordering for packing concernsDan McGee1-1/+3
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-4/+4
2013-11-08alpm_handle: store lock file descriptorAndrew Gregory1-1/+1
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae1-0/+4
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-01-19Allow UseDelta option to specify a delta ratioDan McGee1-1/+1
2012-01-02Only compile delta regex onceDan McGee1-0/+5
2011-12-07Move items around in the alpm handle structDan McGee1-1/+1
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-2/+2
2011-09-28Initialize cURL library on first useDan McGee1-1/+0
2011-09-03Former transaction callback rename refactorDan McGee1-3/+3
2011-09-03Move all callbacks up to the handle levelDan McGee1-1/+23
2011-07-05signing: move to new signing verification and return schemeDan McGee1-1/+1
2011-06-29Use ignoregroup rather than ignoregrp in the handleAllan McRae1-1/+1
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-2/+2
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae1-1/+1
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-2/+2
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-5/+5
2011-06-24Move locking functions to handleDan McGee1-0/+3
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee1-1/+1
2011-06-14Move pm_errno onto the handleDan McGee1-0/+3
2011-06-07New signatures for alpm initialize and releaseDan McGee1-1/+2
2011-06-07Add helper methods for setting directory optionsDan McGee1-3/+2
2011-06-03Push down extern handle variable to files that need itDan McGee1-3/+0
2011-06-03Add handle attribute to pmdb_t structDan McGee1-2/+2
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner1-4/+5
2011-03-23Add signature directory as option on libalpm handleDan McGee1-0/+1
2011-03-09handle: Add CURL* and CURLcode vars to structDave Reisner1-0/+10
2011-02-27Fix double close of the lock fileJonathan Conder1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-21Always specify arguement type in function delcarationsAllan McRae1-1/+1
2010-12-13Add configuration option to control disk space checkingAllan McRae1-0/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee1-2/+2
2009-09-06Add Architecture and --arch optionXavier Chantry1-0/+1
2009-08-19dload.c : various fixesXavier Chantry1-1/+0