summaryrefslogtreecommitdiffstats
path: root/fsade.h
Commit message (Collapse)AuthorAgeFilesLines
* Include what I useTavian Barnes2020-11-121-1/+2
| | | | Thanks to https://github.com/include-what-you-use/include-what-you-use
* Implement -xattrnameTavian Barnes2020-08-131-0/+12
| | | | From macOS find.
* Fix spelling mistake in fsade.hrHermes2020-05-221-2/+2
|
* Release 1.5.21.5.2Tavian Barnes2020-01-091-1/+1
|
* fsade: Support checking for xattrs (extattrs) on FreeBSDTavian Barnes2020-01-081-1/+1
|
* Implement -xattr predicateTavian Barnes2019-05-241-0/+12
|
* fsade: Refactor the POSIX.1e abstractionsTavian Barnes2019-05-241-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.