Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 2.02.0 | Tavian Barnes | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | Rename struct cmdline to bfs_ctx | Tavian Barnes | 2020-09-27 | 1 | -0/+1 |
| | | | | | The API remains similar, with some added accessor functions for lazy initialization of the pwcache and mtab. | ||||
* | Implement exponential deepening search | Tavian Barnes | 2020-06-16 | 1 | -1/+1 |
| | |||||
* | tests/trie: New acceptance test for tries | Tavian Barnes | 2020-06-09 | 1 | -4/+10 |
| | |||||
* | tests: New acceptance test for xtimegm() | Tavian Barnes | 2020-06-09 | 1 | -3/+9 |
| | |||||
* | Makefile: Pass -fsanitize-memory-track-origins for msan builds | Tavian Barnes | 2020-05-22 | 1 | -1/+1 |
| | |||||
* | Release 1.71.7 | Tavian Barnes | 2020-04-22 | 1 | -1/+1 |
| | |||||
* | pwcache: Rename from passwd.[ch] | Tavian Barnes | 2020-04-22 | 1 | -1/+1 |
| | |||||
* | Makefile: Don't use target-specific variables for configuration targets | Tavian Barnes | 2020-03-24 | 1 | -17/+28 |
| | | | | | | | | | | | | | | | | | | | In things like release: CFLAGS := ... release: bfs CFLAGS is only set for the dependencies of release, so $ make release check doesn't set CFLAGS for tests/mksock. For the same reason, $ make asan ubsan was broken, because only the asan flags would be set for bfs. Fix it by checking MAKECMDGOALS for those targets manually instead. | ||||
* | Makefile: Add asan, msan, ubsan targets | Tavian Barnes | 2020-03-23 | 1 | -3/+12 |
| | |||||
* | Makefile: Use --sudo for every distcheck test | Tavian Barnes | 2020-03-23 | 1 | -11/+10 |
| | |||||
* | passwd: Cache the user/group tables | Tavian Barnes | 2020-02-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | This is a significant optimization for conditions that need these tables: Benchmark #1: ./bfs ~/code/linux -nouser >/dev/null Time (mean ± σ): 232.0 ms ± 2.5 ms [User: 44.3 ms, System: 185.0 ms] Range (min … max): 228.7 ms … 238.7 ms 12 runs Benchmark #2: ./bfs-1.6 ~/code/linux -nouser >/dev/null Time (mean ± σ): 1.050 s ± 0.012 s [User: 544.2 ms, System: 500.0 ms] Range (min … max): 1.025 s … 1.063 s 10 runs Benchmark #3: find ~/code/linux -nouser >/dev/null Time (mean ± σ): 1.040 s ± 0.012 s [User: 533.6 ms, System: 500.6 ms] Range (min … max): 1.017 s … 1.054 s 10 runs Summary './bfs ~/code/linux -nouser >/dev/null' ran 4.48 ± 0.07 times faster than 'find ~/code/linux -nouser >/dev/null' 4.52 ± 0.07 times faster than './bfs-1.6 ~/code/linux -nouser >/dev/null' | ||||
* | Release 1.61.6 | Tavian Barnes | 2020-02-25 | 1 | -1/+1 |
| | |||||
* | time: Split out time-related functions from util | Tavian Barnes | 2020-02-13 | 1 | -0/+1 |
| | |||||
* | Release 1.5.21.5.2 | Tavian Barnes | 2020-01-09 | 1 | -2/+2 |
| | |||||
* | Release 1.5.11.5.1 | Tavian Barnes | 2019-09-14 | 1 | -1/+1 |
| | |||||
* | Makefile: Test different search strategies in parallel | Tavian Barnes | 2019-09-13 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |