summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.h
AgeCommit message (Expand)Author
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
2011-01-07Update copyright years for 2011Allan McRae
2010-12-20Always specify arguement type in function delcarationsAllan McRae
2010-12-12Add configuration option to control disk space checkingAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee
2009-09-06Add Architecture and --arch optionXavier Chantry
2009-08-18dload.c : various fixesXavier Chantry
2009-07-22Add a fetch callback to allow front-end download supportSebastian Nowicki
2009-07-01Update copyright headers and messagesDan McGee
2009-01-12HoldPkg reworkNagy Gabor
2008-06-04Reimplement TotalDownload functionalityDan McGee
2008-05-29Tidy up of the handle struct in libalpmAllan McRae
2008-01-08Remove upgradedelay and all code associated with itDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones
2007-11-04Clean up usage of extern variablesDan McGee
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-07-09Clean up the alpm handleDan McGee
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee
2007-06-04Merge branch 'alpm.c_cleanup' into frontend_configDan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-06-04Move functions out of alpm.c to where they belongDan McGee
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones