summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.h
AgeCommit message (Expand)Author
2012-02-20Update copyright yearsAllan McRae
2011-08-19Be more robust when copying package dataDan McGee
2011-08-18Add an _alpm_depcmp_literal() functionDan McGee
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Add handle argument to two more alpm methodsDan McGee
2011-03-25Ensure reported missing dependencies show correct version comparisonDan McGee
2011-03-25Mark various functions in deps.c staticDan McGee
2011-01-31alpm/depcmp: new NODEPVERSION flagXavier Chantry
2011-01-07Update copyright years for 2011Allan McRae
2010-12-29Correct type for hash value storageAllan McRae
2010-12-21Use name hashes in depends to avoid strcmp callsDan McGee
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry
2010-05-18Partial fix for the phonon/qt issueNagy Gabor
2010-03-14Bump copyright dates to 2010Dan McGee
2009-07-01Update copyright headers and messagesDan McGee
2009-04-11Look in target-list first to resolve dependenciesBryan Ischo
2009-02-23Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo
2009-02-18Reorganize code for one-at-a-time resolvingBryan Ischo
2008-07-13sync_addtarget reworkNagy Gabor
2008-07-07Resolvedeps reworkNagy Gabor
2008-07-07New _alpm_find_dep_satisfier functionNagy Gabor
2008-07-07New _alpm_dep_edge functionNagy Gabor
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-03-17Kill PM_TRANS_TYPE_ADD.Chantry Xavier
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-21Move the deptest code from frontend to backend.Chantry Xavier
2008-01-11Add functions to manipulate pmdepend_t objectsDan McGee
2008-01-11Use dynamic string allocation in package structuresDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-02Remove _alpm_depmiss_isinDan McGee
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor
2007-11-18Add the pmconflict_t type.Nagy Gabor
2007-11-16War on whitespaceDan McGee
2007-11-14alpm_list_add == alpm_list_add_lastNagy Gabor
2007-07-15libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor
2007-07-13libalpm/deps.c : fix for remove044 pactest.Chantry Xavier
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor
2007-06-10Implement simple topological sort algorithm for sortbydepsNagy Gabor
2007-03-07* Bug fix for makepkg dependency testing. This requires that weAaron Griffin
2007-03-03* A little more hacking with wchar_t output, but nothing really changed inDan McGee
2007-01-31* Forgot the int->enum header checkinAaron Griffin
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin