This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
demo
/
caddy
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
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.
18
Commits
1
Branch
0
Tags
4.5 MiB
Tree:
fbea3374e9
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fbea3374e9'
${ noResults }
caddy
/
.gitignore
9 lines
84 B
Raw
Normal View
History
Fix goroutine leak in Run D'oh, the servers' Shutdown() would never be called because they were never added to the list of servers. Thanks Danny for finding this.
6 years ago
_gitignore/
# artifacts from pprof tooling
*.prof
*.test
Protocol and Caddyscript matchers * Added matcher to determine what protocol the request is being made by - grpc, tls, http * Added ability to run caddyscript in a matcher to evaluate the http request * Added TLS field to caddyscript request time * Added a library to manipulate and compare a new caddyscript time type * Library for regex in starlark
6 years ago
# mac specific
.DS_Store