summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-14Release 2.02.0Tavian Barnes
2020-10-13util: New BFS_FLEX_SIZEOF() macro for more precise flexible array allocationsTavian Barnes
2020-10-06pwcache: Adjust some naming conventionsTavian Barnes
2020-10-06mtab: Adjust some naming conventionsTavian Barnes
2020-10-06expr, eval: Clean up header dependenciesTavian Barnes
2020-10-06exec: Adjust some calling conventionsTavian Barnes
2020-10-06printf: Adjust some calling conventionsTavian Barnes
2020-10-06ctx: Don't include color.hTavian Barnes
2020-10-05diag: New bfs_perror() functionTavian Barnes
2020-10-04parse: Fail if -color is passed and the colors couldn't be parsedTavian Barnes
2020-10-04parse: More accurate error reporting for cfdup()Tavian Barnes
2020-10-04parse: Report errors when failing to add a rootTavian Barnes
2020-10-04diag: Factor debug_flag string conversion into its own functionTavian Barnes
2020-10-01time: Don't call tzset() on every x{local,gm}time()Tavian Barnes
2020-10-01dstring: Try to avoid calling vsnprintf() twice in dstrprintf()Tavian Barnes
2020-10-01main: Preserve errno over close() in redirect()Tavian Barnes
2020-10-01util: Move redirect() and isopen() to main.cTavian Barnes
2020-09-30util: Don't rely on bftwTavian Barnes
2020-09-28ctx: Perserve errno better in bfs_ctx_open()Tavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
2020-09-23exec: Output a human-readable description of terminating signalsTavian Barnes
2020-09-20bftw: Fix bftw_cached_stat() with BFS_STAT_TRYFOLLOWTavian Barnes
2020-09-20tests: Add missing ground truthTavian Barnes
2020-09-20printf: Format the empty string for %l of non-linksTavian Barnes
2020-09-18stat: Rename bfs_stat_flag to _flagsTavian Barnes
2020-09-18Don't call stat() just to determine symbolic lengthsTavian Barnes
2020-09-18util: Make the initial allocation bigger for xreadlinkat()Tavian Barnes
2020-09-02pwcache: Fix an invalid free if strdup()ing the group name failsTavian Barnes
2020-08-13pwcache: Work around gr_mem being misaligned on macOSTavian Barnes
2020-08-13Implement -xattrnameTavian Barnes
2020-07-29bftw: Make some flag names more explicitTavian Barnes
2020-07-29bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmaskTavian Barnes
2020-07-10Update default branch to 'main'Tavian Barnes
2020-06-16eval: Fix an assertion failure with -D search -sTavian Barnes
2020-06-16eval: Fix a segfault with -D search -S edsTavian Barnes
2020-06-16Implement exponential deepening searchTavian Barnes
2020-06-12bftw: Factor out some of the iterative deepening harnessTavian Barnes
2020-06-12bftw: Only do another level of deepening if there are unexplored directoriesTavian Barnes
2020-06-12bftw: Make iterative deepening actually do depth-first searchTavian Barnes
2020-06-09tests/trie: New acceptance test for triesTavian Barnes
2020-06-09tests/xtimegm: Don't test the year 1900Tavian Barnes
2020-06-09tests: New acceptance test for xtimegm()Tavian Barnes
2020-06-08RELEASES.md: Fix a bad issue linkTavian Barnes
2020-06-08RELEASES.md: Use short links for issues consistentlyTavian Barnes
2020-06-08bfs.1: Add a section on environment variables.Tavian Barnes
2020-06-08RELEASES.md: Add explicit hyperlinks for issuesTavian Barnes
2020-06-08README.md: Fix extraneous backtickTavian Barnes
2020-06-08RELEASES.md: Add some 2.0 release notesTavian Barnes
2020-06-08LICENSE: Rename from COPYINGTavian Barnes
2020-06-07parse: Color the optimization level differently in dump_cmdline()Tavian Barnes