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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bftw: Use the currently open directory as at_fd in BFTW_CHILD mode.
Tavian Barnes
2016-02-22
1
-2
/
+5
*
Simplify double-negation.
Tavian Barnes
2016-02-21
1
-0
/
+5
*
bftw: Use O_CLOEXEC.
Tavian Barnes
2016-02-21
1
-3
/
+3
*
Make optimizations based on the purity of predicates.
Tavian Barnes
2016-02-21
2
-44
/
+42
*
Fix infinite recursion in eval_not().
Tavian Barnes
2016-02-21
1
-6
/
+13
*
bftw: Don't store the terminating '\0' in dircache_entry names.
Tavian Barnes
2016-02-21
1
-2
/
+1
*
bftw: Use a better cache eviction policy.
Tavian Barnes
2016-02-21
1
-113
/
+186
*
bftw: Shrink the LRU before finding the parent.
Tavian Barnes
2016-02-20
1
-10
/
+6
*
bftw: Clean up dirqueue implementation a bit.
Tavian Barnes
2016-02-19
1
-20
/
+28
*
bftw: Don't keep DIR*'s around.
Tavian Barnes
2016-02-19
1
-40
/
+75
*
-follow is a positional option.
Tavian Barnes
2016-02-18
1
-4
/
+4
*
bftw: Use a circular buffer to implement the dirqueue.
Tavian Barnes
2016-02-17
1
-46
/
+37
*
Fix an uninitialized value warning.
Tavian Barnes
2016-02-17
1
-2
/
+5
*
Initialize expr.cmp for -user and -group.
Tavian Barnes
2016-02-17
1
-0
/
+2
*
Add missing "error:" tag to error messages.
Tavian Barnes
2016-02-16
1
-2
/
+2
*
Makefile: Add install and uninstall targets.
Tavian Barnes
2016-02-14
2
-3
/
+38
*
Set the version to 0.67.
0.67
Tavian Barnes
2016-02-14
2
-3
/
+14
*
Implement -user and -group.
Tavian Barnes
2016-02-14
2
-1
/
+100
*
s/color_table/colors/.
Tavian Barnes
2016-02-14
4
-19
/
+19
*
Refactor color handling.
Tavian Barnes
2016-02-14
5
-65
/
+122
*
Don't modify the result of getenv().
Tavian Barnes
2016-02-14
2
-4
/
+11
*
Implement -lname and -ilname.
Tavian Barnes
2016-02-14
4
-2
/
+67
*
"Implement" -noleaf.
Tavian Barnes
2016-02-14
1
-0
/
+15
*
Implement -mount/-xdev.
Tavian Barnes
2016-02-14
3
-3
/
+20
*
Add brief -help and -version support.
Tavian Barnes
2016-02-14
3
-2
/
+66
*
Don't stop early just because deleting failed.
Tavian Barnes
2016-02-14
1
-1
/
+1
*
Implement -iname and -ipath.
Tavian Barnes
2016-02-13
4
-10
/
+59
*
Fix -name handling when the root has trailing slashes.
Tavian Barnes
2016-02-13
3
-4
/
+60
*
Implement -xtype.
Tavian Barnes
2016-02-13
4
-6
/
+76
*
Follow links if appropriate in predicates.
Tavian Barnes
2016-02-13
3
-7
/
+7
*
More s/cl/cmdline/.
Tavian Barnes
2016-02-13
2
-49
/
+49
*
tests.sh: Don't re-create the same directory structures needlessly.
Tavian Barnes
2016-02-13
1
-69
/
+56
*
Check the number of open FDs at the start.
Tavian Barnes
2016-02-12
1
-22
/
+42
*
Consolidate some error reporting logic.
Tavian Barnes
2016-02-12
1
-7
/
+12
*
Use 'cmdline' instead of 'cl'.
Tavian Barnes
2016-02-12
2
-19
/
+19
*
Report failures that happen inside predicates.
Tavian Barnes
2016-02-12
2
-7
/
+30
*
Keep one fd free for the predicates themselves.
Tavian Barnes
2016-02-11
1
-3
/
+3
*
Implement -samefile.
Tavian Barnes
2016-02-10
4
-8
/
+66
*
Add a README.
Tavian Barnes
2016-02-10
1
-0
/
+93
*
Implement -L/-follow.
Tavian Barnes
2016-02-09
4
-34
/
+110
*
bftw: Don't give up when following a broken symlink.
Tavian Barnes
2016-02-06
2
-2
/
+16
*
Implement -P and -H.
Tavian Barnes
2016-02-04
4
-9
/
+57
*
Drive the literal parsing with a switch.
Tavian Barnes
2016-02-04
1
-82
/
+157
*
Implement -links.
Tavian Barnes
2016-02-04
4
-1
/
+32
*
Implement -inum.
Tavian Barnes
2016-02-04
3
-0
/
+15
*
Implement -[ac]?newer.
Tavian Barnes
2016-02-04
5
-2
/
+93
*
Implements -daystart.
Tavian Barnes
2016-02-04
3
-9
/
+48
*
Refactor how -[acm]{min,time} are handled.
Tavian Barnes
2016-02-04
3
-92
/
+68
*
Leave some struct expr fields uninitialized.
Tavian Barnes
2016-02-04
1
-7
/
+0
*
Don't use typedefs to avoid struct/enum tags.
Tavian Barnes
2016-02-04
8
-259
/
+254
[next]