aboutsummaryrefslogtreecommitdiffstats
path: root/modules/httplib/request.go
Commit message (Collapse)AuthorAgeFilesLines
* Enable addtional linters (#34085)TheFox0x72025-04-011-3/+3
| | | | | | | | enable mirror, usestdlibbars and perfsprint part of: https://github.com/go-gitea/gitea/issues/34083 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix LFS URL (#33840)wxiaoguang2025-03-101-0/+7
| | | Fix #33839
* Fix SSH LFS memory usage (#33455)wxiaoguang2025-01-311-3/+10
| | | Fix #33448
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
| | | | | Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`. Basically the same [as golang did](https://github.com/golang/go/commit/2580d0e08d5e9f979b943758d3c49877fb2324cb).
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-091-0/+206
Replace #20480 Replace #18448 Close #16414