summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
Commit message (Expand)AuthorAge
* libalpm/deps.c: fix memleak found by valgrindDan McGee2007-09-28
* libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps).Chantry Xavier2007-09-11
* libalpm: add newlines to all strings passed to log callbackDan McGee2007-08-23
* Post trial install changes, round oneDan McGee2007-08-21
* libalpm/deps.c : split alpm_depcmp.Chantry Xavier2007-07-17
* libalpm/deps.c : split sortbydeps function.Chantry Xavier2007-07-17
* new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier2007-07-16
* libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor2007-07-15
* libalpm/deps.c : fix for remove044 pactest.Chantry Xavier2007-07-13
* Some doxygen comments.Andrew Fyfe2007-07-12
* Remove some more conditional include stuffDan McGee2007-07-12
* Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee2007-07-12
* Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee2007-07-10
* Cleanup of pacman_deptest()Andrew Fyfe2007-07-10
* Make alpm_splitdep immutableNagy Gabor2007-06-26
* Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor2007-06-26
* Implement simple topological sort algorithm for sortbydepsNagy Gabor2007-06-10
* Ensure correct and consistent usage of depmissChantry Xavier2007-06-10
* Fix for removing a package that is no longer neededChantry Xavier2007-06-10
* Small speed-tuning to upgrade-checkdepNagy Gabor2007-06-10
* Fix issue when upgrading two packages that would break depsNagy Gabor2007-06-10
* Fix breakage in checkdeps when upgrading a multiple-dependNagy Gabor2007-06-10
* Remove unnecessary casts on malloc and elsewhereDan McGee2007-05-14
* Remove STRNCPY macro from libalpmDan McGee2007-04-29
* Remove FREELISTPTR macroDan McGee2007-04-28
* Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee2007-04-28
* Clean up gettext on the libalpm sideDan McGee2007-04-26
* Using wrong variable for depend lookup in sortbydepsNagy Gabor2007-04-22
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-03-19
* * Fixed an error with 'cascade' removal due to creation of a new pmpkg_t structAaron Griffin2007-03-12
* * Fix group comparison issue and associated compilation warnings by usingDan McGee2007-03-11
* * Bug fix for makepkg dependency testing. This requires that weAaron Griffin2007-03-07
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * A little more hacking with wchar_t output, but nothing really changed inDan McGee2007-03-03
* Big commit this time:Aaron Griffin2007-03-03
* * Comment clarificationAaron Griffin2007-03-01
* * Switched some functions to alpm_pkg_get_* usage as I came across themAaron Griffin2007-03-01
* * Added another test as suggested by Nagy on the ML- a package both providesDan McGee2007-02-28
* * Enforce const char* params when using stringsAaron Griffin2007-02-26
* * Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee2007-02-21
* * Some cascade removal changes. Mainly code cleanup, but this is an attempt toAaron Griffin2007-02-20
* * Fix version comparisons when one pkgrel doesn't exist (this ony fails on an ==Aaron Griffin2007-02-18
* * Removed unnecessary #defineDan McGee2007-02-16
* Switched an int to an enumAaron Griffin2007-01-31
* Debug logging changes:Aaron Griffin2007-01-31
* K. Piche <kevin.piche@cgi.com>Aaron Griffin2007-01-30
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
* * Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee2007-01-30
* Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee2007-01-30
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-26