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
KN4CK3R cf9b6c281f
Close file on invalid range (Addition to #15166) (#15268) (#15308)
* Close file on invalid range.

* Close on seek error

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Moved 'Seek' into server.

* io.ReadSeekCloser is only available in Go 1.16

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
..
LICENSE Git LFS support v2 (#122) 8 years ago
content_store.go Close file on invalid range (Addition to #15166) (#15268) (#15308) 4 years ago
locks.go Migrate to use jsoniter instead of encoding/json (#14841) 4 years ago
pointers.go Close file on invalid range (Addition to #15166) (#15268) (#15308) 4 years ago
server.go Close file on invalid range (Addition to #15166) (#15268) (#15308) 4 years ago