David Sheets
David Sheets
Many applications depend on file system support for symlinks.
When a subdirectory is created, the parent directory's link count increases by 1 (for `..`) on typical POSIX-like file systems. Using 27c4078a00b517671163f668ebd644614171d966, a directory's link count remains 2 when subdirectories...
src/unix/lwt_unix_unix.c makes the assumption that `poll(&pollfd,1,0)` will not block and will always return immediately. Indeed, this is what the man page for `poll` states. Unfortunately, poll waits for a response...
Used in Link header support (RFC 5988) and possibly elsewhere. See http://greenbytes.de/tech/tc/httplink/ for some potential test cases.
From @edwintorok in #315: I'm still a little worried on what would happen if the connection is reset during reading the headers, or anywhere before the code reaches the place...
Lots of files that are "obviously" ascii text are served as `application/octet-stream` and lots of files that have precise types are served with those rather than something useful like `text/plain`...
Features related to quoting, escaping, broken syntax, and internationalization need to be attacked.
If you have the full and final path, there is no reason why an application should ever receive an unresolved path (i.e. with dot or dot-dot segments). The meaning of...
``` [ERROR] Bad checksum for /Users/dsheets/.opam/packages.dev/BetterErrors.0.0.1/v0.0.1.tar.gz: - aaac92a8c9a6078f4264454c0053e98f [expected result] - 213fbbf17f54927d62464d0ac1188f8a [actual result] ```
FreeBSD, Linux, and OS X each offer variants of this API. On OS X (at least), the ACL API is separate from extended attributes.