| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Release 2.22.2 | Tavian Barnes | 2021-03-06 | 1 | -1/+1 |
* | Support -flags on all the BSDs | Tavian Barnes | 2021-03-06 | 1 | -0/+4 |
* | Update copyright dates | Tavian Barnes | 2021-02-05 | 1 | -1/+1 |
* | Makefile: Give LTO linking access to the jobserver | Tavian Barnes | 2021-01-29 | 1 | -1/+1 |
* | dir: New DIR* facade | Tavian Barnes | 2021-01-28 | 1 | -0/+1 |
* | Enable -Wshadow by default | Tavian Barnes | 2021-01-28 | 1 | -1/+1 |
* | Makefile: Install completions | Tavian Barnes | 2021-01-24 | 1 | -1/+4 |
* | Makefile: Fix behaviour if .flags doesn't exist yet | Tavian Barnes | 2020-12-19 | 1 | -1/+7 |
* | Makefile: Clean up check dependencies a bit | Tavian Barnes | 2020-12-16 | 1 | -8/+12 |
* | Makefile: Avoid rebuilding everything for make release main.o | Tavian Barnes | 2020-12-16 | 1 | -20/+25 |
* | Makefile: Rebuild whenever the build flags change | Tavian Barnes | 2020-12-10 | 1 | -1/+5 |
* | Makefile: Clean up flag handling a bit | Tavian Barnes | 2020-11-30 | 1 | -4/+4 |
* | Makefile: Only do -m32 during distcheck on x86_64 | Tavian Barnes | 2020-11-30 | 1 | -0/+6 |
* | Makefile: Run tests with --verbose during distcheck | Tavian Barnes | 2020-11-28 | 1 | -1/+3 |
* | Release 2.12.1 | Tavian Barnes | 2020-11-11 | 1 | -1/+1 |
* | Makefile: New gcov target | Tavian Barnes | 2020-11-10 | 1 | -1/+7 |
* | Enable -Wsign-compare to catch bugs like 726d7801 | Tavian Barnes | 2020-11-04 | 1 | -1/+1 |
* | Makefile: Fail early on sanitizer errors | Tavian Barnes | 2020-11-03 | 1 | -0/+8 |
* | bar: Implement terminal status bars | Tavian Barnes | 2020-11-03 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Release 1.4.11.4.1 | Tavian Barnes | 2019-05-05 | 1 | -1/+1 |