]> Sergey Matveev's repositories - bfs.git/history - src/dir.c
Skip mtab
[bfs.git] / src / dir.c
2023-10-17 Tavian Barnesdir: New flag to control whiteout visibility
2023-10-17 Tavian Barnesdir: Fix FreeBSD union mounts
2023-10-17 Tavian Barnesdir: Add a flags parameter to bfs_opendir()
2023-10-14 Tavian Barnesdir: Fix Android build
2023-07-10 Tavian Barnesbftw: Try to close files asynchronously
2023-06-24 Tavian BarnesUnify macro naming conventions
2023-06-20 Tavian Barnesdir: Arena-allocate directories
2023-06-13 Tavian Barnesdir: New bfs_polldir() function for directory readahead
2023-06-12 Tavian Barnesdir: Add a flag to bfs_freedir() to force the fd to...
2023-05-25 Tavian Barnessanity: Add wrappers for sanitizer interfaces
2023-05-18 Tavian BarnesSwitch from assert() to bfs_assert()/bfs_verify()
2023-05-16 Tavian BarnesUse SYS_* instead of __NR_*
2023-05-11 Tavian Barnesconfig: Provide <stdalign.h> and <stdbool.h>
2023-05-03 Tavian Barnesstyle: Don't use tabs to indent preprocessor directives
2023-04-07 Tavian Barnesdir: Allow overriding BFS_GETDENTS
2023-03-27 Tavian Barnesdir: s/d_fileno/d_ino/
2023-03-27 Tavian Barnesdir: Explicitly align struct bfs_dir for the trailing...
2023-03-27 Tavian Barnesdir: Use getdents() on FreeBSD too
2023-03-27 Tavian Barnesdir: Use libc's getdents64() wrapper if possible
2023-01-25 Tavian BarnesReplace license boilerplate with SPDX tags
2022-11-06 Tavian Barnesbfstd: Rename from util and reorganize it
2022-11-06 Tavian Barnesconfig: Split out some of util.h into a new header
2022-11-06 Tavian Barnesutil: Use fewer BFS_*() wrappers for feature testing
2022-04-16 トトもSource / Include Folder (#88)