summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-02added a debug logAurelien Foret1-0/+1
2006-02-20the library must provide default values for main optionsAurelien Foret1-0/+3
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-3/+3
2006-01-21added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for...Aurelien Foret1-0/+6
2006-01-07removed handle/uid checks (CYGWIN)Aurelien Foret1-0/+4
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-12-28Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)Aurelien Foret1-0/+2
2005-10-10added PM_OPT_CACHEDIR library optionAurelien Foret1-0/+8
2005-10-08Merging in recent fixes/additions from 2.9.7Judd Vinet1-0/+10
2005-10-05Applied reworked patch from VMiklos (vmiklos@frugalware.org)Aurelien Foret1-0/+1
2005-04-16reworked handle structure initializationAurelien Foret1-14/+2
2005-03-28reworked dbpath handling to make it possible to use databases stored at diffe...Aurelien Foret1-20/+3
2005-03-18Fixed some typo...Aurelien Foret1-2/+2
2005-03-18Removed unuseful getuid() callsAurelien Foret1-2/+2
2005-03-16Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internalAurelien Foret1-12/+12