aboutsummaryrefslogtreecommitdiffstats
path: root/dir-iterator.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21dir-iterator: support iteration in sorted orderPatrick Steinhardt1-13/+86
2024-02-21dir-iterator: pass name to `prepare_next_entry_data()` directlyPatrick Steinhardt1-4/+4
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano1-1/+2
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2023-02-16dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`Taylor Blau1-9/+3
2023-01-24dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKSTaylor Blau1-4/+9
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