summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)Author
2008-04-25Kill compute_requiredby usage in can_remove_package()Nagy Gabor
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-03-23Avoid duplicated target names.Nagy Gabor
2008-03-17Kill PM_TRANS_TYPE_ADD.Chantry Xavier
2008-03-09Merge branch 'maint'Dan McGee
2008-03-04Remove a bogus commentNagy Gabor
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor
2008-01-23Fix flip-flopped parameters to CALLOC macroDan McGee
2008-01-21Move the deptest code from frontend to backend.Chantry Xavier
2008-01-14Merge branch 'maint'Dan McGee
2008-01-14Change the versioned provision format.Chantry Xavier
2008-01-13Merge branch 'maint'Dan McGee
2008-01-12small checkdeps speed-upNagy Gabor
2008-01-11Add functions to manipulate pmdepend_t objectsDan McGee
2008-01-11Use dynamic string allocation in package structuresDan McGee
2007-12-19PM_DEP_MOD_LT and PM_DEP_MOD_GT depmods addedNagy Gabor
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-05Remove duplicated PM_TRANS_CONV_INSTALL_IGNOREPKG messageNagy Gabor
2007-12-02Remove _alpm_depmiss_isinDan McGee
2007-12-02Add 4 new pactests to get better code coverage by pactestDan McGee
2007-12-01Minor fixes in sync.c and deps.c.Chantry Xavier
2007-11-30Remove alpm_depcmp DEBUG outputDan McGee
2007-11-30Remove some null checks in _alpm_checkdepsDan McGee
2007-11-30alpm_checkdeps clean-upNagy Gabor
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor
2007-11-21Improved 'dependency cycle' warningNagy Gabor
2007-11-18Versioned provisions.Nagy Gabor
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