summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-04Remove a bogus commentNagy Gabor1-1/+0
2008-01-15Change the versioned provision format.Chantry Xavier1-2/+2
2008-01-12small checkdeps speed-upNagy Gabor1-8/+12
2007-12-19PM_DEP_MOD_LT and PM_DEP_MOD_GT depmods addedNagy Gabor1-1/+18
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-05Remove duplicated PM_TRANS_CONV_INSTALL_IGNOREPKG messageNagy Gabor1-1/+3
2007-12-03Remove _alpm_depmiss_isinDan McGee1-19/+0
2007-12-03Add 4 new pactests to get better code coverage by pactestDan McGee1-1/+1
2007-12-01Minor fixes in sync.c and deps.c.Chantry Xavier1-4/+3
2007-12-01Remove alpm_depcmp DEBUG outputDan McGee1-4/+0
2007-12-01Remove some null checks in _alpm_checkdepsDan McGee1-10/+2
2007-12-01alpm_checkdeps clean-upNagy Gabor1-117/+34
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor1-164/+121
2007-11-21Improved 'dependency cycle' warningNagy Gabor1-1/+8
2007-11-19Versioned provisions.Nagy Gabor1-22/+29
2007-11-18Add the pmconflict_t type.Nagy Gabor1-22/+7
2007-11-18libalpm/deps.c : improves IgnorePkg handling in resolvedeps.Nagy Gabor1-27/+25
2007-11-17Remove provide.c and provide.h .Chantry Xavier1-1/+0
2007-11-17War on whitespaceDan McGee1-11/+11
2007-11-15Fix a would-be memleak with the new compute requiredby stuffDan McGee1-1/+1
2007-11-15libalpm: change graph malloc to MALLOC macroDan McGee1-1/+2
2007-11-15Move alpm_splitdep usage to db_readDan McGee1-26/+11
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-6/+17
2007-11-15alpm_list_add == alpm_list_add_lastNagy Gabor1-26/+17
2007-11-13Enforce const correctness on dep functions and rewrite alpm_dep_get_stringDan McGee1-28/+30
2007-11-11Implement IgnoreGroup.Nathan Jones1-1/+1
2007-11-04Clean up usage of extern variablesDan McGee1-2/+0
2007-10-30When printing size_t, use %zdDan McGee1-2/+2
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee1-15/+6
2007-10-29Add some more debugging output to dep checking codeDan McGee1-2/+6
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