summaryrefslogtreecommitdiffstats
path: root/src/bftw.h
Commit message (Collapse)AuthorAgeFilesLines
* printf: Refactor %y/%Y implementationTavian Barnes9 days1-2/+2
|
* bftw: stat() files asynchronouslyTavian Barnes2024-02-061-10/+10
|
* bftw: Add some whitespace to struct bftw_argsTavian Barnes2023-11-231-0/+4
|
* bftw: New flag to control whiteout visibilityTavian Barnes2023-10-171-0/+2
|
* bftw: Use an I/O queue to open directoriesTavian Barnes2023-06-131-0/+2
| | | | Parallelism is controlled by the new -j flag.
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* Source / Include Folder (#88)トトも2022-04-161-0/+223
Moved Source Files Into `src` Folder