summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)Author
2006-10-31Numerous changes:Aaron Griffin
2006-10-21Fixes from frugalware: few 'typos' included while patchingAaron Griffin
2006-10-20A handful of minor changes:Aaron Griffin
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin
2006-07-04bugfix: when looking at provides, defer to the new, to-be-installed package's...Judd Vinet
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-03-07removed an unexpected logAurelien Foret
2006-03-02reworked the db object to prepare future integration with different backendsAurelien Foret
2006-03-01added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret
2006-02-07code cleanupAurelien Foret
2006-01-21resolvedeps: return the depmiss info to the frontend in case of failureAurelien Foret
2006-01-18more code cleanup yetAurelien Foret
2006-01-17fixed detection for duplicate entries in list of deps/conflictsAurelien Foret
2006-01-15pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret
2006-01-14checkdeps: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-07added more debug logs in the sync conflict/replace codeAurelien Foret
2006-01-05- started to rename list_XXX calls to _alpm_list_XXXAurelien Foret
2006-01-02fixed a segfault in removdepsAurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-12-28Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2005-12-26renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet
2005-10-21bugfix: before searching databases for a dependency, make sure one of the pac...Judd Vinet
2005-10-09added conversation callback support for transactionsJudd Vinet
2005-05-04fixed a memory leak and avoided to modify a read-only parameterAurelien Foret
2005-04-24got ride of an ORE tag in resolvedeps()Aurelien Foret
2005-04-24use the cache instead of calling db_scan()Aurelien Foret
2005-04-23renamed list_is_ptrin() in list_is_in()Aurelien Foret
2005-04-20avoided two calls to db_scan() in checkdeps()Aurelien Foret
2005-04-20- fixed args order in list_is_ptrin()Aurelien Foret
2005-04-08removed a leftover commentAurelien Foret
2005-04-06updated structure names (PM_SYNCPKG), and added transaction queues (install &...Aurelien Foret
2005-04-02fixed a log levelAurelien Foret
2005-04-02reworked resolvedeps:Aurelien Foret
2005-03-30started the work on "pacman_sync"Aurelien Foret
2005-03-29Turned pmdepmissing_t into an opaque structureAurelien Foret
2005-03-29Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret
2005-03-28replaced occ of list_free() by FREELIST/FREELISTPTR macrosAurelien Foret
2005-03-28improved logs (use _alpm_log instead of fprintf)Aurelien Foret
2005-03-28added a FREELISTPTR macro to free a PMList without freeing its dataAurelien Foret
2005-03-26backport from pacman 2.9.5 (splitdep returns an int)Aurelien Foret
2005-03-26More backport from pacman 2.9.5 (mainly for resolvedeps)Aurelien Foret
2005-03-26updated commentsAurelien Foret
2005-03-25Backport from pacman 2.9.5Aurelien Foret
2005-03-25added a missing goto!Aurelien Foret
2005-03-15Initial revisionJudd Vinet