summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data ↵Aurelien Foret6-13/+12
structure (patch from VMiklos <vmiklos@frugalware.org>)
2006-01-07removed a restriction: the data parameter of XXX_prepare functions can be NULLAurelien Foret4-39/+55
2006-01-07Fixed a regression in the conflict handling codeAurelien Foret1-1/+1
2006-01-07added more debug logs in the sync conflict/replace codeAurelien Foret2-7/+26
2006-01-07removed handle/uid checks (CYGWIN)Aurelien Foret1-0/+4
2006-01-07code cleanup (mainly removed line spaces at the beginning of lines by ↵Aurelien Foret4-20/+22
tabulations)
2006-01-07removed a misleading PM_ERR_XXX occurrenceAurelien Foret1-1/+1
2006-01-06- sync: populates *data when a conflict can't be resolvedAurelien Foret2-2/+20
- add: code cleanup
2006-01-06removed ORE tags (after tests, no real performance increase by implementing ↵Aurelien Foret1-5/+0
them)
2006-01-06fixed the usage of 4 list_is_in calls (should have been list_is_strin)Aurelien Foret1-2/+4
2006-01-06- fixed a regression with pacman 2.x (reworked patch from VMiklos ↵Aurelien Foret2-2/+8
<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 Foret6-43/+18
- fixed 2 compilation warnings
2006-01-05various code cleanupAurelien Foret1-7/+4
2006-01-05tweaked a log (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-1/+1
2006-01-05- fix for sync conflicts (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-48/+48
- sync code cleanup - added the deps check for targets to be removed in sync_prepare()
2006-01-05terminated .lastupdate implementation for HTTP protocolAurelien Foret1-5/+2
2006-01-05added .lastudate support for HTTP protocolAurelien Foret2-9/+65
known limitation: do not work when connected to some web servers (lighttpd)
2006-01-03fixed a segfault in removdepsAurelien Foret1-5/+31
updated removedeps to keep in sync with pacman 2.9.x
2006-01-02code cleanupAurelien Foret1-12/+13
2006-01-02code cleanupAurelien Foret3-30/+36
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 ↵Aurelien Foret1-14/+19
<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 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 ↵Judd Vinet1-11/+11
from foo to alpm_foo
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
(patch from Christian Hamaer <krics@linuxforum.hu>)
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 ↵Judd Vinet1-1/+17
packages in the final list doesn't already provide that dependency