summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.h
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-4/+7
2006-10-20A handful of minor changes:Aaron Griffin1-6/+6
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-1/+3
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-7/+7
2006-01-21resolvedeps: return the depmiss info to the frontend in case of failureAurelien Foret1-1/+2
2006-01-18more code cleanup yetAurelien Foret1-1/+3
2006-01-17fixed detection for duplicate entries in list of deps/conflictsAurelien Foret1-0/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-10-09added conversation callback support for transactionsJudd Vinet1-1/+1
2005-03-31started the work on "pacman_sync"Aurelien Foret1-1/+1
2005-03-29Turned pmdepmissing_t into an opaque structureAurelien Foret1-1/+13
2005-03-26backport from pacman 2.9.5 (splitdep returns an int)Aurelien Foret1-1/+1
2005-03-25Backport from pacman 2.9.5Aurelien Foret1-1/+1
2005-03-15Initial revisionJudd Vinet1-0/+35