summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05signing: move to new signing verification and return schemeDan McGee1-7/+8
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-12/+12
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-3/+3
2011-06-29Use ignoregroup rather than ignoregrp in the handleAllan McRae1-6/+6
2011-06-29Rename public functions with grp in their nameAllan McRae1-4/+4
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-1/+1
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-53/+53
2011-06-24Move locking functions to handleDan McGee1-0/+54
2011-06-20Improve cachedir removal and error handlingDan McGee1-12/+12
2011-06-20lib/handle: use CALLOC macro instead of bare callocDave Reisner1-3/+3
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee1-9/+9
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-47/+47
2011-06-14Remove global handle variableDan McGee1-4/+0
2011-06-14Switch all logging to use handle directlyDan McGee1-3/+3
2011-06-14Move pm_errno onto the handleDan McGee1-5/+5
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-154/+95
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee1-1/+1
2011-06-07New signatures for alpm initialize and releaseDan McGee1-40/+4
2011-06-07Add cachedirs one-by-one in set_cachedirs()Dan McGee1-2/+10
2011-06-07Be consistent with memory treatment for plural option settersDan McGee1-5/+5
2011-06-07Add helper methods for setting directory optionsDan McGee1-57/+53
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-12/+0
2011-06-01Merge branch 'maint'Dan McGee1-2/+0
2011-05-20Bail early if we don't have a valid lockfile pathDan McGee1-2/+0
2011-05-05Don't null-check handle lists before settingDan McGee1-6/+10
2011-04-21handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWNRémy Oudompheng1-0/+1
2011-04-21Header inclusion cleanupDan McGee1-2/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-20/+20
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner1-0/+15
2011-04-16libalpm: consistently use int as return type for option settersRémy Oudompheng1-46/+51
2011-03-29Merge branch 'maint'Dan McGee1-0/+23
2011-03-29alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng1-0/+23
2011-03-23Add signature directory as option on libalpm handleDan McGee1-0/+28
2011-03-21Style change: return(x) --> return xDan McGee1-22/+22
2011-03-09handle: Add CURL* and CURLcode vars to structDave Reisner1-0/+6
2011-02-27Fix double close of the lock fileJonathan Conder1-1/+0
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-13Add configuration option to control disk space checkingAllan McRae1-0/+14
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-11Add missing get_usedelta() methodDan McGee1-0/+9
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee1-3/+3
2009-09-06Add Architecture and --arch optionXavier Chantry1-0/+16
2009-08-19dload.c : various fixesXavier Chantry1-14/+0
2009-07-23Add a fetch callback to allow front-end download supportSebastian Nowicki1-16/+18
2009-07-20Fix 2 minor memleaksXavier Chantry1-0/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-01-13HoldPkg reworkNagy Gabor1-32/+0
2008-09-03Remove unnecessary initialization in new functionsDan McGee1-9/+0
2008-06-04Reimplement TotalDownload functionalityDan McGee1-0/+18