| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up some #includes | Tavian Barnes | 2021-02-05 | 1 | -1/+0 |
* | Update copyright dates | Tavian Barnes | 2021-02-05 | 1 | -1/+1 |
* | dir: New DIR* facade | Tavian Barnes | 2021-01-28 | 1 | -37/+3 |
* | Include what I use | Tavian Barnes | 2020-11-12 | 1 | -1/+0 |
* | stat: Rename bfs_stat_flag to _flags | Tavian Barnes | 2020-09-18 | 1 | -4/+4 |
* | Don't call stat() just to determine symbolic lengths | Tavian Barnes | 2020-09-18 | 1 | -0/+13 |
* | bftw: Make some flag names more explicit | Tavian Barnes | 2020-07-29 | 1 | -5/+5 |
* | bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmask | Tavian Barnes | 2020-07-29 | 1 | -19/+19 |
* | Implement exponential deepening search | Tavian Barnes | 2020-06-16 | 1 | -0/+2 |
* | Implement -s flag from FreeBSD find to sort results | Tavian Barnes | 2020-03-21 | 1 | -0/+2 |
* | Make -mount and -xdev do different things | Tavian Barnes | 2019-07-04 | 1 | -2/+4 |
* | bftw: Remove BFTW_SKIP_SIBLINGS | Tavian Barnes | 2019-06-25 | 1 | -3/+1 |
* | bftw.h: Add missing #include for mode_t | Tavian Barnes | 2019-06-25 | 1 | -0/+1 |
* | Implement an iterative deepening mode (-ids) | Tavian Barnes | 2019-05-29 | 1 | -0/+2 |
* | Implement a depth-first mode (-dfs) | Tavian Barnes | 2019-05-28 | 1 | -2/+13 |
* | bftw: Visit multiple roots breadth-first | Tavian Barnes | 2019-05-28 | 1 | -3/+5 |
* | bftw: Pass a const struct BFTW * to the callback | Tavian Barnes | 2019-05-05 | 1 | -3/+3 |
* | bftw: Add a caching stat() API to struct BFTW | Tavian Barnes | 2019-05-04 | 1 | -3/+44 |
* | stat: Unify the flags arguments | Tavian Barnes | 2019-05-04 | 1 | -3/+3 |
* | bftw: Work around d_type being wrong for bind mounts on Linux | Tavian Barnes | 2019-03-06 | 1 | -0/+3 |
* | bftw: Switch from taking separate parameters to a parameters struct | Tavian Barnes | 2019-03-06 | 1 | -11/+19 |
* | Add some documentation comments | Tavian Barnes | 2019-02-09 | 1 | -0/+4 |
* | bftw: Move bftw_typeflag conversion out of util | Tavian Barnes | 2018-12-17 | 1 | -0/+5 |
* | Update copyright dates | Tavian Barnes | 2018-09-24 | 1 | -1/+1 |
* | stat: New wrapper around the stat() family | Tavian Barnes | 2018-01-08 | 1 | -3/+3 |
* | Minor header cleanups | Tavian Barnes | 2018-01-08 | 1 | -0/+3 |
* | Re-license under the BSD Zero Clause License | Tavian Barnes | 2017-07-27 | 1 | -10/+15 |
* | Release 1.01.0 | Tavian Barnes | 2017-04-24 | 1 | -1/+1 |
* | Move bftw_typeflag converters to util.c | Tavian Barnes | 2017-04-08 | 1 | -5/+0 |
* | Add support for -x?type with multiple types | Tavian Barnes | 2017-02-08 | 1 | -12/+17 |
* | Implement -printf/-fprintf | Tavian Barnes | 2017-02-05 | 1 | -0/+2 |
* | Update some copyright dates. | Tavian Barnes | 2016-11-24 | 1 | -1/+1 |
* | bftw: Make bftw_flags more similar to fts() options. | Tavian Barnes | 2016-11-21 | 1 | -9/+7 |
* | bftw: Add support for some exotic file types, where available. | Tavian Barnes | 2016-10-02 | 1 | -0/+6 |
* | Implement -mount/-xdev. | Tavian Barnes | 2016-02-14 | 1 | -0/+2 |
* | Follow links if appropriate in predicates. | Tavian Barnes | 2016-02-13 | 1 | -0/+2 |
* | Implement -L/-follow. | Tavian Barnes | 2016-02-09 | 1 | -4/+10 |
* | Implement -P and -H. | Tavian Barnes | 2016-02-04 | 1 | -3/+5 |
* | Don't use typedefs to avoid struct/enum tags. | Tavian Barnes | 2016-02-04 | 1 | -12/+15 |
* | Optimize -maxdepth in -depth mode. | Tavian Barnes | 2015-09-26 | 1 | -1/+13 |
* | Don't call stat() until absolutely necessary. | Tavian Barnes | 2015-09-26 | 1 | -1/+1 |
* | bftw() interface improvements: | Tavian Barnes | 2015-09-26 | 1 | -50/+68 |
* | Add -depth support. | Tavian Barnes | 2015-09-08 | 1 | -0/+2 |
* | Print the root file/directory too. | Tavian Barnes | 2015-09-02 | 1 | -2/+2 |
* | Add -type support. | Tavian Barnes | 2015-08-30 | 1 | -6/+14 |
* | Recover from errors in diropen(). | Tavian Barnes | 2015-07-25 | 1 | -1/+12 |
* | bftw: New struct BFTW type to hold file attributes. | Tavian Barnes | 2015-07-23 | 1 | -5/+17 |
* | bftw: Add flags parameter and BFTW_STAT flag. | Tavian Barnes | 2015-06-18 | 1 | -2/+11 |
* | Implement bftw(). | Tavian Barnes | 2015-06-14 | 1 | -0/+62 |