summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* sync_prepare: added a missing chunk of code for dependency checks of ↵Aurelien Foret2006-01-14
| | | | packages elected for removal
* checkdeps:Aurelien Foret2006-01-14
| | | | | - merged missing chunks of code from pacman 2.9.7 - more debug logs
* sysupgrade: skip version cmp for pkg elected for removal (patch from ↵Aurelien Foret2006-01-14
| | | | VMiklos <vmiklos@frugalware.org>)
* code cleanupAurelien Foret2006-01-13
|
* maked verbose group listing enabled by -Sgg instead of -SgvAurelien Foret2006-01-13
|
* code cleanupAurelien Foret2006-01-13
|
* added a missing commentary from pacman 2.9.x codeAurelien Foret2006-01-13
|
* fixed a possible memory corruptionAurelien Foret2006-01-13
|
* removed unuseful error codesAurelien Foret2006-01-13
|
* code cleanupAurelien Foret2006-01-13
|
* code cleanupAurelien Foret2006-01-13
|
* improved log and debug messagesAurelien Foret2006-01-13
|
* removed "^M" symbols at end of linesAurelien Foret2006-01-13
|
* added more doxygen comments (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-11
|
* - added 2 more ORE tags (to be reviewed) in the replace/conflict sync codeAurelien Foret2006-01-11
| | | | - code cleanup
* fixed an awfull typoAurelien Foret2006-01-11
|
* updated README and download comments about mtimes supportAurelien Foret2006-01-10
|
* code cleanupAurelien Foret2006-01-10
|
* fixed a memory leak in the transaction cleanup codeAurelien Foret2006-01-10
|
* made use of the new ALLDEPS transaction flag to handle "makepkg -s"Aurelien Foret2006-01-10
|
* added ALLDEPS transaction flag mainly to handle "makepkg -s"Aurelien Foret2006-01-10
|
* code cleanupAurelien Foret2006-01-10
|
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09
| | | | - renamed _alpm_log_action to _alpm_logaction
* cleanupJudd Vinet2006-01-08
|
* removed old/disable provides-conflict checking codeJudd Vinet2006-01-08
|
* In the database-against-targets conflict checks, scan db packages' providesJudd Vinet2006-01-08
| | | | | fields and look for packages that want to exclusively provide a provisio that the target package also provides.
* typo fixJudd Vinet2006-01-07
|
* removed all code related to PM_SYNC_TYPE_DEPENDAurelien Foret2006-01-07
|
* sync_commit can now return conflicting files with a trans_prepare like data ↵Aurelien Foret2006-01-07
| | | | structure (patch from VMiklos <vmiklos@frugalware.org>)
* removed a restriction: the data parameter of XXX_prepare functions can be NULLAurelien Foret2006-01-07
|
* code cleanupAurelien Foret2006-01-07
|
* Fixed a regression in the conflict handling codeAurelien Foret2006-01-07
|
* added more debug logs in the sync conflict/replace codeAurelien Foret2006-01-07
|
* code cleanupAurelien Foret2006-01-07
|
* removed handle/uid checks (CYGWIN)Aurelien Foret2006-01-07
|
* - removed uid checks (CYGWIN)Aurelien Foret2006-01-07
| | | | - fixed indentation in parseargs
* code cleanup (mainly removed line spaces at the beginning of lines by ↵Aurelien Foret2006-01-07
| | | | tabulations)
* removed a misleading PM_ERR_XXX occurrenceAurelien Foret2006-01-06
|
* pacman_sync: handle trans_prepare error cases (patch from VMiklos ↵Aurelien Foret2006-01-06
| | | | <vmiklos@frugalware.org>)
* - sync: populates *data when a conflict can't be resolvedAurelien Foret2006-01-06
| | | | - add: code cleanup
* removed ORE tags (after tests, no real performance increase by implementing ↵Aurelien Foret2006-01-06
| | | | them)
* moved pacman_deptest function in its own fileAurelien Foret2006-01-06
|
* fixed the usage of 4 list_is_in calls (should have been list_is_strin)Aurelien Foret2006-01-06
|
* - fixed a regression with pacman 2.x (reworked patch from VMiklos ↵Aurelien Foret2006-01-06
| | | | | | | | <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
* code cleanupAurelien Foret2006-01-06
|
* - started to rename list_XXX calls to _alpm_list_XXXAurelien Foret2006-01-05
| | | | - fixed 2 compilation warnings
* various code cleanupAurelien Foret2006-01-05
|
* added a missing cachedir registrationAurelien Foret2006-01-05
|
* tweaked a log (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-05
|
* - fix for sync conflicts (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-05
| | | | | - sync code cleanup - added the deps check for targets to be removed in sync_prepare()