summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2005-12-19patch from VMiklos: regarding the documentation, groups have to be renamed ↵Judd Vinet
from foo to alpm_foo
2005-11-21added DoxyfileJudd Vinet
2005-11-09fixed a file descriptor leakAurelien Foret
2005-11-07cleanupAurelien Foret
2005-11-07fixed wrong prototype usage for trans_new()Aurelien Foret
2005-11-07added a FREESYNC macro to release pointers to pmsyncpkg_t structuresAurelien Foret
2005-11-07fixed compilation warningsAurelien Foret
2005-11-07added more pm_errnosAurelien Foret
2005-11-05Used the chroot syscall instead of the chroot binaryAurelien Foret
(patch from Christian Hamaer <krics@linuxforum.hu>)
2005-10-22do not free the cache right before using it!Aurelien Foret
2005-10-21bugfix: before searching databases for a dependency, make sure one of the ↵Judd Vinet
packages in the final list doesn't already provide that dependency
2005-10-21fixed a segfault that occured in special cases when propagating requiredby ↵Judd Vinet
fields during package replacements
2005-10-20added INFRQ_DESC back to the package cache so the group cache will workJudd Vinet
2005-10-20added alpm.h to delivery targets (Jason)Aurelien Foret
2005-10-18added patch to use the system memcpy for md5 stuffJudd Vinet
2005-10-17added first part of the autoconf stuff - patch from Christian Hamar ↵Judd Vinet
<krics@linuxforum.hu>
2005-10-10added PM_OPT_CACHEDIR library optionAurelien Foret
2005-10-10removed a leftover commentAurelien Foret
2005-10-10- more sanity checksAurelien Foret
- alpm_pkg_free can now return an error code
2005-10-10Fixed EVENT and QUESTION macrosAurelien Foret
2005-10-10Fixed missing parameter in trans_init() callAurelien Foret
2005-10-09removed debug stmtJudd Vinet
2005-10-09started some doxygen comment blocksJudd Vinet
2005-10-09added conversation callback support for transactionsJudd Vinet
2005-10-09fixed a segfault w/ the skiplistJudd Vinet
2005-10-08added more error messages, enabled the db permission check in trans_commitJudd Vinet
2005-10-08Added an error string for lock file creation failureAurelien Foret
2005-10-08Code update to make use of PKG_FULLNAME_LENAurelien Foret
2005-10-08Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret
2005-10-08Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entryAurelien Foret
2005-10-07Merging in recent fixes/additions from 2.9.7Judd Vinet
2005-10-07patch from vmiklos -- properly remove each db entry instead of rmrf'ing the ↵Judd Vinet
whole thing
2005-10-06Added a missing include for CYGWIN targetAurelien Foret
2005-10-06Added a CYGWIN define to include header files required to build in a Cygwin ↵Aurelien Foret
environment
2005-10-06Fixed an error logAurelien Foret
2005-10-05Applied reworked patch from VMiklos (vmiklos@frugalware.org)Aurelien Foret
Close the lock file descriptor upon handle release
2005-10-05Added a PKG_FULLNAME_LEN macroAurelien Foret
2005-08-20changed license package field to a listAurelien Foret
2005-07-22changed license package field to a listJudd Vinet
2005-05-04fixed a memory leak with md5 sums handlingAurelien Foret
2005-05-04code cleanupAurelien Foret
2005-05-04fixed a pointer errorAurelien Foret
2005-05-04fixed a typoAurelien Foret
2005-05-04reordered operations in add_commit (as in pacman 2.9.x)Aurelien Foret
2005-05-04code cleanupAurelien Foret
2005-05-04code cleanupAurelien Foret
2005-05-04event transaction callback rework to prepare the introduction of a ↵Aurelien Foret
conversation callback
2005-05-04code cleanupAurelien Foret
2005-05-04fixed a memory leak and avoided to modify a read-only parameterAurelien Foret
2005-05-04- fixed a small memory leakAurelien Foret
- made strverscmp implementation static