Alexander Shishenko
Alexander Shishenko
I want to make Librevault compatible with Tor, so it could run anywhere even more securely. Also, SOCKS support will be useful in corporate networks with the Internet, blocked by...
If `preserve_symlinks` is false and links are pointed to each other, then we will end in an infinite loop.
Well, Windows has case-insensitive API. So, if you create two versions of a file, that differ only in case (in Linux, for example), you will be left with undefined behavior....
Now we handle moving/renaming as delete/create. This is not really good behavior. Possibly, may be resolved using file disassembling.
If the file is changed on both sides, the conflicted file will be rewritten with a file with a greater timestamp. Possibly, could be solved using path mapping.
So, if you try to upload a non-NFC-normalized path, it will be NFC-normalized and transmitted to other nodes. After that, it will be round-tripped with NFC-normalized path, so the original...
Useful for configuration structs. Closes #77
via https://www.reddit.com/r/linux/comments/gnxobx/shellagnostic_crossplatform_autocomplete/frnqejf/
We need to add autocomplete definition locations to spec via https://www.reddit.com/r/linux/comments/gnxobx/shellagnostic_crossplatform_autocomplete/frnqejf/
Well, I have tried to create two different dir_monitor instances (for different folders) on a single dir_monitor with a code like this: ``` #include #include struct moni { moni(boost::asio::io_service& ios)...