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: Fix make_deep() on FreeBSD
Tavian Barnes
2023-10-02
1
-9
/
+10
*
Merge branch 'io-uring'
Tavian Barnes
2023-10-02
8
-53
/
+310
|
\
|
*
ioq: Use io_uring
Tavian Barnes
2023-10-02
2
-42
/
+288
|
*
build: Add liburing on Linux
Tavian Barnes
2023-10-02
6
-11
/
+22
*
|
Merge branch 'benchmarks'
Tavian Barnes
2023-10-02
5
-15
/
+712
|
\
\
|
*
|
bench: Add a README
Tavian Barnes
2023-10-02
1
-0
/
+51
|
*
|
bench: Add benchmarking script
Tavian Barnes
2023-10-02
2
-0
/
+494
|
*
|
bench: New script to clone a git repo without file contents
Tavian Barnes
2023-09-30
1
-0
/
+143
|
*
|
tests/xtouch: Try creating the immediate parent first
Tavian Barnes
2023-09-29
1
-15
/
+24
|
|
/
*
/
tests: Don't cd into paths longer than PATH_MAX
Tavian Barnes
2023-10-02
1
-12
/
+8
|
/
*
Formatting fixes
Tavian Barnes
2023-09-27
25
-106
/
+100
*
bit: Fix UINTPTR_WIDTH typo
Tavian Barnes
2023-09-26
1
-1
/
+1
*
bit: Use predefined __*_WIDTH__ macros if we can
Tavian Barnes
2023-09-26
1
-24
/
+69
*
dstring: New dchar typedef for dynamic strings
Tavian Barnes
2023-09-26
11
-64
/
+85
*
ci/freebsd: Switch to Tailscale OAuth
Tavian Barnes
2023-09-25
1
-1
/
+3
*
Use the new list macros
Tavian Barnes
2023-09-25
6
-28
/
+24
*
list: New for_[s]list() macros
Tavian Barnes
2023-09-25
1
-2
/
+60
*
list: Unify formatting
Tavian Barnes
2023-09-25
1
-16
/
+32
*
list: New [S]LIST_EMPTY() macros
Tavian Barnes
2023-09-25
1
-0
/
+18
*
list: New [S]LIST_ITEM_INIT() macros
Tavian Barnes
2023-09-25
1
-22
/
+52
*
list: Use (void)(...) rather than do { ... } while (0)
Tavian Barnes
2023-09-25
1
-31
/
+30
*
README: Add Guix and OpenBSD packages
Tavian Barnes
2023-09-14
1
-8
/
+39
*
bftw: Share the bftw_state between iterations of ids/eds
Tavian Barnes
2023-09-13
1
-72
/
+71
*
parse: Give more ephemeral_fds to -no{user,group}
Tavian Barnes
2023-09-12
1
-7
/
+9
*
Release 3.0.2
3.0.2
Tavian Barnes
2023-09-06
3
-2
/
+20
*
bfstd: Work around a FreeBSD-specific msan issue
Tavian Barnes
2023-09-06
1
-4
/
+23
*
bfstd: Skip a whole loop in dollar_quote() if possible
Tavian Barnes
2023-09-06
1
-2
/
+1
*
bfstd: Fix printable_len() off-by-one
Tavian Barnes
2023-09-06
2
-2
/
+17
*
bfstd: Fix an OOB string index in xmbrtowc()
Tavian Barnes
2023-09-06
3
-6
/
+24
*
bftw: Enforce the dirlimit strictly
Tavian Barnes
2023-09-06
1
-19
/
+17
*
bfs uses the C17 standard version
Alejandro Lazaro
2023-09-01
1
-1
/
+1
*
pwcache: Don't use _SC_GET{PW,GR}_R_SIZE_MAX
Tavian Barnes
2023-08-31
1
-23
/
+9
*
pwcache: Arena-allocate struct passwd/group
Tavian Barnes
2023-08-31
1
-54
/
+80
*
alloc: New varena_grow() function
Tavian Barnes
2023-08-31
2
-0
/
+29
*
trie: New trie_clear() function
Tavian Barnes
2023-08-31
3
-2
/
+14
*
alloc: New [v]arena_clear() functions
Tavian Barnes
2023-08-31
2
-1
/
+25
*
Work around https://github.com/llvm/llvm-project/issues/64946
Tavian Barnes
2023-08-23
2
-0
/
+6
*
ioq: New ioq_slot_monitor() helper
Tavian Barnes
2023-08-23
1
-4
/
+8
*
docs/bfs.1: Document each -regextype
Tavian Barnes
2023-08-15
1
-5
/
+34
*
docs/bfs.1: Document that -help/-version exit immediately
Tavian Barnes
2023-08-15
1
-6
/
+14
*
docs/bfs.1: Don't unnecessarily quote {}
Tavian Barnes
2023-08-15
1
-1
/
+1
*
docs/bfs.1: Clarify the effects of $POSIXLY_CORRECT
Tavian Barnes
2023-08-15
1
-1
/
+22
*
docs/bfs.1: Document use of $PATH
Tavian Barnes
2023-08-15
1
-0
/
+10
*
docs/bfs.1: Document that -prune does not work together with -depth
Tavian Barnes
2023-08-15
1
-0
/
+7
*
docs/bfs.1: Document the -type d,f syntax
Tavian Barnes
2023-08-15
1
-13
/
+38
*
docs/bfs.1: Use a bulleted list for -size units
Tavian Barnes
2023-08-15
1
-8
/
+15
*
docs/bfs.1: Give an example with a space separating date from time
Tavian Barnes
2023-08-15
1
-7
/
+6
*
docs/bfs.1: Make bold/italic formatting more consistent
Tavian Barnes
2023-08-15
1
-4
/
+6
*
tests: Add missing .out file
Tavian Barnes
2023-08-14
1
-0
/
+0
*
parse: Allow -files0-from an empty set of paths
Tavian Barnes
2023-08-14
2
-11
/
+4
[prev]
[next]