Commit Graph

11 Commits

Author SHA1 Message Date
Felix Pojtinger
e8a164ca61 feat: Add read-only flag to FTP server 2022-01-05 03:50:37 +01:00
Felix Pojtinger
6b48db10f7 refactor: Rewrite path sanitizer to support write operations on relative tar archives 2022-01-04 22:20:33 +01:00
Felix Pojtinger
8ed551b3c4 fix: Prevent deadlock when calling fs.Create 2022-01-03 16:59:56 +01:00
Felix Pojtinger
c86730e756 feat: Implement ReadlinkIfPossible 2022-01-02 23:55:23 +01:00
Felix Pojtinger
b48140ac2f feat: Implement LstatIfPossible 2022-01-02 23:51:52 +01:00
Felix Pojtinger
2d914c765a feat: Implement Symlink creation 2022-01-02 23:18:56 +01:00
Felix Pojtinger
3b17287d16 refactor: Use public API structs in persisters 2022-01-02 00:03:01 +01:00
Felix Pojtinger
f2b7b1ed60 refactor: Use interface for logger instead of private struct 2022-01-01 23:12:32 +01:00
Felix Pojtinger
e5dd1e7d5a fix: Synchronize operations on index which depend on asynchronouns writes 2022-01-01 22:53:24 +01:00
Felix Pojtinger
97f25c1aad feat: Add basic support for initializing empty archives in filesystem 2022-01-01 18:08:47 +01:00
Felix Pojtinger
67d97ed32b feat: Make STFS API public
Also: Happy new year :)
2021-12-31 23:57:21 +01:00