summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* removed a misleading PM_ERR_XXX occurrenceAurelien Foret2006-01-06
|
* - sync: populates *data when a conflict can't be resolvedAurelien Foret2006-01-06
| | | | - add: code cleanup
* removed ORE tags (after tests, no real performance increase by implementing ↵Aurelien Foret2006-01-06
| | | | them)
* fixed the usage of 4 list_is_in calls (should have been list_is_strin)Aurelien Foret2006-01-06
|
* - fixed a regression with pacman 2.x (reworked patch from VMiklos ↵Aurelien Foret2006-01-06
| | | | | | | | <vmiklos@frugalware.org>): if pacman is desiganted as a target in a sysupgrade operation, it should be able to upgrade itself first upon user request. - removed uneeded sanity checks in alpm interface calls - replaced printf by MSG in pacman
* - started to rename list_XXX calls to _alpm_list_XXXAurelien Foret2006-01-05
| | | | - fixed 2 compilation warnings
* various code cleanupAurelien Foret2006-01-05
|
* tweaked a log (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-05
|
* - fix for sync conflicts (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-05
| | | | | - sync code cleanup - added the deps check for targets to be removed in sync_prepare()
* terminated .lastupdate implementation for HTTP protocolAurelien Foret2006-01-05
|
* added .lastudate support for HTTP protocolAurelien Foret2006-01-04
| | | | known limitation: do not work when connected to some web servers (lighttpd)
* fixed a segfault in removdepsAurelien Foret2006-01-02
| | | | updated removedeps to keep in sync with pacman 2.9.x
* code cleanupAurelien Foret2006-01-02
|
* code cleanupAurelien Foret2006-01-02
|
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
|
* more sanity checks: do not add or remove databases while a trasaction is runningAurelien Foret2006-01-02
|
* code cleanupAurelien Foret2006-01-02
|
* code cleanupAurelien Foret2006-01-02
|
* fixed possible memory corruptionAurelien Foret2006-01-02
|
* fixed various memory leaksAurelien Foret2006-01-02
|
* fixed a typoAurelien Foret2006-01-02
|
* code cleanupAurelien Foret2006-01-02
|
* fixed a possible memory leakAurelien Foret2006-01-02
|
* 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
|