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
/
modules
/
caddyhttp
/
matchers.go
Age
Commit message (
Expand
)
Author
2019-12-17
http: Patch path matcher to ignore dots and spaces (#2917)
Matthew Holt
2019-12-12
Minor improvements; comments and shorter placeholders & module IDs
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-29
v2: fixes query matcher parsing (#2901)
Mark Sargent
2019-11-29
http: Shorten regexp matcher placeholders; allow "=/" for simple matcher
Matthew Holt
2019-11-28
http: path matcher supports exact matching with = prefix
Matthew Holt
2019-11-27
http: header matcher supports fast prefix and suffix matching (#2888)
Matthew Holt
2019-11-15
http: Make path matcher case-insensitive
Matthew Holt
2019-10-14
caddyhttp: Support placeholders in MatchHost (#2810)
Pascal
2019-09-30
caddyhttp: 'not' matcher: Support Caddyfile unmarshaling
Matthew Holt
2019-09-18
host matcher: Strip [ ] from IPv6 addresses
Matthew Holt
2019-09-17
fastcgi: Implement / redirect for index.php with php_fastcgi directive (#2754)
Matt Holt
2019-09-14
Eliminate some TODOs
Matthew Holt
2019-09-10
caddyfile: Improve Dispenser.NextBlock() to support nesting
Matthew Holt
2019-09-06
Header matchers: allow matching presence of header with empty list
Matthew Holt
2019-09-06
Various fixes/tweaks to HTTP placeholder variables and file matching
Matthew Holt
2019-09-02
reverse_proxy: WIP refactor and support for FastCGI
Matthew Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt
2019-07-02
go.mod: Append /v2 to module name; update all import paths
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-21
Various bug fixes and minor improvements
Matthew Holt
2019-06-20
caddyhttp: Fix host matching when host has a port
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-06-04
Change import paths to GitHub package names
Matthew Holt
2019-06-04
Implement IP/CIDR matcher and Not (negated) matcher
Matthew Holt
2019-05-28
ResponseMatcher for conditional logic of response headers
Matthew Holt
2019-05-22
Allow multiple matcher sets in routes (OR'ed together)
Matthew Holt
2019-05-22
Export types and fields necessary to build configs (for config adapters)
Matthew Holt
2019-05-21
Module.New() does not need to return an error
Matthew Holt
2019-05-21
Take care of remaining TODOs in the browse responder
Matthew Holt
2019-05-20
move internal packages to pkg folder and update reverse proxy
dev
2019-05-20
Implement most of static file server; refactor and improve Replacer
Matthew Holt
2019-05-16
Some minor updates, and get rid of OnLoad/OnUnload
Matthew Holt
2019-05-10
caddyhttp: Implement better HTTP matchers including regexp; add tests
Matthew Holt
2019-05-07
Rough implementation of auto HTTP->HTTPS redirects
Matthew Holt
2019-05-04
Begin implementing HTTP replacer and static responder
Matthew Holt
2019-04-11
Begin implementing error handling and re-handling
Matthew Holt
2019-04-08
Protocol and Caddyscript matchers
dev
2019-03-31
Very basic middleware and route matching functionality
Matthew Holt
[prev]