summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-29Tidy up of the handle struct in libalpmAllan McRae1-3/+0
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-18/+12
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-04-02Merge branch 'maint'Dan McGee1-0/+1
2008-04-02Set handle->logstream to null after fclose()Dan McGee1-0/+1
2008-02-25Remove pmserver_t abstractionDan McGee1-1/+0
2008-01-11Fix library interfaceDan McGee1-2/+2
2008-01-08Remove upgradedelay and all code associated with itDan McGee1-14/+0
2008-01-06Don't stat cachedir immediatelyDan McGee1-5/+3
2007-12-29Add remove counterparts to alpm_option_add_* functionsAllan McRae1-0/+83
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-17War on whitespaceDan McGee1-3/+3
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones1-0/+21
2007-11-04libalpm: open the logstream on demandDan McGee1-23/+6
2007-11-04Clean up usage of extern variablesDan McGee1-0/+3
2007-10-30libalpm/handle.c: make realpath() call portableDan McGee1-4/+3
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee1-6/+1
2007-10-20Download delta files if UseDelta is set.Nathan Jones1-0/+6
2007-09-18Avoid segfaults whet calling alpm_option_get_* before initializationStefano Esposito1-19/+164
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-7/+7
2007-08-22Post trial install changes, round oneDan McGee1-59/+123
2007-07-10Fix issue with <dbpath>/db.lck being truncatedDan McGee1-2/+2
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-1/+4
2007-07-09Clean up the alpm handleDan McGee1-30/+9
2007-06-28Remove lockfile configuration from frontend, make it job of libalpmDan McGee1-10/+7
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee1-8/+16
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee1-8/+8
2007-06-05Const correctness!Dan McGee1-4/+5
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-18/+0
2007-06-05Add a parseconfig to the pacman frontend that compilesDan McGee1-25/+28
2007-06-04Remove hardcoded defines from libalpmDan McGee1-5/+5
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones1-0/+6
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-4/+15
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-1/+1