aboutsummaryrefslogtreecommitdiffstats
path: root/routers/common/middleware.go
Commit message (Expand)AuthorAgeFilesLines
* Rewrite logger system (#24726)wxiaoguang2023-05-211-2/+2
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-1/+1
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-33/+21
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-271-13/+26
* Support sanitising the URL by removing extra slashes in the URL (#21333)Sandeep Bhat2023-03-041-2/+33
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+1
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-6/+7
* Instead of using routerCtx just escape the url before routing (#18086)zeripath2021-12-251-0/+3
* Update chi/middleware to chi/v5/middleware (#17888)zeripath2021-12-021-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+4
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+76