summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2006-01-17reworked log messagesAurelien Foret1-6/+6
2006-01-17- code cleanupAurelien Foret3-13/+15
- log improvements
2006-01-16more code cleanupAurelien Foret5-50/+39
2006-01-15pulled out conflict checkings from checkdeps() in its own function: ↵Aurelien Foret6-314/+314
checkconflicts()
2006-01-14sync_prepare: added a missing chunk of code for dependency checks of ↵Aurelien Foret1-6/+24
packages elected for removal
2006-01-14checkdeps:Aurelien Foret1-9/+50
- merged missing chunks of code from pacman 2.9.7 - more debug logs
2006-01-14sysupgrade: skip version cmp for pkg elected for removal (patch from ↵Aurelien Foret1-1/+19
VMiklos <vmiklos@frugalware.org>)
2006-01-13removed unuseful error codesAurelien Foret2-7/+1
2006-01-13improved log and debug messagesAurelien Foret1-7/+8
2006-01-11added more doxygen comments (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-1/+53
2006-01-11- added 2 more ORE tags (to be reviewed) in the replace/conflict sync codeAurelien Foret1-15/+15
- code cleanup
2006-01-11fixed an awfull typoAurelien Foret1-1/+1
2006-01-10code cleanupAurelien Foret1-2/+1
2006-01-10fixed a memory leak in the transaction cleanup codeAurelien Foret1-1/+2
2006-01-10added ALLDEPS transaction flag mainly to handle "makepkg -s"Aurelien Foret4-8/+5
2006-01-09- merged pkg_new and pkg_dummy functionsAurelien Foret10-48/+29
- renamed _alpm_log_action to _alpm_logaction
2006-01-08cleanupJudd Vinet1-3/+0
2006-01-08removed old/disable provides-conflict checking codeJudd Vinet1-29/+1
2006-01-08In the database-against-targets conflict checks, scan db packages' providesJudd Vinet1-3/+52
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 Foret2-12/+2
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