summaryrefslogtreecommitdiffstats
path: root/bftw.c
Commit message (Expand)AuthorAgeFilesLines
* bftw: Avoid shadowing a variableTavian Barnes2019-11-011-5/+2
* mtab: Rename maybe_mount to might_be_mountTavian Barnes2019-08-291-1/+1
* Make -mount and -xdev do different thingsTavian Barnes2019-07-041-14/+25
* bftw: Track the root bftw_file, not just the pathTavian Barnes2019-07-041-8/+7
* bftw: Use a flags enum rather than two bools for bftw_release_*()Tavian Barnes2019-07-031-24/+33
* bftw: Remove a dead assignmentTavian Barnes2019-06-271-1/+0
* bftw: Only rebuild the part of the path that changesTavian Barnes2019-06-251-24/+42
* bftw: Queue individual files in depth-first modeTavian Barnes2019-06-251-79/+150
* bftw: Don't store bftw_file in bftw_readerTavian Barnes2019-06-251-69/+72
* bftw: Remove BFTW_SKIP_SIBLINGSTavian Barnes2019-06-251-24/+11
* bftw: Rename bftw_dir to bftw_fileTavian Barnes2019-06-251-214/+213
* bftw: Don't store trailing slashes in bftw_dir namesTavian Barnes2019-06-251-27/+23
* util: Filter out . and .. in xreaddir()Tavian Barnes2019-06-251-3/+0
* Implement an iterative deepening mode (-ids)Tavian Barnes2019-05-291-0/+132
* Implement a depth-first mode (-dfs)Tavian Barnes2019-05-281-10/+113
* bftw: Visit multiple roots breadth-firstTavian Barnes2019-05-281-19/+25
* bftw: Refactor the implementation a bitTavian Barnes2019-05-281-218/+180
* bftw: Take dir->{dev,ino} from the right stat bufferTavian Barnes2019-05-231-1/+1
* bftw: Pass a const struct BFTW * to the callbackTavian Barnes2019-05-051-30/+31
* bftw: Add a caching stat() API to struct BFTWTavian Barnes2019-05-041-20/+75
* stat: Unify the flags argumentsTavian Barnes2019-05-041-4/+4
* Release 1.41.4Tavian Barnes2019-04-151-1/+1
* bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes2019-03-061-19/+52
* bftw: Switch from taking separate parameters to a parameters structTavian Barnes2019-03-061-13/+13
* bftw: Move bftw_typeflag conversion out of utilTavian Barnes2018-12-171-2/+99
* Update copyright datesTavian Barnes2018-09-241-1/+1
* bftw: Use bftw_action as the return type when applicableTavian Barnes2018-06-251-6/+8
* bftw: Introduce bftw_reader typeTavian Barnes2018-06-231-367/+336
* bftw: Replace the circular buffer queue with a linked listTavian Barnes2018-04-071-91/+39
* bftw: Open-code the "."/".." checksTavian Barnes2018-02-011-3/+4
* bftw: Fix the heap implementationTavian Barnes2018-02-011-1/+21
* stat: New wrapper around the stat() familyTavian Barnes2018-01-081-14/+13
* bftw: Rename 'last' to 'previous'Tavian Barnes2018-01-061-11/+11
* Avoid multiple extra stat()s of broken symlinks for -xtypeTavian Barnes2017-08-221-1/+1
* Unify broken symlink handlingTavian Barnes2017-08-121-16/+6
* bftw: Assert that the queue is empty when freeing itTavian Barnes2017-08-101-0/+1
* util: Define O_DIRECTORY to 0 if it's not already definedTavian Barnes2017-07-291-5/+1
* Re-license under the BSD Zero Clause LicenseTavian Barnes2017-07-271-10/+15
* Handle ENOTDIR the same as ENOENTTavian Barnes2017-07-091-1/+1
* bftw: Rename and refactor the internalsTavian Barnes2017-07-091-235/+257
* bftw: Fix ENAMETOOLONG handling when the root is closedTavian Barnes2017-07-081-2/+7
* bftw: Recover from ENAMETOOLONGTavian Barnes2017-07-081-23/+99
* Revert "bftw: Don't store the terminating '\0' in dircache_entry names."Tavian Barnes2017-07-081-1/+2
* bftw: Remove unused parameter to dircache_entry_base()Tavian Barnes2017-05-171-5/+3
* Release 1.01.0Tavian Barnes2017-04-241-1/+1
* Move bftw_typeflag converters to util.cTavian Barnes2017-04-081-108/+2
* bftw: Only rebuild the part of the path that changesTavian Barnes2017-03-221-37/+50
* bftw: Fix quadratic reference counting complexityTavian Barnes2017-03-201-8/+15
* Color link targets for -lsTavian Barnes2017-03-161-19/+1
* bftw: Make the nameoff of "///" point to "/"Tavian Barnes2017-02-091-0/+3