summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
AgeCommit message (Expand)Author
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-06-07New signatures for alpm initialize and releaseDan McGee
2011-06-07Add cachedirs one-by-one in set_cachedirs()Dan McGee
2011-06-07Be consistent with memory treatment for plural option settersDan McGee
2011-06-07Add helper methods for setting directory optionsDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-06-01Merge branch 'maint'Dan McGee
2011-05-19Bail early if we don't have a valid lockfile pathDan McGee
2011-05-05Don't null-check handle lists before settingDan McGee
2011-04-21handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWNRémy Oudompheng
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20Allow VerifySig to act as a default verification in [options]Dave Reisner
2011-04-15libalpm: consistently use int as return type for option settersRémy Oudompheng
2011-03-29Merge branch 'maint'Dan McGee
2011-03-29alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng
2011-03-23Add signature directory as option on libalpm handleDan McGee
2011-03-20Style change: return(x) --> return xDan 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-12Add configuration option to control disk space checkingAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11Add missing get_usedelta() methodDan 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-20Fix 2 minor memleaksXavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-01-12HoldPkg reworkNagy Gabor
2008-09-03Remove unnecessary initialization in new functionsDan McGee
2008-06-04Reimplement TotalDownload functionalityDan McGee
2008-05-29Tidy up of the handle struct in libalpmAllan McRae
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-04-01Merge branch 'maint'Dan McGee
2008-04-01Set handle->logstream to null after fclose()Dan McGee
2008-02-24Remove pmserver_t abstractionDan McGee
2008-01-11Fix library interfaceDan McGee
2008-01-08Remove upgradedelay and all code associated with itDan McGee
2008-01-05Don't stat cachedir immediatelyDan McGee
2007-12-28Add remove counterparts to alpm_option_add_* functionsAllan McRae
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-04libalpm: open the logstream on demandDan McGee
2007-11-04Clean up usage of extern variablesDan McGee
2007-10-29libalpm/handle.c: make realpath() call portableDan McGee