Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-07typo fixJudd Vinet
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-07code cleanupAurelien 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-07code cleanupAurelien Foret
2006-01-07removed handle/uid checks (CYGWIN)Aurelien Foret
2006-01-07- removed uid checks (CYGWIN)Aurelien Foret
- fixed indentation in parseargs
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-06pacman_sync: handle trans_prepare error cases (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>)
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-06moved pacman_deptest function in its own fileAurelien Foret
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-06code cleanupAurelien Foret
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-05added a missing cachedir registrationAurelien 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-05fixed a regressionAurelien Foret
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-03added Miklos and ChristianJudd Vinet
2006-01-03Added AUTHORS fileJudd Vinet
2006-01-03renamed ChangeLog to NEWSJudd Vinet
2006-01-03renamed configure.in to configure.acJudd Vinet
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-02fixed a corrupted argumentAurelien 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-02Added Cygwin target definesAurelien Foret
2006-01-02fixed a possible memory leakAurelien Foret
2006-01-02fixed a possible memory corruptionAurelien Foret
2006-01-01- reworked verbose levelsAurelien Foret
- fixed the handling of command line errors when no operation is specified
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
2006-01-01renamed error titles from XXX to xxxAurelien Foret