summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-3/+3
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-6/+6
2011-06-28Rename pmdepmod_t to alpm_depmod_tAllan McRae1-1/+1
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee1-37/+1
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-1/+4
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee1-2/+2
2011-06-14Switch all logging to use handle directlyDan McGee1-30/+18
2011-06-14Move pm_errno onto the handleDan McGee1-14/+16
2011-06-14Add handle argument to two more alpm methodsDan McGee1-14/+15
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-3/+3
2011-06-07Add helper methods for setting directory optionsDan McGee1-0/+1
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-24/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-6/+6
2011-04-16Merge branch 'maint'Dan McGee1-1/+1
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng1-1/+1
2011-03-28Merge branch 'maint'Dan McGee1-85/+91
2011-03-25Ensure reported missing dependencies show correct version comparisonDan McGee1-34/+38
2011-03-25Mark various functions in deps.c staticDan McGee1-27/+27
2011-03-25Move alpm_find_dbs_satisfier() function down in deps.cDan McGee1-23/+24