index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dir-iterator.c
Age
Commit message (
Expand
)
Author
2025-03-12
refs/iterator: separate lifecycle from iteration
Patrick Steinhardt
2024-02-21
dir-iterator: support iteration in sorted order
Patrick Steinhardt
2024-02-21
dir-iterator: pass name to `prepare_next_entry_data()` directly
Patrick Steinhardt
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-16
dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`
Taylor Blau
2023-01-24
dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKS
Taylor Blau
2019-07-11
dir-iterator: add flags parameter to dir_iterator_begin
Matheus Tavares
2019-07-11
dir-iterator: refactor state machine model
Matheus Tavares
2019-07-11
dir-iterator: use warning_errno when possible
Matheus Tavares
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2016-06-20
dir_iterator: new API for iterating over a directory tree
Michael Haggerty