summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-27Explicitly cast void* to char* during printf callDan McGee1-4/+4
2007-10-27Dependency error/log messages fixNagy Gabor1-7/+11
2007-10-25Add alpm_dep_get_string methodNagy Gabor1-0/+34
2007-10-24_alpm_depmiss_isin fixNagy Gabor1-2/+5
2007-09-29libalpm/deps.c: fix memleak found by valgrindDan McGee1-0/+1
2007-09-12libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps).Chantry Xavier1-1/+8
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-26/+26
2007-08-22Post trial install changes, round oneDan McGee1-4/+4
2007-07-17libalpm/deps.c : split alpm_depcmp.Chantry Xavier1-16/+29
2007-07-17libalpm/deps.c : split sortbydeps function.Chantry Xavier1-27/+41
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier1-15/+15
2007-07-15libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor1-61/+46
2007-07-13libalpm/deps.c : fix for remove044 pactest.Chantry Xavier1-54/+50
2007-07-12Some doxygen comments.Andrew Fyfe1-1/+1
2007-07-12Remove some more conditional include stuffDan McGee1-3/+0
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee1-1/+42
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-22/+25
2007-07-10Cleanup of pacman_deptest()Andrew Fyfe1-0/+12
2007-06-26Make alpm_splitdep immutableNagy Gabor1-5/+9
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor1-3/+2
2007-06-11Implement simple topological sort algorithm for sortbydepsNagy Gabor1-56/+82
2007-06-11Ensure correct and consistent usage of depmissChantry Xavier1-2/+3
2007-06-11Fix for removing a package that is no longer neededChantry Xavier1-36/+42
2007-06-10Small speed-tuning to upgrade-checkdepNagy Gabor1-4/+6
2007-06-10Fix issue when upgrading two packages that would break depsNagy Gabor1-29/+9
2007-06-10Fix breakage in checkdeps when upgrading a multiple-dependNagy Gabor1-6/+3
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-4/+4
2007-04-29Remove STRNCPY macro from libalpmDan McGee1-3/+3
2007-04-28Remove FREELISTPTR macroDan McGee1-6/+5
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee1-1/+1
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
2007-04-23Using wrong variable for depend lookup in sortbydepsNagy Gabor1-1/+1
2007-03-19James Rosten <seinfeld90@gmail.com>Aaron Griffin1-2/+2
2007-03-12* Fixed an error with 'cascade' removal due to creation of a new pmpkg_t structAaron Griffin1-2/+2
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee1-1/+1
2007-03-07* Bug fix for makepkg dependency testing. This requires that weAaron Griffin1-11/+11
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-3/+6
2007-03-03* A little more hacking with wchar_t output, but nothing really changed inDan McGee1-60/+72
2007-03-03Big commit this time:Aaron Griffin1-64/+60
2007-03-01* Comment clarificationAaron Griffin1-1/+2
2007-03-01* Switched some functions to alpm_pkg_get_* usage as I came across themAaron Griffin1-18/+53
2007-02-28* Added another test as suggested by Nagy on the ML- a package both providesDan McGee1-30/+19
2007-02-26* Enforce const char* params when using stringsAaron Griffin1-8/+8
2007-02-21* Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee1-6/+6
2007-02-20* Some cascade removal changes. Mainly code cleanup, but this is an attempt toAaron Griffin1-46/+50
2007-02-18* Fix version comparisons when one pkgrel doesn't exist (this ony fails on an ==Aaron Griffin1-3/+3
2007-02-16* Removed unnecessary #defineDan McGee1-0/+1
2007-01-31Switched an int to an enumAaron Griffin1-1/+1
2007-01-31Debug logging changes:Aaron Griffin1-2/+2
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+22