summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data ↵Aurelien Foret10-17/+27
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-07code cleanupAurelien Foret1-5/+4
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-07code cleanupAurelien Foret2-5/+4
2006-01-07removed handle/uid checks (CYGWIN)Aurelien Foret1-0/+4
2006-01-07- removed uid checks (CYGWIN)Aurelien Foret1-17/+41
- fixed indentation in parseargs
2006-01-07code cleanup (mainly removed line spaces at the beginning of lines by ↵Aurelien Foret10-45/+54
tabulations)
2006-01-07removed a misleading PM_ERR_XXX occurrenceAurelien Foret1-1/+1
2006-01-07pacman_sync: handle trans_prepare error cases (patch from VMiklos ↵Aurelien Foret1-0/+28
<vmiklos@frugalware.org>)
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-06moved pacman_deptest function in its own fileAurelien Foret4-108/+185
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 Foret3-12/+32
<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-06code cleanupAurelien Foret1-4/+3
2006-01-05- started to rename list_XXX calls to _alpm_list_XXXAurelien Foret7-44/+19
- fixed 2 compilation warnings
2006-01-05various code cleanupAurelien Foret4-34/+35
2006-01-05added a missing cachedir registrationAurelien Foret1-0/+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-05fixed a regressionAurelien Foret1-1/+1
2006-01-05terminated .lastupdate implementation for HTTP protocolAurelien Foret4-21/+31
2006-01-05added .lastudate support for HTTP protocolAurelien Foret4-21/+110
known limitation: do not work when connected to some web servers (lighttpd)
2006-01-03added Miklos and ChristianJudd Vinet1-0/+3
2006-01-03Added AUTHORS fileJudd Vinet1-0/+2
2006-01-03renamed ChangeLog to NEWSJudd Vinet1-0/+0
2006-01-03renamed configure.in to configure.acJudd Vinet1-0/+0
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-02fixed a corrupted argumentAurelien Foret1-2/+1
2006-01-02code cleanupAurelien Foret3-30/+36
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet68-80/+71
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 Foret3-14/+9
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-02Added Cygwin target definesAurelien Foret1-1/+8
2006-01-02fixed a possible memory leakAurelien Foret1-0/+1
2006-01-02fixed a possible memory corruptionAurelien Foret1-1/+1
2006-01-01- reworked verbose levelsAurelien Foret3-11/+5
- fixed the handling of command line errors when no operation is specified
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
2006-01-01renamed error titles from XXX to xxxAurelien Foret1-6/+6
2006-01-01*** empty log message ***Aurelien Foret1-3/+2
2005-12-31fixed a segfault and added more verbose outputs in group handling (patch ↵Aurelien Foret1-2/+4
from VMiklos <vmiklos@frugalware.org>)