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