summaryrefslogtreecommitdiff
path: root/lib/libalpm
AgeCommit message (Expand)Author
2006-02-05added a pmconflict_t structure to handle file conflictsAurelien Foret
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 targ...Aurelien Foret
2006-02-01fixed typos in 2 debug logsAurelien Foret
2006-02-01doxygen support: added @brief field (patch from VMiklos <vmiklos@frugalware.o...Aurelien Foret
2006-02-01Added a missing trans_release call upon lib shutdown (patch from VMiklos <vmi...Aurelien Foret
2006-01-29removed unlock code from alpm_release()Aurelien Foret
2006-01-28Search through package provides if no literal matches are found when scanning...Judd Vinet
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
2006-01-21document package, group, sync and transaction functions (patch from VMiklos <...Aurelien Foret
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 (for...Aurelien Foret
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
2006-01-16more code cleanupAurelien Foret
2006-01-15pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret
2006-01-14sync_prepare: added a missing chunk of code for dependency checks of packages...Aurelien Foret
2006-01-14checkdeps:Aurelien Foret
2006-01-14sysupgrade: skip version cmp for pkg elected for removal (patch from VMiklos...Aurelien Foret
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
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
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
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 s...Aurelien Foret
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 tabulat...Aurelien Foret
2006-01-06removed a misleading PM_ERR_XXX occurrenceAurelien Foret