mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 14:17:21 +01:00
This commit adds read/write locking for individual files, so that concurrent requests (e.g. to read and write the same file) cannot interfere with one another. The locking is not very fine-grained at the moment, and can probably be improved upon. But it does ensure consistency. |
||
|---|---|---|
| .. | ||
| filesystem.go | ||
| filesystem_caldav.go | ||
| filesystem_carddav.go | ||
| postgresql.go | ||
| url.go | ||