James Cline
James Cline
I have several constraints which prevented using that, based on my understanding of the mechanism: - The program supports creating arbitrary HTTP endpoints on arbitrary address port combinations, and I...
You can get them off the mountains, at least, by selecting one and repeatingly clicking somewhere they can go. They will move tiny bits at a time until they are...
> It would violate least surprise to make operations that don't have a direct analogue, such as chown, to return an error of EPERM. This is what real filesystems do...
> Is there a way to store meta info in the file to flag a file as being executable? I know that in S3 you can store meta info by...
1ddeaed95b585baaf48d1a6cdbbf166ea0da825b defaults things to -x for when file reading actually starts working in the hopefully near future, assuming I didn't screw up the change. Edit: It appears as though this...
f156f520068872a6631f981657032a9d2580a5e7 get's closer to this; with few additional modifications it should be possible to simplify the authorization procedure.
That's rather interesting. My reading of the docs was that that shouldn't be something that should happen. I guess I need to look through them again.
Hashed out in IRC that using hardlinks makes sense for this.
Additionally -- how should folders be represented internally? I am thinking a tree of the form: ``` c struct tree_t { // If this is NULL then this is a...
IRC discussion proposed replacing '/'s with `%2F`s, which likely means we also need to replace '%'s, at a minimum. So, basically, do a subset of urlencode on "title"s.