summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Search through package provides if no literal matches are found when scanning...Judd Vinet2006-01-28
* improved log messages for add_commitAurelien Foret2006-01-27
* cleaned up db_write error cases handlingAurelien Foret2006-01-27
* fixed potential file descriptor leaksAurelien Foret2006-01-27
* fixed a compilation warningAurelien Foret2006-01-26
* reworked lock handling (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-26
* reworked lock handling (patch from VMiklos <vmiklos@frugalware.fr>)Aurelien Foret2006-01-26
* doxygen comments update (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-26
* changed behaviour with original=X,current=Y,new=Z backup scenario -- install ...Judd Vinet2006-01-22
* document package, group, sync and transaction functions (patch from VMiklos <...Aurelien Foret2006-01-21
* resolvedeps: return the depmiss info to the frontend in case of failureAurelien Foret2006-01-21
* added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for...Aurelien Foret2006-01-21
* more code cleanup yetAurelien Foret2006-01-18
* fixed detection for duplicate entries in list of deps/conflictsAurelien Foret2006-01-17
* even more code cleanupAurelien Foret2006-01-17
* reworked log messagesAurelien Foret2006-01-17
* - code cleanupAurelien Foret2006-01-17
* more code cleanupAurelien Foret2006-01-16
* pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret2006-01-15
* sync_prepare: added a missing chunk of code for dependency checks of packages...Aurelien Foret2006-01-14
* checkdeps:Aurelien Foret2006-01-14
* sysupgrade: skip version cmp for pkg elected for removal (patch from VMiklos...Aurelien Foret2006-01-14
* removed unuseful error codesAurelien Foret2006-01-13
* improved log and debug messagesAurelien 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
* fixed an awfull typoAurelien Foret2006-01-11
* code cleanupAurelien Foret2006-01-10
* fixed a memory leak in the transaction cleanup codeAurelien Foret2006-01-10
* added ALLDEPS transaction flag mainly to handle "makepkg -s"Aurelien Foret2006-01-10
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09
* 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
* 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 s...Aurelien Foret2006-01-07
* removed a restriction: the data parameter of XXX_prepare functions can be NULLAurelien 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
* removed handle/uid checks (CYGWIN)Aurelien Foret2006-01-07
* code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret2006-01-07
* removed a misleading PM_ERR_XXX occurrenceAurelien Foret2006-01-06
* - sync: populates *data when a conflict can't be resolvedAurelien Foret2006-01-06
* removed ORE tags (after tests, no real performance increase by implementing t...Aurelien 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 <vmiklos@fr...Aurelien Foret2006-01-06
* - started to rename list_XXX calls to _alpm_list_XXXAurelien Foret2006-01-05
* various code cleanupAurelien 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