summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet36-36/+36
2006-01-02more sanity checks: do not add or remove databases while a trasaction is runningAurelien Foret1-0/+6
2006-01-02code cleanupAurelien Foret1-8/+8
2006-01-02code cleanupAurelien Foret2-12/+7
2006-01-02fixed possible memory corruptionAurelien Foret1-1/+1
2006-01-02fixed various memory leaksAurelien Foret1-1/+4
2006-01-02fixed a typoAurelien Foret1-1/+1
2006-01-02code cleanupAurelien Foret1-2/+1
2006-01-02fixed a possible memory leakAurelien Foret1-0/+1
2006-01-02fixed a possible memory corruptionAurelien Foret1-1/+1
2006-01-01removed some overlapping pm_errno assignmentsAurelien Foret1-6/+0
2006-01-01- fixed a regression with pacman 2.x (patch from VMiklos <vmiklos@frugalware....Aurelien Foret1-14/+19
2005-12-31added a debug log when freeing the package cacheAurelien Foret1-0/+3
2005-12-28Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-0/+8
2005-12-28Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-1/+1
2005-12-28Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2-5/+3
2005-12-28Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)Aurelien Foret2-0/+3
2005-12-26renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet8-56/+82
2005-12-26applied first try at sync conflict handling (VMiklos) plus a couple changesJudd Vinet3-12/+132
2005-12-20patch from VMiklos: regarding the documentation, groups have to be renamed fr...Judd Vinet1-11/+11
2005-11-21added DoxyfileJudd Vinet2-1/+148
2005-11-09fixed a file descriptor leakAurelien Foret2-5/+20
2005-11-07cleanupAurelien Foret2-4/+3
2005-11-07fixed wrong prototype usage for trans_new()Aurelien Foret1-3/+7
2005-11-07added a FREESYNC macro to release pointers to pmsyncpkg_t structuresAurelien Foret2-2/+3
2005-11-07fixed compilation warningsAurelien Foret7-9/+10
2005-11-07added more pm_errnosAurelien Foret1-0/+9
2005-11-05Used the chroot syscall instead of the chroot binaryAurelien Foret1-26/+34
2005-10-22do not free the cache right before using it!Aurelien Foret1-14/+10
2005-10-21bugfix: before searching databases for a dependency, make sure one of the pac...Judd Vinet1-1/+17
2005-10-21fixed a segfault that occured in special cases when propagating requiredby fi...Judd Vinet1-0/+7
2005-10-20added INFRQ_DESC back to the package cache so the group cache will workJudd Vinet1-1/+2
2005-10-20added alpm.h to delivery targets (Jason)Aurelien Foret1-0/+2
2005-10-18added patch to use the system memcpy for md5 stuffJudd Vinet1-13/+11
2005-10-17added first part of the autoconf stuff - patch from Christian Hamar <krics@li...Judd Vinet5-103/+49
2005-10-10added PM_OPT_CACHEDIR library optionAurelien Foret4-7/+14
2005-10-10removed a leftover commentAurelien Foret1-2/+0
2005-10-10- more sanity checksAurelien Foret3-9/+12
2005-10-10Fixed EVENT and QUESTION macrosAurelien Foret1-4/+4
2005-10-10Fixed missing parameter in trans_init() callAurelien Foret1-1/+1
2005-10-09removed debug stmtJudd Vinet1-1/+0
2005-10-09started some doxygen comment blocksJudd Vinet1-23/+41
2005-10-09added conversation callback support for transactionsJudd Vinet10-61/+109
2005-10-09fixed a segfault w/ the skiplistJudd Vinet1-1/+1
2005-10-09added more error messages, enabled the db permission check in trans_commitJudd Vinet3-9/+39
2005-10-09Added an error string for lock file creation failureAurelien Foret1-0/+3
2005-10-08Code update to make use of PKG_FULLNAME_LENAurelien Foret4-14/+14
2005-10-08Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret4-18/+10
2005-10-08Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entryAurelien Foret3-12/+12
2005-10-08Merging in recent fixes/additions from 2.9.7Judd Vinet14-104/+189