summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
Commit message (Expand)AuthorAge
* Remove FREEHANDLE macro and correctly type _alpm_handle_freeDan McGee2007-04-28
* Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee2007-04-27
* Clean up gettext on the libalpm sideDan McGee2007-04-26
* * Fix group comparison issue and associated compilation warnings by usingDan McGee2007-03-11
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * Fixed the handle realroot stuffAaron Griffin2007-03-04
* * Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin2007-03-04
* * handle changes: callbacks should check handle first, as there's a fewAaron Griffin2007-03-04
* * Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin2007-02-21
* * Updated the README fileAaron Griffin2007-02-12
* Debug logging changes:Aaron Griffin2007-01-31
* K. Piche <kevin.piche@cgi.com>Aaron Griffin2007-01-30
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
* Corrected -Rsc operation - dependancy info was not being read from the DBAaron Griffin2006-12-05
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* Numerous changes:Aaron Griffin2006-10-31
* More extern moving - keep extern decls in the headers makes for easier/betterAaron Griffin2006-10-21
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* added a debug logAurelien Foret2006-03-02
* the library must provide default values for main optionsAurelien Foret2006-02-20
* prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2006-02-17
* added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for...Aurelien Foret2006-01-21
* removed handle/uid checks (CYGWIN)Aurelien Foret2006-01-07
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)Aurelien Foret2005-12-28
* added PM_OPT_CACHEDIR library optionAurelien Foret2005-10-10
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
* Applied reworked patch from VMiklos (vmiklos@frugalware.org)Aurelien Foret2005-10-05
* reworked handle structure initializationAurelien Foret2005-04-16
* reworked dbpath handling to make it possible to use databases stored at diffe...Aurelien Foret2005-03-28
* Fixed some typo...Aurelien Foret2005-03-18
* Removed unuseful getuid() callsAurelien Foret2005-03-18
* Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internalAurelien Foret2005-03-16
* New ORE tagAurelien Foret2005-03-16
* Removed the "__" prefix from __pm_logcb and __pm_logmaskAurelien Foret2005-03-16
* Renamed PACXXX defines to PM_XXXAurelien Foret2005-03-16
* Initial revisionJudd Vinet2005-03-15