summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/filelist.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-08-03filelist_intersection: manually compare pathsAndrew Gregory1-34/+22
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory1-214/+11
2013-02-24add SYMEXPORT to alpm_filelist_containsAndrew Gregory1-1/+1
2013-02-24use resolved_path for filelist_containsAndrew Gregory1-3/+12
2013-02-24return resolved paths from filelist_differenceAndrew Gregory1-6/+4
2013-02-24return resolved paths from filelist_intersectionAndrew Gregory1-1/+1
2013-02-16fix off-by-one error in _alpm_filelist_resolveAndrew Gregory1-4/+8
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi1-1/+1
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14It turns out we do care about directories...Allan McRae1-19/+9
2012-12-14_alpm_filelist_resolve: add useful return codeAndrew Gregory1-36/+45
2012-12-14Avoid upgrade conflict with unchanged effective pathAllan McRae1-3/+2
2012-12-14Resolve file paths during inter-package conflict checkAllan McRae1-8/+5
2012-12-14_alpm_filelist_resolve: use original filenames where possibleAndrew Gregory1-16/+21
2012-12-14Add _alpm_filelist_resolveAndrew Gregory1-0/+178
2012-12-14Detect inter-package conflicts between files and directoriesAllan McRae1-13/+38
2012-08-02Split _alpm_filelist_operation functionAllan McRae1-18/+46
2012-08-02Move filelist functions into separate source fileDan McGee1-0/+109