summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2020-11-11Release 2.12.1Tavian Barnes
2020-11-10Makefile: New gcov targetTavian Barnes
2020-11-04Enable -Wsign-compare to catch bugs like 726d7801Tavian Barnes
2020-11-03Makefile: Fail early on sanitizer errorsTavian Barnes
2020-11-03bar: Implement terminal status barsTavian Barnes
2020-10-14Release 2.02.0Tavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
2020-06-16Implement exponential deepening searchTavian Barnes
2020-06-09tests/trie: New acceptance test for triesTavian Barnes
2020-06-09tests: New acceptance test for xtimegm()Tavian Barnes
2020-05-22Makefile: Pass -fsanitize-memory-track-origins for msan buildsTavian Barnes
2020-04-22Release 1.71.7Tavian Barnes
2020-04-22pwcache: Rename from passwd.[ch]Tavian Barnes
2020-03-24Makefile: Don't use target-specific variables for configuration targetsTavian Barnes
2020-03-23Makefile: Add asan, msan, ubsan targetsTavian Barnes
2020-03-23Makefile: Use --sudo for every distcheck testTavian Barnes
2020-02-29passwd: Cache the user/group tablesTavian Barnes
2020-02-25Release 1.61.6Tavian Barnes
2020-02-13time: Split out time-related functions from utilTavian Barnes
2020-01-09Release 1.5.21.5.2Tavian Barnes
2019-09-14Release 1.5.11.5.1Tavian Barnes
2019-09-13Makefile: Test different search strategies in parallelTavian Barnes
2019-09-13Makefile: Include -fsanitize=* in the sanitizer flag variablesTavian Barnes
2019-08-29darray: New dynamic array libraryTavian Barnes
2019-07-04Makefile: Use $(CURDIR)/bfs instead of $(realpath bfs)Tavian Barnes
2019-07-04distcheck: Run --sudo tests with all search strategiesTavian Barnes
2019-06-28Makefile: Allow MANDIR to be overriddenTavian Barnes
2019-06-27Release 1.51.5Tavian Barnes
2019-06-04parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids}Tavian Barnes
2019-05-29Implement an iterative deepening mode (-ids)Tavian Barnes
2019-05-28Implement a depth-first mode (-dfs)Tavian Barnes
2019-05-27Makefile: Make the all target really build allTavian Barnes
2019-05-24fsade: Fix ACL detection on macOSTavian Barnes
2019-05-24Implement -xattr predicateTavian Barnes
2019-05-24fsade: Refactor the POSIX.1e abstractionsTavian Barnes
2019-05-05Release 1.4.11.4.1Tavian Barnes
2019-04-24tests: Add some tests that require sudoTavian Barnes
2019-04-15Release 1.41.4Tavian Barnes
2019-03-01trie: Implement a QP trieTavian Barnes
2019-02-10Release 1.3.31.3.3Tavian Barnes
2019-02-06Turn on -Wstrict-prototypesTavian Barnes
2019-02-01tests: New utility for making and testing socket filesTavian Barnes
2019-02-01Makefile: New distcheck targetTavian Barnes
2019-01-11Release 1.3.21.3.2Tavian Barnes
2019-01-03Release 1.3.11.3.1Tavian Barnes
2019-01-02Release 1.31.3Tavian Barnes
2019-01-02posix1e: Split out ACL and capability handling from utilTavian Barnes
2019-01-02diag: Unify diagnostic formattingTavian Barnes
2018-12-17Implement -acl testTavian Barnes
2018-12-17color: Support coloring files with capabilitiesTavian Barnes