summary refs log tree commit diff
path: root/dir-iterator.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-11dir-iterator: add flags parameter to dir_iterator_beginMatheus Tavares1-17/+39
2019-07-11dir-iterator: refactor state machine modelMatheus Tavares1-112/+122
2019-07-11dir-iterator: use warning_errno when possibleMatheus Tavares1-11/+12
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2016-06-20dir_iterator: new API for iterating over a directory treeMichael Haggerty1-0/+202