aboutsummaryrefslogtreecommitdiffstats
path: root/modules/httpcache/httpcache.go
Commit message (Expand)AuthorAgeFilesLines
* Less naked returns (#25713)65432023-07-071-3/+3
* Use standard HTTP library to serve files (#24693)wxiaoguang2023-05-131-34/+3
* Set `X-Gitea-Debug` header once (#23361)Yarden Shoham2023-03-081-6/+6
* Add some comments for recent code (#22725)wxiaoguang2023-02-021-0/+2
* Fix cache-control header clearing comment text when editing issue (#22604)Brecht Van Lommel2023-02-011-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add Cache-Control header to html and api responses, add no-transform (#20432)silverwind2022-07-231-5/+12
* Set the LastModified header for raw files (#18356)zeripath2022-05-091-2/+37
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-7/+12
* Add ETag header (#15370)KN4CK3R2021-04-121-9/+32
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-1/+1
* HTTP cache rework and enable caching for storage assets (#13569)silverwind2020-11-171-0/+59