index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bftw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement an iterative deepening mode (-ids)
Tavian Barnes
2019-05-29
1
-0
/
+132
*
Implement a depth-first mode (-dfs)
Tavian Barnes
2019-05-28
1
-10
/
+113
*
bftw: Visit multiple roots breadth-first
Tavian Barnes
2019-05-28
1
-19
/
+25
*
bftw: Refactor the implementation a bit
Tavian Barnes
2019-05-28
1
-218
/
+180
*
bftw: Take dir->{dev,ino} from the right stat buffer
Tavian Barnes
2019-05-23
1
-1
/
+1
*
bftw: Pass a const struct BFTW * to the callback
Tavian Barnes
2019-05-05
1
-30
/
+31
*
bftw: Add a caching stat() API to struct BFTW
Tavian Barnes
2019-05-04
1
-20
/
+75
*
stat: Unify the flags arguments
Tavian Barnes
2019-05-04
1
-4
/
+4
*
Release 1.4
1.4
Tavian Barnes
2019-04-15
1
-1
/
+1
*
bftw: Work around d_type being wrong for bind mounts on Linux
Tavian Barnes
2019-03-06
1
-19
/
+52
*
bftw: Switch from taking separate parameters to a parameters struct
Tavian Barnes
2019-03-06
1
-13
/
+13
*
bftw: Move bftw_typeflag conversion out of util
Tavian Barnes
2018-12-17
1
-2
/
+99
*
Update copyright dates
Tavian Barnes
2018-09-24
1
-1
/
+1
*
bftw: Use bftw_action as the return type when applicable
Tavian Barnes
2018-06-25
1
-6
/
+8
*
bftw: Introduce bftw_reader type
Tavian Barnes
2018-06-23
1
-367
/
+336
*
bftw: Replace the circular buffer queue with a linked list
Tavian Barnes
2018-04-07
1
-91
/
+39
*
bftw: Open-code the "."/".." checks
Tavian Barnes
2018-02-01
1
-3
/
+4
*
bftw: Fix the heap implementation
Tavian Barnes
2018-02-01
1
-1
/
+21
*
stat: New wrapper around the stat() family
Tavian Barnes
2018-01-08
1
-14
/
+13
*
bftw: Rename 'last' to 'previous'
Tavian Barnes
2018-01-06
1
-11
/
+11
*
Avoid multiple extra stat()s of broken symlinks for -xtype
Tavian Barnes
2017-08-22
1
-1
/
+1
*
Unify broken symlink handling
Tavian Barnes
2017-08-12
1
-16
/
+6
*
bftw: Assert that the queue is empty when freeing it
Tavian Barnes
2017-08-10
1
-0
/
+1
*
util: Define O_DIRECTORY to 0 if it's not already defined
Tavian Barnes
2017-07-29
1
-5
/
+1
*
Re-license under the BSD Zero Clause License
Tavian Barnes
2017-07-27
1
-10
/
+15
*
Handle ENOTDIR the same as ENOENT
Tavian Barnes
2017-07-09
1
-1
/
+1
*
bftw: Rename and refactor the internals
Tavian Barnes
2017-07-09
1
-235
/
+257
*
bftw: Fix ENAMETOOLONG handling when the root is closed
Tavian Barnes
2017-07-08
1
-2
/
+7
*
bftw: Recover from ENAMETOOLONG
Tavian Barnes
2017-07-08
1
-23
/
+99
*
Revert "bftw: Don't store the terminating '\0' in dircache_entry names."
Tavian Barnes
2017-07-08
1
-1
/
+2
*
bftw: Remove unused parameter to dircache_entry_base()
Tavian Barnes
2017-05-17
1
-5
/
+3
*
Release 1.0
1.0
Tavian Barnes
2017-04-24
1
-1
/
+1
*
Move bftw_typeflag converters to util.c
Tavian Barnes
2017-04-08
1
-108
/
+2
*
bftw: Only rebuild the part of the path that changes
Tavian Barnes
2017-03-22
1
-37
/
+50
*
bftw: Fix quadratic reference counting complexity
Tavian Barnes
2017-03-20
1
-8
/
+15
*
Color link targets for -ls
Tavian Barnes
2017-03-16
1
-19
/
+1
*
bftw: Make the nameoff of "///" point to "/"
Tavian Barnes
2017-02-09
1
-0
/
+3
*
bftw: Add the DIR* to bftw_state
Tavian Barnes
2017-02-09
1
-15
/
+39
*
Add support for -x?type with multiple types
Tavian Barnes
2017-02-08
1
-30
/
+26
*
bftw: Add mising closedir() to error path
Tavian Barnes
2017-02-07
1
-0
/
+1
*
bftw: Plug a leak if dirqueue_push() fails
Tavian Barnes
2017-02-06
1
-16
/
+28
*
bftw: Compute nameoff correctly for the root in BFTW_DEPTH mode
Tavian Barnes
2017-02-05
1
-1
/
+5
*
Implement -printf/-fprintf
Tavian Barnes
2017-02-05
1
-0
/
+1
*
Implement -regex, -iregex, and -regextype/-E
Tavian Barnes
2016-12-18
1
-1
/
+4
*
bftw: Clean up the dirqueue implementation a bit
Tavian Barnes
2016-12-17
1
-38
/
+34
*
Move portability code into util.h
Tavian Barnes
2016-12-04
1
-2
/
+2
*
bftw: Infer the flags in ftwbuf_stat()
Tavian Barnes
2016-11-23
1
-5
/
+5
*
bftw: Make a defensive copy of the ftwbuf
Tavian Barnes
2016-11-21
1
-1
/
+4
*
bftw: Always initialize dircache_entry::{dev,ino}
Tavian Barnes
2016-11-21
1
-6
/
+7
*
bftw: Make bftw_flags more similar to fts() options.
Tavian Barnes
2016-11-21
1
-5
/
+9
[next]