Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Makefile: Include -fsanitize=* in the sanitizer flag variables | Tavian Barnes | 2019-09-13 | 1 | -3/+7 | |
| | ||||||
* | darray: New dynamic array library | Tavian Barnes | 2019-08-29 | 1 | -0/+1 | |
| | ||||||
* | Makefile: Use $(CURDIR)/bfs instead of $(realpath bfs) | Tavian Barnes | 2019-07-04 | 1 | -6/+6 | |
| | | | | | $(realpath bfs) gives the empty string if bfs doesn't exist when it's evaluated. | |||||
* | distcheck: Run --sudo tests with all search strategies | Tavian Barnes | 2019-07-04 | 1 | -1/+3 | |
| | ||||||
* | Makefile: Allow MANDIR to be overridden | Tavian Barnes | 2019-06-28 | 1 | -3/+4 | |
| | | | | | This should eliminate the need for things like this OpenBSD patch: https://github.com/openbsd/ports/blob/a3201446fc3b7c21d65855a4163576dd12206c97/sysutils/bfs/patches/patch-Makefile | |||||
* | Release 1.51.5 | Tavian Barnes | 2019-06-27 | 1 | -1/+1 | |
| | ||||||
* | parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids} | Tavian Barnes | 2019-06-04 | 1 | -2/+2 | |
| | ||||||
* | Implement an iterative deepening mode (-ids) | Tavian Barnes | 2019-05-29 | 1 | -0/+1 | |
| | ||||||
* | Implement a depth-first mode (-dfs) | Tavian Barnes | 2019-05-28 | 1 | -1/+2 | |
| | ||||||
* | Makefile: Make the all target really build all | Tavian Barnes | 2019-05-27 | 1 | -2/+4 | |
| | ||||||
* | fsade: Fix ACL detection on macOS | Tavian Barnes | 2019-05-24 | 1 | -1/+1 | |
| | ||||||
* | Implement -xattr predicate | Tavian Barnes | 2019-05-24 | 1 | -3/+3 | |
| | ||||||
* | fsade: Refactor the POSIX.1e abstractions | Tavian Barnes | 2019-05-24 | 1 | -1/+1 | |
| | | | | | | | Since we're going to want to abstract more things that aren't part of POSIX.1e (like xattrs) in a similar way, let's give this a more generic name. And while we're at it, give it some more precise error reporting, and add some tests. | |||||
* | Release 1.4.11.4.1 | Tavian Barnes | 2019-05-05 | 1 | -1/+1 | |
| | ||||||
* | tests: Add some tests that require sudo | Tavian Barnes | 2019-04-24 | 1 | -0/+3 | |
| | ||||||
* | Release 1.41.4 | Tavian Barnes | 2019-04-15 | 1 | -1/+1 | |
| | ||||||
* | trie: Implement a QP trie | Tavian Barnes | 2019-03-01 | 1 | -0/+1 | |
| | ||||||
* | Release 1.3.31.3.3 | Tavian Barnes | 2019-02-10 | 1 | -1/+1 | |
| | ||||||
* | Turn on -Wstrict-prototypes | Tavian Barnes | 2019-02-06 | 1 | -1/+1 | |
| | ||||||
* | tests: New utility for making and testing socket files | Tavian Barnes | 2019-02-01 | 1 | -2/+2 | |
| | ||||||
* | Makefile: New distcheck target | Tavian Barnes | 2019-02-01 | 1 | -4/+16 | |
| | | | | | | To catch more errors automatically, this new target runs the tests in multiple configurations, including various sanitizers and with/without optimization. | |||||
* | Release 1.3.21.3.2 | Tavian Barnes | 2019-01-11 | 1 | -1/+1 | |
| | ||||||
* | Release 1.3.11.3.1 | Tavian Barnes | 2019-01-03 | 1 | -2/+2 | |
| | ||||||
* | Release 1.31.3 | Tavian Barnes | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | posix1e: Split out ACL and capability handling from util | Tavian Barnes | 2019-01-02 | 1 | -1/+17 | |
| | ||||||
* | diag: Unify diagnostic formatting | Tavian Barnes | 2019-01-02 | 1 | -1/+1 | |
| | | | | | | This adds a bfs: prefix to error/warning messages for consistency with other command line tools, and leaves only the "error:"/"warning:" part colored like GCC. It also uniformly adds full stops after messages. | |||||
* | Implement -acl test | Tavian Barnes | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | color: Support coloring files with capabilities | Tavian Barnes | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | Makefile: Link with -lrt on Linux | Tavian Barnes | 2018-12-17 | 1 | -2/+14 | |
| | | | | Fixes #29. | |||||
* | Remove man page on make uninstall | Tavian Barnes | 2018-11-01 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'release-1.2.4' | Tavian Barnes | 2018-09-24 | 1 | -1/+1 | |
|\ | ||||||
| * | Release 1.2.41.2.4 | Tavian Barnes | 2018-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | Update copyright dates | Tavian Barnes | 2018-09-24 | 1 | -1/+1 | |
| | | ||||||
* | | spawn: New posix_spawn()-like API for exec | Tavian Barnes | 2018-09-18 | 1 | -2/+2 | |
|/ | ||||||
* | Release 1.2.31.2.3 | Tavian Barnes | 2018-07-15 | 1 | -1/+1 | |
| | ||||||
* | Release 1.2.21.2.2 | Tavian Barnes | 2018-06-23 | 1 | -1/+1 | |
| | ||||||
* | New 'sanitized' make target | Tavian Barnes | 2018-03-18 | 1 | -1/+4 | |
| | ||||||
* | Release 1.2.11.2.1 | Tavian Barnes | 2018-02-08 | 1 | -1/+1 | |
| | ||||||
* | Release 1.21.2 | Tavian Barnes | 2018-01-20 | 1 | -1/+1 | |
| | ||||||
* | stat: New wrapper around the stat() family | Tavian Barnes | 2018-01-08 | 1 | -1/+1 | |
| | | | | | This lets bfs transparently support the new statx() system call on Linux, giving it access to file birth times. | |||||
* | Release 1.1.41.1.4 | Tavian Barnes | 2017-10-27 | 1 | -1/+1 | |
| | ||||||
* | Add a man page | Tavian Barnes | 2017-10-15 | 1 | -0/+2 | |
| | | | | Fixes #31 | |||||
* | Don't use install -D | Tavian Barnes | 2017-10-13 | 1 | -3/+6 | |
| | | | | | | -D isn't portable to non-GNU Unices, so just use mkdir manually. Fixes #28 | |||||
* | Release 1.1.31.1.3 | Tavian Barnes | 2017-10-04 | 1 | -1/+1 | |
| | ||||||
* | opt: Separate optimization from parsing | Tavian Barnes | 2017-09-16 | 1 | -1/+1 | |
| | ||||||
* | Release 1.1.21.1.2 | Tavian Barnes | 2017-09-10 | 1 | -1/+1 | |
| | ||||||
* | Release 1.1.11.1.1 | Tavian Barnes | 2017-08-10 | 1 | -1/+1 | |
| | ||||||
* | Re-license under the BSD Zero Clause License | Tavian Barnes | 2017-07-27 | 1 | -11/+16 | |
| | ||||||
* | Release 1.11.1 | Tavian Barnes | 2017-07-22 | 1 | -1/+1 | |
| | ||||||
* | Release 1.0.21.0.2 | Tavian Barnes | 2017-06-15 | 1 | -1/+1 | |
| |