summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
Commit message (Expand)AuthorAge
...
* Remove provide.c and provide.h .Chantry Xavier2007-11-17
* War on whitespaceDan McGee2007-11-16
* Fix a would-be memleak with the new compute requiredby stuffDan McGee2007-11-15
* libalpm: change graph malloc to MALLOC macroDan McGee2007-11-14
* Move alpm_splitdep usage to db_readDan McGee2007-11-14
* Remove REQUIREDBY usage from libalpmDan McGee2007-11-14
* alpm_list_add == alpm_list_add_lastNagy Gabor2007-11-14
* Enforce const correctness on dep functions and rewrite alpm_dep_get_stringDan McGee2007-11-13
* Implement IgnoreGroup.Nathan Jones2007-11-11
* Clean up usage of extern variablesDan McGee2007-11-04
* When printing size_t, use %zdDan McGee2007-10-29
* libalpm: introduce MALLOC and CALLOC macrosDan McGee2007-10-29
* Add some more debugging output to dep checking codeDan McGee2007-10-29
* Explicitly cast void* to char* during printf callDan McGee2007-10-26
* Dependency error/log messages fixNagy Gabor2007-10-26
* Add alpm_dep_get_string methodNagy Gabor2007-10-25
* _alpm_depmiss_isin fixNagy Gabor2007-10-24
* 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