summaryrefslogtreecommitdiffstats
path: root/bftw.c
AgeCommit message (Expand)Author
2019-11-01bftw: Avoid shadowing a variableTavian Barnes
2019-08-29mtab: Rename maybe_mount to might_be_mountTavian Barnes
2019-07-04Make -mount and -xdev do different thingsTavian Barnes
2019-07-04bftw: Track the root bftw_file, not just the pathTavian Barnes
2019-07-03bftw: Use a flags enum rather than two bools for bftw_release_*()Tavian Barnes
2019-06-27bftw: Remove a dead assignmentTavian Barnes
2019-06-25bftw: Only rebuild the part of the path that changesTavian Barnes
2019-06-25bftw: Queue individual files in depth-first modeTavian Barnes
2019-06-25bftw: Don't store bftw_file in bftw_readerTavian Barnes
2019-06-25bftw: Remove BFTW_SKIP_SIBLINGSTavian Barnes
2019-06-25bftw: Rename bftw_dir to bftw_fileTavian Barnes
2019-06-25bftw: Don't store trailing slashes in bftw_dir namesTavian Barnes
2019-06-25util: Filter out . and .. in xreaddir()Tavian Barnes
2019-05-29Implement an iterative deepening mode (-ids)Tavian Barnes
2019-05-28Implement a depth-first mode (-dfs)Tavian Barnes
2019-05-28bftw: Visit multiple roots breadth-firstTavian Barnes
2019-05-28bftw: Refactor the implementation a bitTavian Barnes
2019-05-23bftw: Take dir->{dev,ino} from the right stat bufferTavian Barnes
2019-05-05bftw: Pass a const struct BFTW * to the callbackTavian Barnes
2019-05-04bftw: Add a caching stat() API to struct BFTWTavian Barnes
2019-05-04stat: Unify the flags argumentsTavian Barnes
2019-04-15Release 1.41.4Tavian Barnes
2019-03-06bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes
2019-03-06bftw: Switch from taking separate parameters to a parameters structTavian Barnes
2018-12-17bftw: Move bftw_typeflag conversion out of utilTavian Barnes
2018-09-24Update copyright datesTavian Barnes
2018-06-25bftw: Use bftw_action as the return type when applicableTavian Barnes
2018-06-23bftw: Introduce bftw_reader typeTavian Barnes
2018-04-07bftw: Replace the circular buffer queue with a linked listTavian Barnes
2018-02-01bftw: Open-code the "."/".." checksTavian Barnes
2018-02-01bftw: Fix the heap implementationTavian Barnes
2018-01-08stat: New wrapper around the stat() familyTavian Barnes
2018-01-06bftw: Rename 'last' to 'previous'Tavian Barnes
2017-08-22Avoid multiple extra stat()s of broken symlinks for -xtypeTavian Barnes
2017-08-12Unify broken symlink handlingTavian Barnes
2017-08-10bftw: Assert that the queue is empty when freeing itTavian Barnes
2017-07-29util: Define O_DIRECTORY to 0 if it's not already definedTavian Barnes
2017-07-27Re-license under the BSD Zero Clause LicenseTavian Barnes
2017-07-09Handle ENOTDIR the same as ENOENTTavian Barnes
2017-07-09bftw: Rename and refactor the internalsTavian Barnes
2017-07-08bftw: Fix ENAMETOOLONG handling when the root is closedTavian Barnes
2017-07-08bftw: Recover from ENAMETOOLONGTavian Barnes
2017-07-08Revert "bftw: Don't store the terminating '\0' in dircache_entry names."Tavian Barnes
2017-05-17bftw: Remove unused parameter to dircache_entry_base()Tavian Barnes
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