summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
AgeCommit message (Expand)Author
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
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-09-17Avoid segfaults whet calling alpm_option_get_* before initializationStefano Esposito
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-07-10Fix issue with <dbpath>/db.lck being truncatedDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-09Clean up the alpm handleDan McGee
2007-06-27Remove lockfile configuration from frontend, make it job of libalpmDan 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-05Const correctness!Dan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-06-04Add a parseconfig to the pacman frontend that compilesDan McGee
2007-06-04Remove hardcoded defines from libalpmDan McGee
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee
2007-04-28Remove FREEHANDLE macro and correctly type _alpm_handle_freeDan McGee
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-04* Fixed the handle realroot stuffAaron Griffin
2007-03-04* Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin
2007-03-04* handle changes: callbacks should check handle first, as there's a fewAaron Griffin