summaryrefslogtreecommitdiffstats
path: root/src/dir.c
AgeCommit message (Expand)Author
3 daysdir: Add support for posix_getdents()Tavian Barnes
2024-04-19config: Check for fdclosedir()Tavian Barnes
2024-04-19config: Check for getdents{,64}()Tavian Barnes
2024-04-19Rename config.h to prelude.hTavian Barnes
2023-10-17dir: New flag to control whiteout visibilityTavian Barnes
2023-10-17dir: Fix FreeBSD union mountsTavian Barnes
2023-10-17dir: Add a flags parameter to bfs_opendir()Tavian Barnes
2023-10-14dir: Fix Android buildTavian Barnes
2023-07-10bftw: Try to close files asynchronouslyTavian Barnes
2023-06-24Unify macro naming conventionsTavian Barnes
2023-06-20dir: Arena-allocate directoriesTavian Barnes
2023-06-13dir: New bfs_polldir() function for directory readaheadTavian Barnes
2023-06-12dir: Add a flag to bfs_freedir() to force the fd to stay the sameTavian Barnes
2023-05-25sanity: Add wrappers for sanitizer interfacesTavian Barnes
2023-05-18Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes
2023-05-16Use SYS_* instead of __NR_*Tavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-05-03style: Don't use tabs to indent preprocessor directivesTavian Barnes
2023-04-07dir: Allow overriding BFS_GETDENTSTavian Barnes
2023-03-27dir: s/d_fileno/d_ino/Tavian Barnes
2023-03-27dir: Explicitly align struct bfs_dir for the trailing dirent bufferTavian Barnes
2023-03-27dir: Use getdents() on FreeBSD tooTavian Barnes
2023-03-27dir: Use libc's getdents64() wrapper if possibleTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-11-06config: Split out some of util.h into a new headerTavian Barnes
2022-11-06util: Use fewer BFS_*() wrappers for feature testingTavian Barnes
2022-04-16Source / Include Folder (#88)トトも