summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2006-02-05copyright updateAurelien Foret
2006-02-05code cleanupAurelien Foret
2006-02-05- sync_prepare: fixed a case where a conflict should be removed from the ↵Aurelien Foret
target list - avoided possible duplicates in target list (patch from VMiklos <vmiklos@frugalware.org>) - added more debug logs
2006-02-01fixed typos in 2 debug logsAurelien Foret
2006-02-01doxygen support: added @brief field (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>)
2006-02-01Added a missing trans_release call upon lib shutdown (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>)
2006-01-29removed unlock code from alpm_release()Aurelien Foret
2006-01-28Search through package provides if no literal matches are found when ↵Judd Vinet
scanning for targets with -S
2006-01-27improved log messages for add_commitAurelien Foret
2006-01-27cleaned up db_write error cases handlingAurelien Foret
2006-01-27fixed potential file descriptor leaksAurelien Foret
2006-01-26fixed a compilation warningAurelien Foret
2006-01-26reworked lock handling (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-01-26reworked lock handling (patch from VMiklos <vmiklos@frugalware.fr>)Aurelien Foret
2006-01-26doxygen comments update (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-01-22changed behaviour with original=X,current=Y,new=Z backup scenario -- install ↵Judd Vinet
new file as .pacnew and keep old one in place
2006-01-21document package, group, sync and transaction functions (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>)
2006-01-21resolvedeps: return the depmiss info to the frontend in case of failureAurelien Foret
2006-01-21added a FAKEROOT define allowing to use pacman in a fakeroot enivronment ↵Aurelien Foret
(for tests purpose)
2006-01-18more code cleanup yetAurelien Foret
2006-01-17fixed detection for duplicate entries in list of deps/conflictsAurelien Foret
2006-01-17even more code cleanupAurelien Foret
2006-01-17reworked log messagesAurelien Foret
2006-01-17- code cleanupAurelien Foret
- log improvements
2006-01-16more code cleanupAurelien Foret
2006-01-15pulled out conflict checkings from checkdeps() in its own function: ↵Aurelien Foret
checkconflicts()
2006-01-14sync_prepare: added a missing chunk of code for dependency checks of ↵Aurelien Foret
packages elected for removal
2006-01-14checkdeps:Aurelien Foret
- 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 Foret
VMiklos <vmiklos@frugalware.org>)
2006-01-13removed unuseful error codesAurelien Foret
2006-01-13improved log and debug messagesAurelien 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-10code cleanupAurelien Foret
2006-01-10fixed a memory leak in the transaction cleanup codeAurelien Foret
2006-01-10added ALLDEPS transaction flag mainly to handle "makepkg -s"Aurelien 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-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-07Fixed a regression in the conflict handling codeAurelien Foret
2006-01-07added more debug logs in the sync conflict/replace codeAurelien Foret
2006-01-07removed handle/uid checks (CYGWIN)Aurelien Foret
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-06- sync: populates *data when a conflict can't be resolvedAurelien Foret
- add: code cleanup