summaryrefslogtreecommitdiffstats
path: root/modules/lfs/content_store.go
Commit message (Expand)AuthorAgeFilesLines
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-091-3/+3
* Make minio package support legacy MD5 checksum (#23768)wxiaoguang2023-03-281-11/+29
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Removed some vestigial code related to Range bounds checks (#20312)Philip Peterson2022-07-281-16/+0
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+1
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-26/+39
* Close file on invalid range (Addition to #15166) (#15268)KN4CK3R2021-04-061-21/+2
* Add size to Save function (#15264)zeripath2021-04-031-1/+1
* Close file on invalid range (#15166)KN4CK3R2021-04-031-0/+8
* Fix race in LFS ContentStore.Put(...) (#14895)zeripath2021-03-061-11/+51
* Storage configuration support `[storage]` (#13314)Lunny Xiao2020-10-311-1/+22
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-56/+26
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+6
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* Multiple LFS improvements (#10667)zeripath2020-03-091-1/+15
* Add LFS object verification step after upload (#2868)Lauris BH2017-11-081-1/+16
* Fix lint errors (#2547)Ethan Koenig2017-09-191-4/+1
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-1/+1
* fix gofmt errorBo-Yi Wu2016-12-301-1/+1
* Git LFS support v2 (#122)Fabian Zaremba2016-12-261-0/+94