summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-13removed "^M" symbols at end of linesAurelien Foret
2006-01-11added more doxygen comments (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-01-11- added 2 more ORE tags (to be reviewed) in the replace/conflict sync codeAurelien Foret
- code cleanup
2006-01-11fixed an awfull typoAurelien Foret
2006-01-10updated README and download comments about mtimes supportAurelien Foret
2006-01-10code cleanupAurelien Foret
2006-01-10fixed a memory leak in the transaction cleanup codeAurelien Foret
2006-01-10made use of the new ALLDEPS transaction flag to handle "makepkg -s"Aurelien Foret
2006-01-10added ALLDEPS transaction flag mainly to handle "makepkg -s"Aurelien Foret
2006-01-10code cleanupAurelien Foret
2006-01-09- merged pkg_new and pkg_dummy functionsAurelien Foret
- renamed _alpm_log_action to _alpm_logaction
2006-01-08cleanupJudd Vinet
2006-01-08removed old/disable provides-conflict checking codeJudd Vinet
2006-01-08In the database-against-targets conflict checks, scan db packages' providesJudd Vinet
fields and look for packages that want to exclusively provide a provisio that the target package also provides.
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