summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-19Use NULL instead of "" as no causingpkgNagy Gabor1-1/+1
2008-07-13sync_addtarget reworkNagy Gabor1-26/+2
2008-07-08Resolvedeps reworkNagy Gabor1-110/+79
2008-07-08Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback functionNagy Gabor1-2/+2
2008-07-08New _alpm_find_dep_satisfier functionNagy Gabor1-6/+19
2008-07-08New _alpm_dep_edge functionNagy Gabor1-28/+26
2008-05-14Remove wrapper call around versioncmpDan McGee1-1/+1
2008-05-14Simplify _alpm_pkg_new()Dan McGee1-2/+4
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-9/+29
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor1-6/+6
2008-04-26Kill compute_requiredby usage in can_remove_package()Nagy Gabor1-8/+10
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-03-23Avoid duplicated target names.Nagy Gabor1-2/+4
2008-03-18Kill PM_TRANS_TYPE_ADD.Chantry Xavier1-7/+6
2008-03-09Merge branch 'maint'Dan McGee1-1/+0
2008-03-04Remove a bogus commentNagy Gabor1-1/+0
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee1-27/+3
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor1-4/+18
2008-01-24Fix flip-flopped parameters to CALLOC macroDan McGee1-2/+2
2008-01-22Move the deptest code from frontend to backend.Chantry Xavier1-1/+26
2008-01-15Merge branch 'maint'Dan McGee1-2/+2
2008-01-15Change the versioned provision format.Chantry Xavier1-2/+2
2008-01-13Merge branch 'maint'Dan McGee1-8/+12
2008-01-12small checkdeps speed-upNagy Gabor1-8/+12
2008-01-12Add functions to manipulate pmdepend_t objectsDan McGee1-21/+32
2008-01-11Use dynamic string allocation in package structuresDan McGee1-18/+39
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