summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-23Add a fetch callback to allow front-end download supportSebastian Nowicki1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-01-13HoldPkg reworkNagy Gabor1-1/+0
2008-06-04Reimplement TotalDownload functionalityDan McGee1-0/+1
2008-05-29Tidy up of the handle struct in libalpmAllan McRae1-2/+1
2008-01-08Remove upgradedelay and all code associated with itDan McGee1-1/+0
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-17War on whitespaceDan McGee1-5/+5
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones1-0/+1
2007-11-04Clean up usage of extern variablesDan McGee1-0/+1
2007-10-20Download delta files if UseDelta is set.Nathan Jones1-0/+1
2007-07-09Clean up the alpm handleDan McGee1-29/+26