tokidoki/storage
Simon Ser 228384530e storage/filesystem: atomically check for IfNoneMatch
Using a separate os.Stat() call may result in a race where another
request handler running concurrently creates the file in-between
the os.Stat() call and the os.Create() call.

Use O_EXCL to avoid this situation.
2022-06-03 10:15:23 +02:00
..
filesystem.go storage/filesystem: atomically check for IfNoneMatch 2022-06-03 10:15:23 +02:00
postgresql.go Add CalDAV support, refactor 2022-05-03 16:06:47 +02:00
url.go Add CalDAV support, refactor 2022-05-03 16:06:47 +02:00