summaryrefslogtreecommitdiffstats
path: root/bftw.h
Commit message (Expand)AuthorAgeFilesLines
* bftw: Move bftw_typeflag conversion out of utilTavian Barnes2018-12-171-0/+5
* Update copyright datesTavian Barnes2018-09-241-1/+1
* stat: New wrapper around the stat() familyTavian Barnes2018-01-081-3/+3
* Minor header cleanupsTavian Barnes2018-01-081-0/+3
* Re-license under the BSD Zero Clause LicenseTavian Barnes2017-07-271-10/+15
* Release 1.01.0Tavian Barnes2017-04-241-1/+1
* Move bftw_typeflag converters to util.cTavian Barnes2017-04-081-5/+0
* Add support for -x?type with multiple typesTavian Barnes2017-02-081-12/+17
* Implement -printf/-fprintfTavian Barnes2017-02-051-0/+2
* Update some copyright dates.Tavian Barnes2016-11-241-1/+1
* bftw: Make bftw_flags more similar to fts() options.Tavian Barnes2016-11-211-9/+7
* bftw: Add support for some exotic file types, where available.Tavian Barnes2016-10-021-0/+6
* Implement -mount/-xdev.Tavian Barnes2016-02-141-0/+2
* Follow links if appropriate in predicates.Tavian Barnes2016-02-131-0/+2
* Implement -L/-follow.Tavian Barnes2016-02-091-4/+10
* Implement -P and -H.Tavian Barnes2016-02-041-3/+5
* Don't use typedefs to avoid struct/enum tags.Tavian Barnes2016-02-041-12/+15
* Optimize -maxdepth in -depth mode.Tavian Barnes2015-09-261-1/+13
* Don't call stat() until absolutely necessary.Tavian Barnes2015-09-261-1/+1
* bftw() interface improvements:Tavian Barnes2015-09-261-50/+68
* Add -depth support.Tavian Barnes2015-09-081-0/+2
* Print the root file/directory too.Tavian Barnes2015-09-021-2/+2
* Add -type support.Tavian Barnes2015-08-301-6/+14
* Recover from errors in diropen().Tavian Barnes2015-07-251-1/+12
* bftw: New struct BFTW type to hold file attributes.Tavian Barnes2015-07-231-5/+17
* bftw: Add flags parameter and BFTW_STAT flag.Tavian Barnes2015-06-181-2/+11
* Implement bftw().Tavian Barnes2015-06-141-0/+62