gotosocial/internal/router
kim 69011d4901
Add support for running profiling when debug build-tags provided (#491)
* wrap root HTTP handler in debug.WithPprof(), rearrange router.Start() to support this
* remove unused code
* set debug buildtag in build script when $DEBUG set
* update go-debug version with fixed handler
* use clone of router.srv for LE cert manager, reset server timeouts in debug
* add kim's other libraries to README
2022-04-28 13:32:53 +01:00
..
attach.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
cors.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
gzip.go [feature] Gin enable gzip encoding (#405) 2022-02-19 12:12:41 +01:00
logger.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
router.go Add support for running profiling when debug build-tags provided (#491) 2022-04-28 13:32:53 +01:00
session.go [bugfix] Convert IDNs to punycode before using as session name (#458) 2022-04-16 13:09:42 +02:00
session_test.go [bugfix] Convert IDNs to punycode before using as session name (#458) 2022-04-16 13:09:42 +02:00
template.go [feature] Web profile pages for accounts (#449) 2022-04-15 14:33:01 +02:00