summaryrefslogtreecommitdiff
path: root/dir-iterator.c
AgeCommit message (Expand)Author
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-17dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`Taylor Blau
2023-01-25dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKSTaylor Blau
2019-07-11dir-iterator: add flags parameter to dir_iterator_beginMatheus Tavares
2019-07-11dir-iterator: refactor state machine modelMatheus Tavares
2019-07-11dir-iterator: use warning_errno when possibleMatheus Tavares
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2016-06-20dir_iterator: new API for iterating over a directory treeMichael Haggerty