mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-04 07:09:41 +00:00
Because of the way sockets are implemented, a local socket object inside pflocal has little to do with the filesystem node that has an ifsock translator sitting on it; and the latter doesn't even exist until you bind() the socket. So it's not possible to set the socket's mode using Unix-level APIs (other than by temporarily changing umask). It's still possible to do this with Mach-level APIs, essentially doing the same thing as glibc's bind() implementation does, but supplying the desired mode instead of 0666, but let's not go there. |
||
---|---|---|
.. | ||
AST | ||
BTree.cpp | ||
BTree.h | ||
BTreeIterator.cpp | ||
CMakeLists.txt | ||
Database.cpp | ||
Database.h | ||
Forward.h | ||
Heap.cpp | ||
Heap.h | ||
Index.cpp | ||
Index.h | ||
Key.cpp | ||
Key.h | ||
Meta.cpp | ||
Meta.h | ||
Result.cpp | ||
Result.h | ||
ResultSet.cpp | ||
ResultSet.h | ||
Row.cpp | ||
Row.h | ||
Serializer.cpp | ||
Serializer.h | ||
SQLClient.cpp | ||
SQLClient.h | ||
TreeNode.cpp | ||
Tuple.cpp | ||
Tuple.h | ||
TupleDescriptor.h | ||
Type.h | ||
Value.cpp | ||
Value.h |