summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
Commit message (Expand)AuthorAge
* sortbydeps: rename vptr -> iAndrew Gregory2017-04-16
* sortbydeps: rename found -> switched_to_childAndrew Gregory2017-04-16
* sortbydeps: factor out dep cycle warningAndrew Gregory2017-04-16
* graph.h: rename childptr -> iteratorAndrew Gregory2017-04-16
* graph.h: replace hardcoded values with an enumAndrew Gregory2017-04-16
* Update copyright yearsAllan McRae2017-01-04
* recursedeps: include cyclic dependenciesAndrew Gregory2016-08-30
* fix spelling mistakesEric Engestrom2016-05-05
* Update copyright years for 2016Allan McRae2016-01-04
* Alpm, check for NULL in free-functionsRikard Falkeborn2015-10-27
* sortbydeps: skip local packages being updatedAndrew Gregory2015-09-19
* Update copyright notices for 2015Allan McRae2015-02-01
* initialize pointers passed to _alpm_pkg_dupAndrew Gregory2015-01-02
* Initialize memory to prevent issues when freeing on errorAllan McRae2014-12-27
* _alpm_recursedeps: free memory on errorAllan McRae2014-12-27
* alpm_dep_from_string: free memory on errorAllan McRae2014-12-24
* _alpm_dep_dup: free memory on errorAllan McRae2014-12-24
* depmiss_new: free memory on errorAllan McRae2014-12-24
* Add --assume-installed optionFlorian Pritz2014-09-30
* libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz2014-09-30
* deps.c: split _alpm_depcmp into _alpm_depcmp_providesFlorian Pritz2014-09-30
* deps.c: use alpm_list_find_ptrAndrew Gregory2014-08-04
* dep_graph_init: filter ignored packages by nameAndrew Gregory2014-08-04
* Update the question callbackOlivier Brunel2014-06-24
* alpm: export *_free functionsAndrew Gregory2014-02-04
* _alpm_resolvedeps: free targ inside loopAndrew Gregory2014-01-30
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* deps.c: remove filtered_depend functionsAndrew Gregory2014-01-06
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* deps.c: pass alpm_list** to _alpm_recursedepsAndrew Gregory2013-10-31
* sortbydeps: include local pkgs in dep graphAndrew Gregory2013-10-31
* Expose alpm_pkg_should_ignoreAllan McRae2013-10-31
* libalpm: introduce a usage level for reposDave Reisner2013-09-04
* deps.c: check for indirect deps when orderingAndrew Gregory2013-06-26
* Fix comment typoAllan McRae2013-05-18
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-18
* Update copyright year for 2013Allan McRae2013-01-03
* Make alpm_pkg_find publicAllan McRae2012-12-14
* Fix overzealous package removal with unmet dependenciesAndrew Gregory2012-12-14
* fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner2012-05-20
* Various tweaks to support building with excessive GCC warning flagsDan McGee2012-04-08
* Allow alpm_depend_t to have a descriptionDan McGee2012-03-08
* Merge branch 'maint'Dan McGee2012-02-20
|\
| * Revert "Add -S --recursive operation"Dan McGee2012-02-15
* | Update copyright yearsAllan McRae2012-02-20
* | libalpm/deps.c: access trans flags directlyDan McGee2012-01-23
* | include config.h via MakefilesDave Reisner2011-12-21
* | code syntax cleanupDave Reisner2011-12-12
|/
* Allow sync_prepare to work in certain cases without sync databasesDan McGee2011-11-15