summaryrefslogtreecommitdiff
path: root/lib/libalpm/filelist.c
AgeCommit message (Expand)Author
2013-02-24add SYMEXPORT to alpm_filelist_containsAndrew Gregory
2013-02-24use resolved_path for filelist_containsAndrew Gregory
2013-02-24return resolved paths from filelist_differenceAndrew Gregory
2013-02-24return resolved paths from filelist_intersectionAndrew Gregory
2013-02-16fix off-by-one error in _alpm_filelist_resolveAndrew Gregory
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14It turns out we do care about directories...Allan McRae
2012-12-14_alpm_filelist_resolve: add useful return codeAndrew Gregory
2012-12-14Avoid upgrade conflict with unchanged effective pathAllan McRae
2012-12-14Resolve file paths during inter-package conflict checkAllan McRae
2012-12-14_alpm_filelist_resolve: use original filenames where possibleAndrew Gregory
2012-12-14Add _alpm_filelist_resolveAndrew Gregory
2012-12-14Detect inter-package conflicts between files and directoriesAllan McRae
2012-08-02Split _alpm_filelist_operation functionAllan McRae
2012-08-02Move filelist functions into separate source fileDan McGee