summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-30recursedeps: include cyclic dependenciesAndrew Gregory1-52/+52
2016-05-05fix spelling mistakesEric Engestrom1-1/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-10-27Alpm, check for NULL in free-functionsRikard Falkeborn1-0/+2
2015-09-19sortbydeps: skip local packages being updatedAndrew Gregory1-3/+8
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-02initialize pointers passed to _alpm_pkg_dupAndrew Gregory1-1/+1
2014-12-27Initialize memory to prevent issues when freeing on errorAllan McRae1-2/+2
2014-12-27_alpm_recursedeps: free memory on errorAllan McRae1-0/+2
2014-12-24alpm_dep_from_string: free memory on errorAllan McRae1-3/+7
2014-12-24_alpm_dep_dup: free memory on errorAllan McRae1-3/+7
2014-12-24depmiss_new: free memory on errorAllan McRae1-2/+6
2014-09-30Add --assume-installed optionFlorian Pritz1-2/+6
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz1-7/+7
2014-09-30deps.c: split _alpm_depcmp into _alpm_depcmp_providesFlorian Pritz1-7/+14
2014-08-04deps.c: use alpm_list_find_ptrAndrew Gregory1-8/+3
2014-08-04dep_graph_init: filter ignored packages by nameAndrew Gregory1-1/+1
2014-06-24Update the question callbackOlivier Brunel1-14/+24
2014-02-04alpm: export *_free functionsAndrew Gregory1-4/+4
2014-01-30_alpm_resolvedeps: free targ inside loopAndrew Gregory1-1/+2
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
2014-01-06deps.c: remove filtered_depend functionsAndrew Gregory1-22/+10
2013-11-15Fix whitespace and other formatting issuesJason St. John1-2/+2
2013-10-31deps.c: pass alpm_list** to _alpm_recursedepsAndrew Gregory1-4/+4
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory1-84/+71
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae1-2/+2
2013-09-04libalpm: introduce a usage level for reposDave Reisner1-2/+13
2013-06-26deps.c: check for indirect deps when orderingAndrew Gregory1-18/+83
2013-05-18Fix comment typoAllan McRae1-1/+1
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Make alpm_pkg_find publicAllan McRae1-6/+6
2012-12-14Fix overzealous package removal with unmet dependenciesAndrew Gregory1-41/+41
2012-05-21fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner1-8/+8
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee1-4/+6
2012-03-09Allow alpm_depend_t to have a descriptionDan McGee1-13/+31
2012-02-21Merge branch 'maint'Dan McGee1-29/+0
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-15Revert "Add -S --recursive operation"Dan McGee1-29/+0
2012-01-23libalpm/deps.c: access trans flags directlyDan McGee1-2/+4
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12code syntax cleanupDave Reisner1-1/+1
2011-11-15Allow sync_prepare to work in certain cases without sync databasesDan McGee1-1/+1
2011-09-28_alpm_splitdep: use malloc instead of callocDan McGee1-3/+5
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee1-0/+1
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee1-1/+2
2011-09-03Former transaction callback rename refactorDan McGee1-3/+3
2011-09-03Move all callbacks up to the handle levelDan McGee1-3/+3
2011-08-30Streamline alpm_splitdep() comparisonsDan McGee1-13/+19