summaryrefslogtreecommitdiff
path: root/lib/libalpm
Commit message (Collapse)AuthorAge
* fixed a possible memory corruptionAurelien Foret2006-01-02
|
* removed some overlapping pm_errno assignmentsAurelien Foret2006-01-01
|
* - fixed a regression with pacman 2.x (patch from VMiklos ↵Aurelien Foret2006-01-01
| | | | | | <vmiklos@frugalware.org>) - code reowrk to ensure the /tmp/alpm_foo directory is always removed
* added a debug log when freeing the package cacheAurelien Foret2005-12-31
|
* Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2005-12-28
|
* Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2005-12-28
|
* Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2005-12-28
|
* Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)Aurelien Foret2005-12-28
|
* renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet2005-12-26
|
* applied first try at sync conflict handling (VMiklos) plus a couple changesJudd Vinet2005-12-26
|
* patch from VMiklos: regarding the documentation, groups have to be renamed ↵Judd Vinet2005-12-19
| | | | from foo to alpm_foo
* added DoxyfileJudd Vinet2005-11-21
|
* fixed a file descriptor leakAurelien Foret2005-11-09
|
* cleanupAurelien Foret2005-11-07
|
* fixed wrong prototype usage for trans_new()Aurelien Foret2005-11-07
|
* added a FREESYNC macro to release pointers to pmsyncpkg_t structuresAurelien Foret2005-11-07
|
* fixed compilation warningsAurelien Foret2005-11-07
|
* added more pm_errnosAurelien Foret2005-11-07
|
* Used the chroot syscall instead of the chroot binaryAurelien Foret2005-11-05
| | | | (patch from Christian Hamaer <krics@linuxforum.hu>)
* do not free the cache right before using it!Aurelien Foret2005-10-22
|
* bugfix: before searching databases for a dependency, make sure one of the ↵Judd Vinet2005-10-21
| | | | packages in the final list doesn't already provide that dependency
* fixed a segfault that occured in special cases when propagating requiredby ↵Judd Vinet2005-10-21
| | | | fields during package replacements
* added INFRQ_DESC back to the package cache so the group cache will workJudd Vinet2005-10-20
|
* added alpm.h to delivery targets (Jason)Aurelien Foret2005-10-20
|
* added patch to use the system memcpy for md5 stuffJudd Vinet2005-10-18
|
* added first part of the autoconf stuff - patch from Christian Hamar ↵Judd Vinet2005-10-17
| | | | <krics@linuxforum.hu>
* added PM_OPT_CACHEDIR library optionAurelien Foret2005-10-10
|
* removed a leftover commentAurelien Foret2005-10-10
|
* - more sanity checksAurelien Foret2005-10-10
| | | | - alpm_pkg_free can now return an error code
* Fixed EVENT and QUESTION macrosAurelien Foret2005-10-10
|
* Fixed missing parameter in trans_init() callAurelien Foret2005-10-10
|
* removed debug stmtJudd Vinet2005-10-09
|
* started some doxygen comment blocksJudd Vinet2005-10-09
|
* added conversation callback support for transactionsJudd Vinet2005-10-09
|
* fixed a segfault w/ the skiplistJudd Vinet2005-10-09
|
* added more error messages, enabled the db permission check in trans_commitJudd Vinet2005-10-08
|
* Added an error string for lock file creation failureAurelien Foret2005-10-08
|
* Code update to make use of PKG_FULLNAME_LENAurelien Foret2005-10-08
|
* Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret2005-10-08
|
* Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entryAurelien Foret2005-10-08
|
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
|
* patch from vmiklos -- properly remove each db entry instead of rmrf'ing the ↵Judd Vinet2005-10-07
| | | | whole thing
* Added a missing include for CYGWIN targetAurelien Foret2005-10-06
|
* Added a CYGWIN define to include header files required to build in a Cygwin ↵Aurelien Foret2005-10-06
| | | | environment
* Fixed an error logAurelien Foret2005-10-06
|
* Applied reworked patch from VMiklos (vmiklos@frugalware.org)Aurelien Foret2005-10-05
| | | | Close the lock file descriptor upon handle release
* Added a PKG_FULLNAME_LEN macroAurelien Foret2005-10-05
|
* changed license package field to a listAurelien Foret2005-08-20
|
* changed license package field to a listJudd Vinet2005-07-22
|
* fixed a memory leak with md5 sums handlingAurelien Foret2005-05-04
|