You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/lfs
zeripath 8dad47a94a
Fix race in LFS ContentStore.Put(...) (#14895) (#14913)
Backport #14895

Continuing on from #14888

The previous implementation has race whereby an incomplete upload or
hash mismatch upload can end up in the ContentStore. This PR moves the
validation into the reader so that if there is a hash error or size
mismatch the reader will return with an error instead of an io.EOF
causing the storage to abort the storage.

Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
..
LICENSE Git LFS support v2 (#122) 8 years ago
content_store.go Fix race in LFS ContentStore.Put(...) (#14895) (#14913) 4 years ago
locks.go Multiple LFS improvements (#10667) 5 years ago
pointers.go LFS support to be stored on minio (#12518) 5 years ago
server.go Storage configuration support `[storage]` (#13314) (#13379) 4 years ago