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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Move feature test macros to prelude.h
Tavian Barnes
2024-08-28
46
-69
/
+57
*
prelude: Split bfs-specific utilities into new bfs.h header
Tavian Barnes
2024-08-28
50
-194
/
+339
*
prelude: Rely more on __has_include()
Tavian Barnes
2024-08-28
7
-96
/
+31
*
build: Move tsan/target_clones conflict to the prelude
Tavian Barnes
2024-08-28
1
-1
/
+3
*
prelude: Define __SANITIZE_*__
Tavian Barnes
2024-08-28
6
-24
/
+21
*
diag: Get rid of bfs_static_assert()
Tavian Barnes
2024-08-28
3
-13
/
+2
*
prelude: Define thread_local
Tavian Barnes
2024-08-28
2
-11
/
+17
*
bftw: Handle a hypothetical platform where AT_FDCWD == -1
Tavian Barnes
2024-08-28
1
-2
/
+2
*
prelude: Stub out __has_builtin() if necessary
Tavian Barnes
2024-08-23
1
-0
/
+4
*
eval: Don't warn about suppressed errors without -noerror
Tavian Barnes
2024-08-19
1
-1
/
+1
*
sighook: Fix typo in comment
Tavian Barnes
2024-08-17
1
-1
/
+1
*
eval: Capitalize -noerror warning message
Tavian Barnes
2024-08-17
1
-1
/
+1
*
docs: Document the new -mount vs. -xdev behaviour
Tavian Barnes
2024-08-16
1
-2
/
+1
*
New -noerror option to suppress error messages
Tavian Barnes
2024-08-16
3
-1
/
+29
*
eval: Remove info_hook from callback_args
Tavian Barnes
2024-08-16
1
-4
/
+2
*
opt: Warn about all ignored tests
Tavian Barnes
2024-08-15
1
-31
/
+34
*
expr: Tell expressions what kind of expression they are
Tavian Barnes
2024-08-15
5
-200
/
+205
*
Default to no for "Do you want to continue?" prompts
Tavian Barnes
2024-08-13
2
-2
/
+2
*
opt: Add a missing NULL check in lift_andor_not()
Tavian Barnes
2024-08-12
1
-0
/
+4
*
opt: Warn about ignored expressions after dangerous actions
Tavian Barnes
2024-08-12
3
-25
/
+79
*
opt: Copy data flow back up from the nested context in optimize()
Tavian Barnes
2024-08-12
1
-2
/
+11
*
sighook: Disable semaphores on NetBSD
Tavian Barnes
2024-08-11
1
-1
/
+2
*
bfstd: New sysoption() macro to check for POSIX option runtime support
Tavian Barnes
2024-08-09
5
-39
/
+84
*
xtime: Remove xgettime()
Tavian Barnes
2024-08-09
4
-37
/
+8
*
prelude: s/fallthru/_fallthrough/ for consistency with other attributes
Tavian Barnes
2024-08-09
5
-15
/
+15
*
bar: Hide the bar unless the TTY is tall enough
Tavian Barnes
2024-08-07
1
-13
/
+23
*
parse: Take umask into account in parse_mode()
Tavian Barnes
2024-08-02
3
-8
/
+22
*
parse: Fix names in parse_mode()
Tavian Barnes
2024-08-02
1
-14
/
+14
*
Update opengroup.org links to POSIX 2024
Tavian Barnes
2024-08-02
3
-8
/
+8
*
Revert "typo: Raise the insert/delete cost"
Tavian Barnes
2024-08-02
1
-1
/
+1
*
bar: #include <unistd.h> for ioctl() on Illumos
Tavian Barnes
2024-08-01
1
-0
/
+1
*
bar: Use tcgetwinsize() from POSIX 2024 if available
Tavian Barnes
2024-07-28
1
-3
/
+10
*
prelude: Simplify attributes
Tavian Barnes
2024-07-28
20
-179
/
+125
*
xspawn: Fix error message if pthread_sigmask() fails
Tavian Barnes
2024-07-27
1
-2
/
+2
*
xspawn: Use _Fork() if available
Tavian Barnes
2024-07-27
1
-0
/
+4
*
opt: -empty implies -type f,d
Tavian Barnes
2024-07-17
1
-5
/
+22
*
opt: -lname implies -type l
Tavian Barnes
2024-07-17
1
-0
/
+7
*
xspawn: Test the right macro for posix_spawn_..._addfchdir() support
Tavian Barnes
2024-07-16
1
-1
/
+1
*
sighook: Make sigunhook() O(1)
Tavian Barnes
2024-07-15
1
-41
/
+51
*
Implement POSIX 2024's -mount
Tavian Barnes
2024-07-08
1
-4
/
+1
*
sighook: Replace sigtables with RCU-protected linked lists
Tavian Barnes
2024-07-07
1
-148
/
+68
*
color: Delay the case_sensitive decision
Tavian Barnes
2024-07-02
1
-90
/
+84
*
ioq: Do more in the branch-free slot helper
Tavian Barnes
2024-06-20
1
-11
/
+11
*
build: Rename CONFIG to CONFFLAGS
Tavian Barnes
2024-06-18
3
-9
/
+9
*
bftw: Only resize the string once in bftw_build_path()
Tavian Barnes
2024-06-18
1
-19
/
+22
*
Use dstrx*() over dstrn*() when we know the exact length
Tavian Barnes
2024-06-18
2
-7
/
+7
*
build: Include CC in bfs --version output
Tavian Barnes
2024-06-13
3
-0
/
+6
*
typo: Raise the insert/delete cost
Tavian Barnes
2024-06-08
1
-1
/
+1
*
xspawn: Check X_OK even without $PATH resolution
Tavian Barnes
2024-06-08
1
-2
/
+11
*
Embed more configuration info in bfs --version
Tavian Barnes
2024-06-08
4
-1
/
+45
[next]