Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle ENOTDIR the same as ENOENT | Tavian Barnes | 2017-07-09 | 1 | -0/+1 |
| | | | | | | For a/b/c, ENOTDIR is returned instead of ENOENT if a or b are not directories. Handle this uniformly when detecting broken symlinks, readdir races, etc. | ||||
* | printf: Fix embedded nul bytes | Tavian Barnes | 2017-06-10 | 1 | -11/+16 |
| | | | | Fixes #26. | ||||
* | Don't parse the mount table until it's needed | Tavian Barnes | 2017-04-29 | 1 | -3/+6 |
| | |||||
* | Implement -fstype | Tavian Barnes | 2017-04-23 | 1 | -1/+22 |
| | | | | Fixes #6! | ||||
* | Move bftw_typeflag converters to util.c | Tavian Barnes | 2017-04-08 | 1 | -1/+1 |
| | |||||
* | Implement -ls and -fls | Tavian Barnes | 2017-03-11 | 1 | -91/+28 |
| | |||||
* | Make a printf()-style API for colored messages | Tavian Barnes | 2017-03-11 | 1 | -25/+14 |
| | |||||
* | Implement -printf %Ak, %Ck, and %Tk | Tavian Barnes | 2017-03-11 | 1 | -89/+231 |
| | |||||
* | bftw: Make the nameoff of "///" point to "/" | Tavian Barnes | 2017-02-09 | 1 | -0/+4 |
| | | | | This simplifies a few things such as -name handling for ///. | ||||
* | Add support for -x?type with multiple types | Tavian Barnes | 2017-02-08 | 1 | -64/+16 |
| | | | | This functionality is already part of GNU findutils git. | ||||
* | Add some missing perror() calls | Tavian Barnes | 2017-02-07 | 1 | -0/+5 |
| | |||||
* | Fix a memory leak parsing -printf | Tavian Barnes | 2017-02-06 | 1 | -0/+1 |
| | |||||
* | Implement -printf/-fprintf | Tavian Barnes | 2017-02-05 | 1 | -0/+768 |
Based on a patch by Fangrui Song <i@maskray.me>. Closes #16. |