Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include what I use | Tavian Barnes | 2020-11-12 | 1 | -1/+2 |
| | | | | Thanks to https://github.com/include-what-you-use/include-what-you-use | ||||
* | Implement -xattrname | Tavian Barnes | 2020-08-13 | 1 | -0/+12 |
| | | | | From macOS find. | ||||
* | Fix spelling mistake in fsade.h | rHermes | 2020-05-22 | 1 | -2/+2 |
| | |||||
* | Release 1.5.21.5.2 | Tavian Barnes | 2020-01-09 | 1 | -1/+1 |
| | |||||
* | fsade: Support checking for xattrs (extattrs) on FreeBSD | Tavian Barnes | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | Implement -xattr predicate | Tavian Barnes | 2019-05-24 | 1 | -0/+12 |
| | |||||
* | fsade: Refactor the POSIX.1e abstractions | Tavian Barnes | 2019-05-24 | 1 | -0/+58 |
Since we're going to want to abstract more things that aren't part of POSIX.1e (like xattrs) in a similar way, let's give this a more generic name. And while we're at it, give it some more precise error reporting, and add some tests. |