summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-28Remove FREEHANDLE macro and correctly type _alpm_handle_freeDan McGee1-4/+4
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee1-1/+1
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee1-4/+4
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-3/+5
2007-03-04* Fixed the handle realroot stuffAaron Griffin1-4/+6
2007-03-04* Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin1-23/+34
2007-03-04* handle changes: callbacks should check handle first, as there's a fewAaron Griffin1-2/+2
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin1-24/+55
2007-02-12* Updated the README fileAaron Griffin1-11/+0
2007-01-31Debug logging changes:Aaron Griffin1-0/+2
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+4
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-11/+11
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-8/+24
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-18/+18
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-1/+0
2006-12-05Corrected -Rsc operation - dependancy info was not being read from the DBAaron Griffin1-4/+4
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-230/+116
2006-10-31Numerous changes:Aaron Griffin1-4/+7
2006-10-21More extern moving - keep extern decls in the headers makes for easier/betterAaron Griffin1-12/+1
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-4/+132
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-13/+14