summaryrefslogtreecommitdiff
path: root/dir-iterator.c
Commit message (Expand)AuthorAgeFilesLines
* dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKSTaylor Blau2023-01-241-4/+9
* dir-iterator: add flags parameter to dir_iterator_beginMatheus Tavares2019-07-111-17/+39
* dir-iterator: refactor state machine modelMatheus Tavares2019-07-111-112/+122
* dir-iterator: use warning_errno when possibleMatheus Tavares2019-07-111-11/+12
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* dir_iterator: new API for iterating over a directory treeMichael Haggerty2016-06-201-0/+202