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
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
regex: Add support for emacs and grep types
Tavian Barnes
2022-02-04
1
-11
/
+0
*
Standardize WITH_* make variables for configuring dependencies
Tavian Barnes
2022-01-29
1
-1
/
+2
*
Simplifying
data-man
2022-01-24
1
-7
/
+1
*
Using Oniguruma library (optionally)
data-man
2022-01-24
1
-1
/
+6
*
util: New close() wrappers to check for EBADF and preserve errno
Tavian Barnes
2022-01-18
1
-1
/
+19
*
util: New xfopen() utility
Tavian Barnes
2021-09-21
1
-0
/
+10
*
util: Wrap getdelim() instead of open coding it
Tavian Barnes
2021-09-15
1
-0
/
+14
*
util: New xconfstr() wrapper
Tavian Barnes
2021-06-13
1
-0
/
+10
*
util: Rename fallthrough to BFS_FALLTHROUGH
Tavian Barnes
2021-06-09
1
-3
/
+3
*
util: Avoid warnings on older compilers with fallthrough
Tavian Barnes
2021-06-09
1
-3
/
+9
*
Enable -Wimplicit-fallthrough
Tavian Barnes
2021-06-02
1
-0
/
+14
*
util: Tweak the safe read/write functions
Tavian Barnes
2021-04-15
1
-14
/
+13
*
util: add safe_read_all() and safe_write_all() functions.
Markus F.X.J. Oberhumer
2021-04-15
1
-0
/
+10
*
util: introduce safe versions of read & write that handle interrupted
Markus F.X.J. Oberhumer
2021-04-15
1
-0
/
+10
*
Support -flags on all the BSDs
Tavian Barnes
2021-03-06
1
-0
/
+19
*
Update copyright dates
Tavian Barnes
2021-02-05
1
-1
/
+1
*
dir: New DIR* facade
Tavian Barnes
2021-01-28
1
-6
/
+0
*
util: New BFS_FLEX_SIZEOF() macro for more precise flexible array allocations
Tavian Barnes
2020-10-13
1
-0
/
+23
*
util: Move redirect() and isopen() to main.c
Tavian Barnes
2020-10-01
1
-20
/
+0
*
util: Don't rely on bftw
Tavian Barnes
2020-09-30
1
-1
/
+1
*
time: Split out time-related functions from util
Tavian Barnes
2020-02-13
1
-47
/
+0
*
parse: Handle 1969-12-31T23:59:59Z
Tavian Barnes
2020-02-13
1
-3
/
+17
*
Implement explicit reference times (-newerXt)
Tavian Barnes
2020-02-11
1
-0
/
+21
*
Release 1.5.2
1.5.2
Tavian Barnes
2020-01-09
1
-1
/
+1
*
fsade: Support checking for xattrs (extattrs) on FreeBSD
Tavian Barnes
2020-01-08
1
-0
/
+4
*
Implement -xattr predicate
Tavian Barnes
2019-05-24
1
-0
/
+4
*
Add some documentation comments
Tavian Barnes
2019-02-09
1
-0
/
+4
*
util: Remove some unused macros
Tavian Barnes
2019-02-01
1
-12
/
+0
*
util: Allow configuration macros to be specified with -D
Tavian Barnes
2019-02-01
1
-6
/
+23
*
stat: Work around msan not knowing about statx()
Tavian Barnes
2019-01-31
1
-1
/
+7
*
posix1e: Don't #include <sys/capability.h> on FreeBSD
Tavian Barnes
2019-01-03
1
-7
/
+0
*
posix1e: Split out ACL and capability handling from util
Tavian Barnes
2019-01-02
1
-12
/
+0
*
color: Check format strings + args for cfprintf()
Tavian Barnes
2019-01-02
1
-0
/
+9
*
Implement -acl test
Tavian Barnes
2018-12-17
1
-0
/
+6
*
color: Support coloring files with capabilities
Tavian Barnes
2018-12-17
1
-4
/
+19
*
bftw: Move bftw_typeflag conversion out of util
Tavian Barnes
2018-12-17
1
-10
/
+0
*
Check for <sys/param.h> before including it
Tavian Barnes
2018-11-08
1
-3
/
+7
*
util: Wrap __has_include()
Tavian Barnes
2018-11-01
1
-0
/
+6
*
Print device major/minor numbers for -ls
Tavian Barnes
2018-11-01
1
-0
/
+15
*
Update copyright dates
Tavian Barnes
2018-09-24
1
-1
/
+1
*
stat: New wrapper around the stat() family
Tavian Barnes
2018-01-08
1
-28
/
+2
*
exec: Recover from E2BIG
Tavian Barnes
2017-11-12
1
-0
/
+9
*
Add support for file birth/creation times on platforms that have it
Tavian Barnes
2017-11-05
1
-0
/
+5
*
util: Wrap faccessat() to fix some portability issues
Tavian Barnes
2017-09-20
1
-0
/
+5
*
util: Factor out checks for nonexistent paths/broken links
Tavian Barnes
2017-09-06
1
-0
/
+5
*
Avoid multiple extra stat()s of broken symlinks for -xtype
Tavian Barnes
2017-08-22
1
-2
/
+2
*
Unify broken symlink handling
Tavian Barnes
2017-08-12
1
-0
/
+15
*
util: Define O_DIRECTORY to 0 if it's not already defined
Tavian Barnes
2017-07-29
1
-0
/
+4
*
Re-license under the BSD Zero Clause License
Tavian Barnes
2017-07-27
1
-10
/
+15
*
Handle yes/no prompts correctly according to the locale
Tavian Barnes
2017-07-15
1
-0
/
+7
[next]