summaryrefslogtreecommitdiff
path: root/lib/libalpm/conflict.c
AgeCommit message (Expand)Author
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03conflict code tweaks and cleanupsDan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transprog_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-07-02Prefix alpm_fileconflicttype_t members with ALPMAllan McRae
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-28Rename pmfileconflicttype_t to alpm_fileconflicttype_tAllan McRae
2011-06-27Merge branch 'maint'Dan McGee
2011-06-27Ensure a file can be replaced by a directoryDan McGee
2011-06-27File conflict code cleanupsDan McGee
2011-06-16Make struct pmconflict_t publicDan McGee
2011-06-16Make pmfileconflict_t type publicDan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-14Conflict check and skip_remove code cleanupsDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Require handle for alpm_checkconflicts()Dan McGee
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Remove unnecessary handle != NULL assertsDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee
2011-03-30Unify filelist operation functions in conflict checkingDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-16Conflict checking code cleanupDan McGee
2011-02-11Fix fileconflict progress with only one packageDan McGee
2011-02-04Read pkgcache into hashAllan McRae
2011-01-10Remove need for floating point division in backendDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry
2010-10-13Move the cache stuff where it should beDan McGee
2010-08-23Fix some whitespace issuesAllan McRae
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14fix a few warnings reported by clangXavier Chantry
2009-09-08Remove transaction typeXavier Chantry