summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2006-01-11added more doxygen comments (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-01-11- added 2 more ORE tags (to be reviewed) in the replace/conflict sync codeAurelien Foret
- code cleanup
2006-01-11fixed an awfull typoAurelien Foret
2006-01-10code cleanupAurelien Foret
2006-01-10fixed a memory leak in the transaction cleanup codeAurelien Foret
2006-01-10added ALLDEPS transaction flag mainly to handle "makepkg -s"Aurelien Foret
2006-01-09- merged pkg_new and pkg_dummy functionsAurelien Foret
- renamed _alpm_log_action to _alpm_logaction
2006-01-08cleanupJudd Vinet
2006-01-08removed old/disable provides-conflict checking codeJudd Vinet
2006-01-08In the database-against-targets conflict checks, scan db packages' providesJudd Vinet
fields and look for packages that want to exclusively provide a provisio that the target package also provides.
2006-01-07removed all code related to PM_SYNC_TYPE_DEPENDAurelien Foret
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data ↵Aurelien Foret
structure (patch from VMiklos <vmiklos@frugalware.org>)
2006-01-07removed a restriction: the data parameter of XXX_prepare functions can be NULLAurelien Foret
2006-01-07Fixed a regression in the conflict handling codeAurelien Foret
2006-01-07added more debug logs in the sync conflict/replace codeAurelien Foret
2006-01-07removed handle/uid checks (CYGWIN)Aurelien Foret
2006-01-07code cleanup (mainly removed line spaces at the beginning of lines by ↵Aurelien Foret
tabulations)
2006-01-06removed a misleading PM_ERR_XXX occurrenceAurelien Foret
2006-01-06- sync: populates *data when a conflict can't be resolvedAurelien Foret
- add: code cleanup
2006-01-06removed ORE tags (after tests, no real performance increase by implementing ↵Aurelien Foret
them)
2006-01-06fixed the usage of 4 list_is_in calls (should have been list_is_strin)Aurelien Foret
2006-01-06- fixed a regression with pacman 2.x (reworked patch from VMiklos ↵Aurelien Foret
<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
2006-01-05- started to rename list_XXX calls to _alpm_list_XXXAurelien Foret
- fixed 2 compilation warnings
2006-01-05various code cleanupAurelien Foret
2006-01-05tweaked a log (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-01-05- fix for sync conflicts (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
- sync code cleanup - added the deps check for targets to be removed in sync_prepare()
2006-01-05terminated .lastupdate implementation for HTTP protocolAurelien Foret
2006-01-04added .lastudate support for HTTP protocolAurelien Foret
known limitation: do not work when connected to some web servers (lighttpd)
2006-01-02fixed a segfault in removdepsAurelien Foret
updated removedeps to keep in sync with pacman 2.9.x
2006-01-02code cleanupAurelien Foret
2006-01-02code cleanupAurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2006-01-02more sanity checks: do not add or remove databases while a trasaction is runningAurelien Foret
2006-01-02code cleanupAurelien Foret
2006-01-02code cleanupAurelien Foret
2006-01-02fixed possible memory corruptionAurelien Foret
2006-01-02fixed various memory leaksAurelien Foret
2006-01-02fixed a typoAurelien Foret
2006-01-02code cleanupAurelien Foret
2006-01-02fixed a possible memory leakAurelien Foret
2006-01-02fixed a possible memory corruptionAurelien Foret
2006-01-01removed some overlapping pm_errno assignmentsAurelien Foret
2006-01-01- fixed a regression with pacman 2.x (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>) - code reowrk to ensure the /tmp/alpm_foo directory is always removed
2005-12-31added a debug log when freeing the package cacheAurelien Foret
2005-12-28Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2005-12-28Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2005-12-28Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2005-12-28Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)Aurelien Foret
2005-12-26renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet
2005-12-26applied first try at sync conflict handling (VMiklos) plus a couple changesJudd Vinet