trapexit

Results 554 comments of trapexit

There are two xattr uses. One is the FUSE interface. The other is the clonepath and clonefile components. Until the clone'ing usage has to be figured out else the copy...

Then all fs::xattr stuff used by copyfile aren't needed for Mac. I'll take a look. Thanks.

There isn't a clear separation in these commits. The type stuff, bug fixes, and osx changes. I'm going to go through it all and pick out the general fixes and...

This PR was incomplete and the code has changed quite a bit since it was created. libfuse on OSX is different from Linux (and other platforms) and since I embedded...

You can obviously do whatever you like but as I recall this PR was incomplete and IIRC had some bugs.

Sorry, I've not had the time to look into this.

It's going to be a lot of trouble. Unless OSXFuse is very similar in protocol... you aren't going to be able to just use the high level libfuse API. And...

It's a big change to move to the low level API. My plan is to slowly take out or collapse the abstractions in libfuse to get it down to the...

It's not really cyclical. Each policy is really 3. Depending on the usage. search, action, or create. The create is the truly relevant definition. I had specific definitions prior and...

I'm not super familiar with cmake. Looks generally ok but could you explain the reasons for / benefits in this change?