You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Matt Holt 8947ae0cc1
Merge pull request #1 from caddyserver/fix/goroutine-leak-healthchecker
6 years ago
cmd Change import paths to GitHub package names 6 years ago
modules fix goroutine leak in healthcheckers 6 years ago
pkg/caddyscript Change import paths to GitHub package names 6 years ago
.gitignore Add go module files 6 years ago
admin.go fix module import paths and add cors to admin endpoints 6 years ago
admin_test.go Begin implementing HTTP replacer and static responder 6 years ago
caddy.go Fix bug unmarshaling custom duration values 6 years ago
context.go Add cleanup callbacks to context 6 years ago
go.mod fix module import paths and add cors to admin endpoints 6 years ago
go.sum fix module import paths and add cors to admin endpoints 6 years ago
listeners.go Architectural shift to using context for config and module state 6 years ago
modules.go Disallow unknown fields (strict unmarshal) when loading modules 6 years ago
modules_test.go Initial commit 6 years ago
replacer.go Implement most of static file server; refactor and improve Replacer 6 years ago
storage.go Module.New() does not need to return an error 6 years ago