Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)Author
2007-11-18Add the pmconflict_t type.Nagy Gabor
2007-11-18libalpm/deps.c : improves IgnorePkg handling in resolvedeps.Nagy Gabor
2007-11-17Remove provide.c and provide.h .Chantry Xavier
2007-11-16War on whitespaceDan McGee
2007-11-15Fix a would-be memleak with the new compute requiredby stuffDan McGee
2007-11-14libalpm: change graph malloc to MALLOC macroDan McGee
2007-11-14Move alpm_splitdep usage to db_readDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-14alpm_list_add == alpm_list_add_lastNagy Gabor
2007-11-13Enforce const correctness on dep functions and rewrite alpm_dep_get_stringDan McGee
2007-11-11Implement IgnoreGroup.Nathan Jones
2007-11-04Clean up usage of extern variablesDan McGee
2007-10-29When printing size_t, use %zdDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-29Add some more debugging output to dep checking codeDan McGee
2007-10-26Explicitly cast void* to char* during printf callDan McGee
2007-10-26Dependency error/log messages fixNagy Gabor
2007-10-25Add alpm_dep_get_string methodNagy Gabor
2007-10-24_alpm_depmiss_isin fixNagy Gabor
2007-09-28libalpm/deps.c: fix memleak found by valgrindDan McGee
2007-09-11libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps).Chantry Xavier
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-07-17libalpm/deps.c : split alpm_depcmp.Chantry Xavier
2007-07-17libalpm/deps.c : split sortbydeps function.Chantry Xavier
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier
2007-07-15libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor
2007-07-13libalpm/deps.c : fix for remove044 pactest.Chantry Xavier
2007-07-12Some doxygen comments.Andrew Fyfe
2007-07-12Remove some more conditional include stuffDan McGee
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-10Cleanup of pacman_deptest()Andrew Fyfe
2007-06-26Make alpm_splitdep immutableNagy Gabor
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor
2007-06-10Implement simple topological sort algorithm for sortbydepsNagy Gabor
2007-06-10Ensure correct and consistent usage of depmissChantry Xavier
2007-06-10Fix for removing a package that is no longer neededChantry Xavier
2007-06-10Small speed-tuning to upgrade-checkdepNagy Gabor
2007-06-10Fix issue when upgrading two packages that would break depsNagy Gabor
2007-06-10Fix breakage in checkdeps when upgrading a multiple-dependNagy Gabor
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee
2007-04-29Remove STRNCPY macro from libalpmDan McGee
2007-04-28Remove FREELISTPTR macroDan McGee
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-04-22Using wrong variable for depend lookup in sortbydepsNagy Gabor
2007-03-19James Rosten <seinfeld90@gmail.com>Aaron Griffin
2007-03-12* Fixed an error with 'cascade' removal due to creation of a new pmpkg_t structAaron Griffin
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee