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
*
tests/bfs/printf_everything: Simplify double negation
Tavian Barnes
2022-12-16
1
-2
/
+2
*
tests: New test for -fstype on a stacked mount point
Tavian Barnes
2022-12-16
2
-0
/
+14
*
tests: Save test stderr to separate files
Tavian Barnes
2022-12-16
1
-2
/
+2
*
tests: Fail early in bfs_diff if the diff fails
Tavian Barnes
2022-12-16
10
-19
/
+12
*
tests: Print the skip reason for --verbose=skipped
Tavian Barnes
2022-12-16
2
-8
/
+10
*
tests: Turn on set -e
Tavian Barnes
2022-12-16
26
-98
/
+69
*
tests: Move crash detection into invoke_bfs, use ! instead of fail
Tavian Barnes
2022-12-16
67
-78
/
+72
*
tests: Replace skip_unless test with test || skip
Tavian Barnes
2022-12-16
44
-78
/
+67
*
README: Fix the CI badge
Tavian Barnes
2022-12-15
1
-1
/
+1
*
tests: Fix crash when stderr is redirected
Tavian Barnes
2022-12-14
1
-1
/
+7
*
tests/posix/readdir_error: Fix flakiness
Tavian Barnes
2022-12-14
1
-7
/
+23
*
tests: Add a test for readdir() errors
Tavian Barnes
2022-12-13
1
-0
/
+21
*
parse: Mark another variable with BFS_UNINIT()
Tavian Barnes
2022-12-09
1
-1
/
+1
*
config: New BFS_UNINIT() macro for intentionally uninitialized variables
Tavian Barnes
2022-12-09
2
-3
/
+12
*
ci/codeql: Rename the build step
Tavian Barnes
2022-12-09
1
-1
/
+1
*
Turn on more aggressive format string warnings
Tavian Barnes
2022-12-09
4
-30
/
+65
*
Add BFS_FORMATTER() to vprintf()-type functions too
Tavian Barnes
2022-12-08
4
-0
/
+8
*
opt: Pass a va_list to bfs_vwarning(), not bfs_warning()
Tavian Barnes
2022-12-08
1
-1
/
+1
*
Merge pull request #98 from lgtm-migrator/codeql
Tavian Barnes
2022-12-08
1
-0
/
+55
|
\
|
*
Add CodeQL workflow for GitHub code scanning
LGTM Migrator
2022-12-08
1
-0
/
+55
|
/
*
trie: Use static_assert() instead of #error
Tavian Barnes
2022-12-07
1
-3
/
+1
*
config: New BFS_COUNTOF macro
Tavian Barnes
2022-12-07
3
-3
/
+8
*
expr: Rename bfs_expr_has_children() to _is_parent()
Tavian Barnes
2022-12-05
6
-14
/
+14
*
tests: Allow wildcard patterns like "posix/*"
Tavian Barnes
2022-12-02
1
-48
/
+31
*
parse: Fix crash on -xdev -mount
Tavian Barnes
2022-11-30
3
-1
/
+22
*
parse: Pass the right argument when warning about -O9
Tavian Barnes
2022-11-30
3
-1
/
+23
*
expr: Remove the singleton bfs_{true,false} expressions
Tavian Barnes
2022-11-30
4
-174
/
+209
*
expr: Remove the synthetic flag
Tavian Barnes
2022-11-29
4
-22
/
+8
*
Dump expression trees in a multi-line format
Tavian Barnes
2022-11-29
1
-50
/
+71
*
config: Support target_clones on more platforms
Tavian Barnes
2022-11-21
2
-1
/
+8
*
tests: Avoid syslog() using a low fd on macOS
Tavian Barnes
2022-11-20
1
-5
/
+16
*
expr: Don't use reftime for -ls
Tavian Barnes
2022-11-17
4
-9
/
+12
*
trie: Limit target_clones to glibc
Tavian Barnes
2022-11-16
1
-5
/
+5
*
README: Add acl dependency to Fedora
Tavian Barnes
2022-11-16
1
-1
/
+1
*
README: Use `console` syntax highlighting more
Tavian Barnes
2022-11-16
1
-22
/
+33
*
Use BFS_COMMAND over "bfs" in more places
Tavian Barnes
2022-11-13
1
-5
/
+8
*
distcheck: Add ubsan to msan build
Tavian Barnes
2022-11-11
1
-1
/
+1
*
exec: Fix index overflow parsing -exec +
Tavian Barnes
2022-11-11
3
-1
/
+5
*
typo: Array bounds are exclusive, not inclusive
Tavian Barnes
2022-11-10
2
-1
/
+2
*
xregex: Fix build without Oniguruma
Tavian Barnes
2022-11-10
1
-0
/
+1
*
Try to report I/O errors earlier and only once
Tavian Barnes
2022-11-10
4
-10
/
+50
*
Revert "exec: Don't flush if the user says no to -ok"
Tavian Barnes
2022-11-10
4
-4
/
+27
*
docs: Update some example outputs
Tavian Barnes
2022-11-10
1
-2
/
+0
*
parse: Squelch an uninitialized variable warning
Tavian Barnes
2022-11-09
1
-1
/
+1
*
trie: Check __has_attribute(target_clones) before using it
Tavian Barnes
2022-11-09
1
-1
/
+1
*
ctx: Flush the user/group caches when executing commands
Tavian Barnes
2022-11-09
3
-24
/
+43
*
pwcache: Fill the user/group caches lazily
Tavian Barnes
2022-11-09
10
-366
/
+237
*
eval: Add missing flag to -D stat
Tavian Barnes
2022-11-08
1
-0
/
+1
*
ci/codecov: Use a token
Tavian Barnes
2022-11-08
1
-2
/
+3
*
tests/xtouch: Add some missing POSIX touch features
Tavian Barnes
2022-11-08
5
-59
/
+114
[next]