index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
listeners.go
Age
Commit message (
Expand
)
Author
2020-03-15
caddyhttp: Add support for listener wrapper modules
Matthew Holt
2020-01-03
v2: housekeeping: address minor lint complaints (#2957)
Mohammed Al Sahaf
2019-12-06
Use "IsUnixNetwork" function instead of repeating the logic
Matthew Holt
2019-12-06
Don't append port to unix sockets
Matthew Holt
2019-11-15
Minor cleanups
Matthew Holt
2019-11-11
core: Use port ranges to avoid OOM with bad inputs (#2859)
Mohammed Al Sahaf
2019-11-04
core: Synchronize calls to SetDeadline within fakeCloseListener
Matthew Holt
2019-10-11
reverse_proxy: Allow dynamic backends (closes #990 and #1539)
Matthew Holt
2019-09-10
Experimental IETF-standard HTTP/3 support (known issue exists) (#2727)
Matt Holt
2019-09-05
Reconcile upstream dial addresses and request host/URL information
Matthew Holt
2019-09-02
reverse_proxy: WIP refactor and support for FastCGI
Matthew Holt
2019-07-08
Move listen address functions into caddy package; fix unix bug
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-05-16
Architectural shift to using context for config and module state
Matthew Holt
2019-04-25
Initial commit of Storage, TLS, and automatic HTTPS implementations
Matthew Holt
2019-04-02
Close listeners which are no longer used
Matthew Holt
2019-04-02
Merged in deadlines (pull request #1)
Matt Holt
2019-03-31
Very basic middleware and route matching functionality
Matthew Holt
2019-03-26
Performance testing Load function
Matthew Holt
2019-03-26
Rudimentary start of HTTP servers
Matthew Holt