summaryrefslogtreecommitdiffstats
path: root/dir-iterator.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-1/+2
|\
| * alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
* | dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`Taylor Blau2023-02-171-9/+3
|/
* dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKSTaylor Blau2023-01-251-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