summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-29_alpm_splitdep(): don't pass bogus length value to strndupDan McGee1-1/+5
2011-08-19Be more robust when copying package dataDan McGee1-3/+9
2011-08-18Convert resolvedep() to use _alpm_depcmp_literal()Dan McGee1-5/+10
2011-08-18Add an _alpm_depcmp_literal() functionDan McGee1-10/+13
2011-08-18Remove usages of alpm_list_next() in backendDan McGee1-1/+1
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-18/+12
2011-08-11Add -S --recursive operationDan McGee1-0/+29
2011-08-11Dependency code style cleanupsDan McGee1-19/+21
2011-08-09Depend on name_hash being setDan McGee1-2/+1
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-47/+47
2011-07-03checkdeps: remove unnecessary list join and copyDan McGee1-4/+2
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-4/+4
2011-07-01Prefix alpm_transconv_t members with ALPMAllan McRae1-3/+3
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-1/+1
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-16/+16
2011-07-01Prefix alpm_depmod_t members with ALPMAllan McRae1-22/+22
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae1-1/+1
2011-06-28Rename pmgraph_t to alpm_graph_tAllan McRae1-5/+5
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae1-8/+8
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-21/+21
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-32/+32