summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2006-02-05added a pmconflict_t structure to handle file conflictsAurelien Foret4-14/+80
2006-02-05copyright updateAurelien Foret1-1/+1
2006-02-05code cleanupAurelien Foret1-2/+2
2006-02-05- sync_prepare: fixed a case where a conflict should be removed from the targ...Aurelien Foret1-15/+32
2006-02-01fixed typos in 2 debug logsAurelien Foret1-2/+2
2006-02-01doxygen support: added @brief field (patch from VMiklos <vmiklos@frugalware.o...Aurelien Foret1-1/+12
2006-02-01Added a missing trans_release call upon lib shutdown (patch from VMiklos <vmi...Aurelien Foret1-0/+5
2006-01-29removed unlock code from alpm_release()Aurelien Foret1-10/+0
2006-01-28Search through package provides if no literal matches are found when scanning...Judd Vinet2-3/+23
2006-01-27improved log messages for add_commitAurelien Foret1-6/+9
2006-01-27cleaned up db_write error cases handlingAurelien Foret1-7/+15
2006-01-27fixed potential file descriptor leaksAurelien Foret1-12/+21
2006-01-26fixed a compilation warningAurelien Foret1-1/+0
2006-01-26reworked lock handling (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2-21/+27
2006-01-26reworked lock handling (patch from VMiklos <vmiklos@frugalware.fr>)Aurelien Foret1-0/+2
2006-01-26doxygen comments update (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-1/+34
2006-01-22changed behaviour with original=X,current=Y,new=Z backup scenario -- install ...Judd Vinet1-9/+4
2006-01-21document package, group, sync and transaction functions (patch from VMiklos <...Aurelien Foret1-1/+62
2006-01-21resolvedeps: return the depmiss info to the frontend in case of failureAurelien Foret5-9/+26
2006-01-21added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for...Aurelien Foret1-0/+6
2006-01-18more code cleanup yetAurelien Foret8-197/+111
2006-01-17fixed detection for duplicate entries in list of deps/conflictsAurelien Foret3-9/+25
2006-01-17even more code cleanupAurelien Foret1-97/+94
2006-01-17reworked log messagesAurelien Foret1-6/+6
2006-01-17- code cleanupAurelien Foret3-13/+15
2006-01-16more code cleanupAurelien Foret5-50/+39
2006-01-15pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret6-314/+314
2006-01-14sync_prepare: added a missing chunk of code for dependency checks of packages...Aurelien Foret1-6/+24
2006-01-14checkdeps:Aurelien Foret1-9/+50
2006-01-14sysupgrade: skip version cmp for pkg elected for removal (patch from VMiklos...Aurelien Foret1-1/+19
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
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
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
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 s...Aurelien Foret6-13/+12
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 tabulat...Aurelien Foret4-20/+22
2006-01-07removed a misleading PM_ERR_XXX occurrenceAurelien Foret1-1/+1