Age | Commit message (Expand) | Author | Files | Lines |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2014-01-06 | deps.c: remove filtered_depend functions | Andrew Gregory | 1 | -22/+10 |
2013-11-15 | Fix whitespace and other formatting issues | Jason St. John | 1 | -2/+2 |
2013-10-31 | deps.c: pass alpm_list** to _alpm_recursedeps | Andrew Gregory | 1 | -4/+4 |
2013-10-31 | sortbydeps: include local pkgs in dep graph | Andrew Gregory | 1 | -84/+71 |
2013-10-31 | Expose alpm_pkg_should_ignore | Allan McRae | 1 | -2/+2 |
2013-09-04 | libalpm: introduce a usage level for repos | Dave Reisner | 1 | -2/+13 |
2013-06-26 | deps.c: check for indirect deps when ordering | Andrew Gregory | 1 | -18/+83 |
2013-05-18 | Fix comment typo | Allan McRae | 1 | -1/+1 |
2013-04-18 | Fix spelling errors using 'codespell' tool | Anatol Pomozov | 1 | -1/+1 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-12-14 | Make alpm_pkg_find public | Allan McRae | 1 | -6/+6 |
2012-12-14 | Fix overzealous package removal with unmet dependencies | Andrew Gregory | 1 | -41/+41 |
2012-05-21 | fix -Wshadow warnings as reported by gcc 4.4.3 | Dave Reisner | 1 | -8/+8 |
2012-04-09 | Various tweaks to support building with excessive GCC warning flags | Dan McGee | 1 | -4/+6 |
2012-03-09 | Allow alpm_depend_t to have a description | Dan McGee | 1 | -13/+31 |
2012-02-21 | Merge branch 'maint' | Dan McGee | 1 | -29/+0 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2012-02-15 | Revert "Add -S --recursive operation" | Dan McGee | 1 | -29/+0 |
2012-01-23 | libalpm/deps.c: access trans flags directly | Dan McGee | 1 | -2/+4 |
2011-12-22 | include config.h via Makefiles | Dave Reisner | 1 | -2/+0 |
2011-12-12 | code syntax cleanup | Dave Reisner | 1 | -1/+1 |
2011-11-15 | Allow sync_prepare to work in certain cases without sync databases | Dan McGee | 1 | -1/+1 |
2011-09-28 | _alpm_splitdep: use malloc instead of calloc | Dan McGee | 1 | -3/+5 |
2011-09-22 | Update Doxyfile and fix some documentation errors caught by Doxygen | Dan McGee | 1 | -0/+1 |
2011-09-20 | Remove all usages of alpm_list_getdata() from the library | Dan McGee | 1 | -1/+2 |
2011-09-03 | Former transaction callback rename refactor | Dan McGee | 1 | -3/+3 |
2011-09-03 | Move all callbacks up to the handle level | Dan McGee | 1 | -3/+3 |
2011-08-30 | Streamline alpm_splitdep() comparisons | Dan McGee | 1 | -13/+19 |
2011-08-29 | _alpm_splitdep(): don't pass bogus length value to strndup | Dan McGee | 1 | -1/+5 |
2011-08-19 | Be more robust when copying package data | Dan McGee | 1 | -3/+9 |
2011-08-18 | Convert resolvedep() to use _alpm_depcmp_literal() | Dan McGee | 1 | -5/+10 |
2011-08-18 | Add an _alpm_depcmp_literal() function | Dan McGee | 1 | -10/+13 |
2011-08-18 | Remove usages of alpm_list_next() in backend | Dan McGee | 1 | -1/+1 |
2011-08-15 | Parse conflicts/provides/replaces at database load time | Dan McGee | 1 | -18/+12 |
2011-08-11 | Add -S --recursive operation | Dan McGee | 1 | -0/+29 |
2011-08-11 | Dependency code style cleanups | Dan McGee | 1 | -19/+21 |
2011-08-09 | Depend on name_hash being set | Dan McGee | 1 | -2/+1 |
2011-07-03 | Merge remote-tracking branch 'allan/ALPM' | Dan McGee | 1 | -47/+47 |
2011-07-03 | checkdeps: remove unnecessary list join and copy | Dan McGee | 1 | -4/+2 |
2011-07-01 | Prefix _alpm_errno_t members with ALPM | Allan McRae | 1 | -4/+4 |
2011-07-01 | Prefix alpm_transconv_t members with ALPM | Allan McRae | 1 | -3/+3 |
2011-07-01 | Prefix alpm_transflag_t members with ALPM | Allan McRae | 1 | -1/+1 |
2011-07-01 | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 1 | -16/+16 |
2011-07-01 | Prefix alpm_depmod_t members with ALPM | Allan McRae | 1 | -22/+22 |
2011-07-01 | Prefix alpm_pkgreason_t members with ALPM | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmgraph_t to alpm_graph_t | Allan McRae | 1 | -5/+5 |
2011-06-28 | Rename pmdepmissing_t to alpm_depmissing_t | Allan McRae | 1 | -8/+8 |
2011-06-28 | Rename pmdepend_t to alpm_depend_t | Allan McRae | 1 | -21/+21 |
2011-06-28 | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 1 | -32/+32 |