summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)Author
2010-05-18Partial fix for the phonon/qt issueNagy Gabor
2010-03-14Bump copyright dates to 2010Dan McGee
2009-09-08Use sync.c for upgrade transaction prepare and commitNagy Gabor
2009-07-01Update copyright headers and messagesDan McGee
2009-04-11Look in target-list first to resolve dependenciesBryan Ischo
2009-04-11Print warning in _alpm_resolvedep() if a satisfier package is ignored without...Nagy Gabor
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor
2009-02-23Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo
2009-02-23Enabled new interactive prompt and updated some testsBryan Ischo
2009-02-18Reorganize code for one-at-a-time resolvingBryan Ischo
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry
2008-07-19Use NULL instead of "" as no causingpkgNagy Gabor
2008-07-13sync_addtarget reworkNagy Gabor
2008-07-07Resolvedeps reworkNagy Gabor
2008-07-07Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback functionNagy Gabor
2008-07-07New _alpm_find_dep_satisfier functionNagy Gabor
2008-07-07New _alpm_dep_edge functionNagy Gabor
2008-05-14Remove wrapper call around versioncmpDan McGee
2008-05-13Simplify _alpm_pkg_new()Dan McGee
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor
2008-04-25Kill compute_requiredby usage in can_remove_package()Nagy Gabor
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-03-23Avoid duplicated target names.Nagy Gabor
2008-03-17Kill PM_TRANS_TYPE_ADD.Chantry Xavier
2008-03-09Merge branch 'maint'Dan McGee
2008-03-04Remove a bogus commentNagy Gabor
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor
2008-01-23Fix flip-flopped parameters to CALLOC macroDan McGee
2008-01-21Move the deptest code from frontend to backend.Chantry Xavier
2008-01-14Merge branch 'maint'Dan McGee
2008-01-14Change the versioned provision format.Chantry Xavier
2008-01-13Merge branch 'maint'Dan McGee
2008-01-12small checkdeps speed-upNagy Gabor
2008-01-11Add functions to manipulate pmdepend_t objectsDan McGee
2008-01-11Use dynamic string allocation in package structuresDan McGee
2007-12-19PM_DEP_MOD_LT and PM_DEP_MOD_GT depmods addedNagy Gabor
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-05Remove duplicated PM_TRANS_CONV_INSTALL_IGNOREPKG messageNagy Gabor
2007-12-02Remove _alpm_depmiss_isinDan McGee
2007-12-02Add 4 new pactests to get better code coverage by pactestDan McGee
2007-12-01Minor fixes in sync.c and deps.c.Chantry Xavier
2007-11-30Remove alpm_depcmp DEBUG outputDan McGee
2007-11-30Remove some null checks in _alpm_checkdepsDan McGee
2007-11-30alpm_checkdeps clean-upNagy Gabor
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor
2007-11-21Improved 'dependency cycle' warningNagy Gabor
2007-11-18Versioned provisions.Nagy Gabor