summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.h
AgeCommit message (Expand)Author
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
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron 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-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien 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-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-10-09added conversation callback support for transactionsJudd Vinet
2005-03-30started the work on "pacman_sync"Aurelien Foret
2005-03-29Turned pmdepmissing_t into an opaque structureAurelien Foret
2005-03-26backport from pacman 2.9.5 (splitdep returns an int)Aurelien Foret