summaryrefslogtreecommitdiffstats
path: root/dir-iterator.c
AgeCommit message (Expand)AuthorLines
2023-02-16dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`Taylor Blau-9/+3
2023-01-24dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKSTaylor Blau-4/+9
2019-07-11dir-iterator: add flags parameter to dir_iterator_beginMatheus Tavares-17/+39
2019-07-11dir-iterator: refactor state machine modelMatheus Tavares-112/+122
2019-07-11dir-iterator: use warning_errno when possibleMatheus Tavares-11/+12
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-1/+1
2016-06-20dir_iterator: new API for iterating over a directory treeMichael Haggerty-0/+202