summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bftw: Fix bftw_cached_stat() with BFS_STAT_TRYFOLLOWTavian Barnes2020-09-201-1/+5
* tests: Add missing ground truthTavian Barnes2020-09-201-0/+12
* printf: Format the empty string for %l of non-linksTavian Barnes2020-09-202-9/+15
* stat: Rename bfs_stat_flag to _flagsTavian Barnes2020-09-187-23/+23
* Don't call stat() just to determine symbolic lengthsTavian Barnes2020-09-185-11/+30
* util: Make the initial allocation bigger for xreadlinkat()Tavian Barnes2020-09-181-1/+6
* pwcache: Fix an invalid free if strdup()ing the group name failsTavian Barnes2020-09-021-3/+4
* pwcache: Work around gr_mem being misaligned on macOSTavian Barnes2020-08-131-3/+14
* Implement -xattrnameTavian Barnes2020-08-1312-20/+159
* bftw: Make some flag names more explicitTavian Barnes2020-07-294-36/+36
* bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmaskTavian Barnes2020-07-299-107/+106
* Update default branch to 'main'Tavian Barnes2020-07-101-2/+2
* eval: Fix an assertion failure with -D search -sTavian Barnes2020-06-161-0/+1
* eval: Fix a segfault with -D search -S edsTavian Barnes2020-06-161-0/+1
* Implement exponential deepening searchTavian Barnes2020-06-166-31/+114
* bftw: Factor out some of the iterative deepening harnessTavian Barnes2020-06-121-39/+65
* bftw: Only do another level of deepening if there are unexplored directoriesTavian Barnes2020-06-121-3/+4
* bftw: Make iterative deepening actually do depth-first searchTavian Barnes2020-06-121-15/+21
* tests/trie: New acceptance test for triesTavian Barnes2020-06-093-4/+129
* tests/xtimegm: Don't test the year 1900Tavian Barnes2020-06-091-1/+1
* tests: New acceptance test for xtimegm()Tavian Barnes2020-06-093-3/+101
* RELEASES.md: Fix a bad issue linkTavian Barnes2020-06-081-2/+2
* RELEASES.md: Use short links for issues consistentlyTavian Barnes2020-06-081-4/+11
* bfs.1: Add a section on environment variables.Tavian Barnes2020-06-081-0/+51
* RELEASES.md: Add explicit hyperlinks for issuesTavian Barnes2020-06-081-2/+5
* README.md: Fix extraneous backtickTavian Barnes2020-06-081-2/+2
* RELEASES.md: Add some 2.0 release notesTavian Barnes2020-06-082-1/+41
* LICENSE: Rename from COPYINGTavian Barnes2020-06-082-1/+1
* parse: Color the optimization level differently in dump_cmdline()Tavian Barnes2020-06-071-1/+1
* opt: Warn when no side effects are reachableTavian Barnes2020-06-071-4/+4
* opt: Dump the command line before optimizing with -D optTavian Barnes2020-06-072-2/+4
* parse: Prohibit actions inside -excludeTavian Barnes2020-06-073-1/+28
* README: Remove unnecessary single quotes from exampleTavian Barnes2020-06-071-1/+1
* Treat -nohidden like -exclude -hiddenTavian Barnes2020-06-076-23/+48
* Implement -exclude, a special form for convenient exclusionsTavian Barnes2020-06-0710-21/+146
* opt: Make sure facts_when_impure sees *all* impure literalsTavian Barnes2020-06-072-3/+11
* diag: Unify debug printingTavian Barnes2020-06-0210-156/+262
* opt: Add missing #include <unistd.h>Tavian Barnes2020-05-221-0/+1
* opt: Track data flow information about predicatesTavian Barnes2020-05-227-37/+280
* Makefile: Pass -fsanitize-memory-track-origins for msan buildsTavian Barnes2020-05-221-1/+1
* Merge pull request #59 from rHermes/fix-spelling-in-fsadeTavian Barnes2020-05-221-2/+2
|\
| * Fix spelling mistake in fsade.hrHermes2020-05-221-2/+2
|/
* Release 1.71.7Tavian Barnes2020-04-223-2/+12
* pwcache: Rename from passwd.[ch]Tavian Barnes2020-04-227-9/+9
* Makefile: Don't use target-specific variables for configuration targetsTavian Barnes2020-03-241-17/+28
* Makefile: Add asan, msan, ubsan targetsTavian Barnes2020-03-231-3/+12
* Makefile: Use --sudo for every distcheck testTavian Barnes2020-03-231-11/+10
* opt: Avoid dangling pointers in de_morgan()Tavian Barnes2020-03-231-5/+7
* parse: Use the right color when suggesting typo fixesTavian Barnes2020-03-211-113/+126
* parse: Add -X and -s to -D tree outputTavian Barnes2020-03-211-17/+26