summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster1-3/+3
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz1-2/+0
2014-09-30deps.c: split _alpm_depcmp into _alpm_depcmp_providesFlorian Pritz1-0/+1
2014-02-04alpm: export *_free functionsAndrew Gregory1-1/+0
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-10-31deps.c: pass alpm_list** to _alpm_recursedepsAndrew Gregory1-1/+1
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory1-1/+2
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-08-19Be more robust when copying package dataDan McGee1-1/+1
2011-08-18Add an _alpm_depcmp_literal() functionDan McGee1-0/+1
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae1-1/+1
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-4/+4
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-2/+2
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-2/+2
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee1-15/+0
2011-06-14Switch all logging to use handle directlyDan McGee1-1/+1
2011-06-14Add handle argument to two more alpm methodsDan McGee1-1/+1
2011-03-25Ensure reported missing dependencies show correct version comparisonDan McGee1-1/+0
2011-03-25Mark various functions in deps.c staticDan McGee1-5/+0
2011-01-31alpm/depcmp: new NODEPVERSION flagXavier Chantry1-0/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Correct type for hash value storageAllan McRae1-1/+1
2010-12-22Use name hashes in depends to avoid strcmp callsDan McGee1-1/+2
2010-12-13alpm: don't expose alpm_depcmpXavier Chantry1-0/+1
2010-05-18Partial fix for the phonon/qt issueNagy Gabor1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-04-11Look in target-list first to resolve dependenciesBryan Ischo1-1/+2
2009-02-24Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo1-1/+1
2009-02-19Reorganize code for one-at-a-time resolvingBryan Ischo1-2/+2
2008-07-13sync_addtarget reworkNagy Gabor1-1/+0
2008-07-08Resolvedeps reworkNagy Gabor1-3/+3
2008-07-08New _alpm_find_dep_satisfier functionNagy Gabor1-0/+1
2008-07-08New _alpm_dep_edge functionNagy Gabor1-0/+1
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-0/+1
2008-03-18Kill PM_TRANS_TYPE_ADD.Chantry Xavier1-1/+1
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee1-10/+0
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor1-1/+3
2008-01-22Move the deptest code from frontend to backend.Chantry Xavier1-1/+3
2008-01-12Add functions to manipulate pmdepend_t objectsDan McGee1-3/+5
2008-01-11Use dynamic string allocation in package structuresDan McGee1-3/+4
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-03Remove _alpm_depmiss_isinDan McGee1-1/+0
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor1-3/+1
2007-11-18Add the pmconflict_t type.Nagy Gabor1-4/+2