aboutsummaryrefslogtreecommitdiffstats
path: root/modules/httpcache
Commit message (Expand)AuthorAgeFilesLines
* Use standard HTTP library to serve files (#24693)wxiaoguang2023-05-132-91/+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-272-4/+2
* 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
* format with gofumpt (#18184)65432022-01-201-2/+1
* 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-062-15/+32
* Add ETag header (#15370)KN4CK3R2021-04-122-9/+176
* 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