aboutsummaryrefslogtreecommitdiffstats
path: root/modules/lfs/http_client.go
Commit message (Expand)AuthorAgeFilesLines
* In some lfs server implementations, they require the ref attribute. (#32838)hiifong2024-12-151-1/+4
* Fix lfs migration (#32812)hiifong2024-12-121-0/+1
* Use 8 as default value for git lfs concurrency (#32421)wxiaoguang2024-11-051-0/+3
* Make LFS http_client parallel within a batch. (#32369)Royce Remer2024-11-041-50/+69
* Add new [lfs_client].BATCH_SIZE and [server].LFS_MAX_BATCH_SIZE config settin...Royce Remer2024-10-301-3/+2
* Distinguish LFS object errors to ignore missing objects during migration (#31...Jason Song2024-07-311-4/+3
* Support legacy _links LFS batch responses (#31513)Royce Remer2024-06-281-0/+4
* Fix #31185 try fix lfs download from bitbucket failed (#31201)Zoupers Zou2024-06-111-2/+2
* Update tool dependencies (#29030)silverwind2024-02-021-1/+0
* Do not set `Accept` header twice (#28598)KN4CK3R2023-12-281-4/+1
* Add missing head of lfs client batch (#28550)Lunny Xiao2023-12-201-1/+4
* Refactor lfs requests (#26783)Chongyi Zheng2023-09-181-33/+69
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-6/+8
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-181-2/+9
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-4/+3
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-23/+108
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-0/+129