summaryrefslogtreecommitdiffstats
path: root/bftw.c
AgeCommit message (Expand)Author
2017-04-24Release 1.01.0Tavian Barnes
2017-04-08Move bftw_typeflag converters to util.cTavian Barnes
2017-03-22bftw: Only rebuild the part of the path that changesTavian Barnes
2017-03-20bftw: Fix quadratic reference counting complexityTavian Barnes
2017-03-16Color link targets for -lsTavian Barnes
2017-02-09bftw: Make the nameoff of "///" point to "/"Tavian Barnes
2017-02-09bftw: Add the DIR* to bftw_stateTavian Barnes
2017-02-08Add support for -x?type with multiple typesTavian Barnes
2017-02-07bftw: Add mising closedir() to error pathTavian Barnes
2017-02-06bftw: Plug a leak if dirqueue_push() failsTavian Barnes
2017-02-05bftw: Compute nameoff correctly for the root in BFTW_DEPTH modeTavian Barnes
2017-02-05Implement -printf/-fprintfTavian Barnes
2016-12-18Implement -regex, -iregex, and -regextype/-ETavian Barnes
2016-12-17bftw: Clean up the dirqueue implementation a bitTavian Barnes
2016-12-04Move portability code into util.hTavian Barnes
2016-11-23bftw: Infer the flags in ftwbuf_stat()Tavian Barnes
2016-11-21bftw: Make a defensive copy of the ftwbufTavian Barnes
2016-11-21bftw: Always initialize dircache_entry::{dev,ino}Tavian Barnes
2016-11-21bftw: Make bftw_flags more similar to fts() options.Tavian Barnes
2016-11-14Check for readdir() errors everywhere.Tavian Barnes
2016-11-13bftw: Keep trailing slashes on the root in BFTW_DEPTH mode.Tavian Barnes
2016-11-03bftw: Don't fail just because we couldn't open/read a directory.Tavian Barnes
2016-10-24Implement -ignore_readdir_race.Tavian Barnes
2016-10-02bftw: Add support for some exotic file types, where available.Tavian Barnes
2016-10-02bftw: Handle errors from readdir().Tavian Barnes
2016-09-10bftw: Fix do/to typo in a comment.Tavian Barnes
2016-08-24bftw: Initialize typeflag to BFTW_UNKNOWN.Tavian Barnes
2016-05-22dstring: Clean up the API a bit.Tavian Barnes
2016-05-17bftw: Use realloc() to grow the dirqueue.Tavian Barnes
2016-05-17bftw: Remove some debugging counters that were left in accidentally.Tavian Barnes
2016-04-13dstring: Split out the dynamic string logic.Tavian Barnes
2016-02-23bftw: Update at_flags when not following a broken symbolic link.Tavian Barnes
2016-02-23bftw: Plug a leak when the root is not a directory.Tavian Barnes
2016-02-22bftw: Use the currently open directory as at_fd in BFTW_CHILD mode.Tavian Barnes
2016-02-21bftw: Use O_CLOEXEC.Tavian Barnes
2016-02-21bftw: Don't store the terminating '\0' in dircache_entry names.Tavian Barnes
2016-02-21bftw: Use a better cache eviction policy.Tavian Barnes
2016-02-20bftw: Shrink the LRU before finding the parent.Tavian Barnes
2016-02-19bftw: Clean up dirqueue implementation a bit.Tavian Barnes
2016-02-19bftw: Don't keep DIR*'s around.Tavian Barnes
2016-02-17bftw: Use a circular buffer to implement the dirqueue.Tavian Barnes
2016-02-14Implement -mount/-xdev.Tavian Barnes
2016-02-13Fix -name handling when the root has trailing slashes.Tavian Barnes
2016-02-13Follow links if appropriate in predicates.Tavian Barnes
2016-02-09Implement -L/-follow.Tavian Barnes
2016-02-06bftw: Don't give up when following a broken symlink.Tavian Barnes
2016-02-04Implement -P and -H.Tavian Barnes
2016-02-04Don't use typedefs to avoid struct/enum tags.Tavian Barnes
2016-01-30bftw: Add missing #include.Tavian Barnes
2016-01-30bftw: Fix fd leak if fdopendir() fails.Tavian Barnes