summaryrefslogtreecommitdiff
path: root/lib/libalpm/filelist.c
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04filelist_sort: check if filelist is presortedAndrew Gregory
2017-01-04add _alpm_filelist_sortAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-08-03filelist_intersection: manually compare pathsAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory
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