summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee1-1/+1
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee1-1/+0
2007-06-05Merge branch 'alpm.c_cleanup' into frontend_configDan McGee1-0/+1
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-7/+4
2007-06-05Move functions out of alpm.c to where they belongDan McGee1-0/+1
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones1-0/+1
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-0/+1
2007-04-28Remove FREEHANDLE macro and correctly type _alpm_handle_freeDan McGee1-3/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-1/+3
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin1-1/+1
2007-02-12* Updated the README fileAaron Griffin1-1/+0
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-2/+2
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-7/+7
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-23/+28
2006-10-21Minor changes:Aaron Griffin1-0/+2
2006-10-20A handful of minor changes:Aaron Griffin1-6/+6
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-5/+14
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-11-07fixed compilation warningsAurelien Foret1-1/+1
2005-10-10added PM_OPT_CACHEDIR library optionAurelien Foret1-0/+1
2005-10-08Merging in recent fixes/additions from 2.9.7Judd Vinet1-0/+1
2005-10-05Applied reworked patch from VMiklos (vmiklos@frugalware.org)Aurelien Foret1-0/+1
2005-04-17- general cleanupAurelien Foret1-4/+0
2005-03-16Renamed PACXXX defines to PM_XXXAurelien Foret1-3/+3
2005-03-15Initial revisionJudd Vinet1-0/+63