summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/conflict.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Perform limited conflict checking with --forceAllan McRae1-2/+26
2013-02-24use resolved_path for filelist_containsAndrew Gregory1-0/+5
2013-02-24return resolved paths from filelist_differenceAndrew Gregory1-22/+14
2013-02-24return resolved paths from filelist_intersectionAndrew Gregory1-2/+2
2013-02-24use alpm_list_free on filelist intersectionAndrew Gregory1-1/+1
2013-02-16find_fileconflicts: reduce path resolution callsAndrew Gregory1-4/+6
2013-01-28add doxygen comments to conflict.cAndrew Gregory1-14/+80
2013-01-04Fix open braces styleGerardo Exequiel Pozzi1-1/+2
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Avoid upgrade conflict with unchanged effective pathAllan McRae1-0/+1
2012-12-14Resolve file paths during inter-package conflict checkAllan McRae1-0/+5
2012-08-02Split _alpm_filelist_operation functionAllan McRae1-6/+6
2012-08-02Move filelist functions into separate source fileDan McGee1-86/+11
2012-08-01Merge branch 'maint'Dan McGee1-1/+8
2012-08-01lib/conflict: use a binary search within filelistsDave Reisner1-8/+5
2012-08-01Add more debug logging to dir_belongsto_pkg() functionDan McGee1-1/+8
2012-07-10Merge branch 'maint'Dan McGee1-6/+31
2012-07-10Check empty subdirectory ownershipAllan McRae1-0/+5
2012-07-10Add conflict for replacing owned empty directoryAllan McRae1-6/+26
2012-05-21fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner1-2/+2
2012-04-30Move short-lived realpath buffers to the stackDan McGee1-2/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12Calculate root length only once when checking for file conflictsDan McGee1-3/+5
2011-12-12lib/conflict: save strlen call by reusing snprintf returnDave Reisner1-2/+3
2011-11-01Merge branch 'maint'Dan McGee1-14/+19
2011-10-27Fix issues with replacing unowned symlinksDan McGee1-14/+19
2011-10-14Make _alpm_filelist_contains() NULL-safeDan McGee1-3/+7
2011-09-27Ensure fileconflict value is actually a stringDan McGee1-16/+14
2011-09-03Former transaction callback rename refactorDan McGee1-2/+2
2011-09-03Move all callbacks up to the handle levelDan McGee1-3/+2
2011-08-30Remove outdated comment for _alpm_outerconflictsAllan McRae1-4/+1
2011-08-18Remove use of no-op accessor functions in libraryDan McGee1-3/+2
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-11/+10
2011-08-09Conflict comparison performance enhancementsDan McGee1-17/+17
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-29/+36
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee1-0/+16
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-21/+21
2011-07-03conflict code tweaks and cleanupsDan McGee1-20/+14
2011-07-03Move alpm filelists to a struct objectDan McGee1-16/+39
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-3/+3
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae1-2/+2
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-13/+13
2011-07-01Prefix alpm_fileconflicttype_t members with ALPMAllan McRae1-3/+3
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee1-1/+1
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae1-4/+4
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae1-11/+11
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-1/+1
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-6/+6