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