Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
AgeCommit message (Collapse)Author
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-03-02added a debug logAurelien Foret
2006-02-20the library must provide default values for main optionsAurelien Foret
2006-02-17prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
2006-01-21added a FAKEROOT define allowing to use pacman in a fakeroot enivronment ↵Aurelien Foret
(for tests purpose)
2006-01-07removed handle/uid checks (CYGWIN)Aurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-12-28Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)Aurelien Foret
2005-10-10added PM_OPT_CACHEDIR library optionAurelien Foret
2005-10-07Merging in recent fixes/additions from 2.9.7Judd Vinet
2005-10-05Applied reworked patch from VMiklos (vmiklos@frugalware.org)Aurelien Foret
Close the lock file descriptor upon handle release
2005-04-16reworked handle structure initializationAurelien Foret
2005-03-28reworked dbpath handling to make it possible to use databases stored at ↵Aurelien Foret
different locations at the same time
2005-03-18Fixed some typo...Aurelien Foret
2005-03-18Removed unuseful getuid() callsAurelien Foret
2005-03-16Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internalAurelien Foret
defines).
2005-03-16New ORE tagAurelien Foret
2005-03-16Removed the "__" prefix from __pm_logcb and __pm_logmaskAurelien Foret
Not needed for library internal data
2005-03-16Renamed PACXXX defines to PM_XXXAurelien Foret
2005-03-15Initial revisionJudd Vinet