summaryrefslogtreecommitdiffstats
path: root/src/shared/protocol.h
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] BREAKING: Get rid of pseudo case-insensitivityv2.1Simon Rettberg2016-02-011-2/+2
| | | | | | | | | | This was a wrong decision made long time ago, and it's broken in certain scenarios (eg. two servers serving from same NFS mount). Also it's of limited use anyways since it only supportes ASCII and would ignore umlauts, so blöd and BLÖD would still be considered two different images. So if you relied on this "feature" in any way, be careful when updating.
* [FUSE] Stability improvements, runs for longer than a couple secs now :)Simon Rettberg2015-12-011-23/+17Star
|
* [FUSE] It works! Kinda...Simon Rettberg2015-11-301-2/+12
|
* [FUSE] Start refactoring so we can handle multithread fuseSimon Rettberg2015-11-211-0/+138