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
2020-09-25
caddyfile: Add support for `vars` and `vars_regexp` matchers (#3730)
Mohammed Al Sahaf
2020-06-26
caddyhttp: Support placeholders in query matcher (#3521)
James Birtles
2020-06-16
caddyhttp: Empty, not nil, query matcher matches empty query string
Matthew Holt
2020-06-16
caddyhttp: Enable matching empty query string
Matthew Holt
2020-05-26
caddyhttp: Refactor header matching
Matthew Holt
2020-05-11
caddyhttp: Fix merging of Caddyfile matchers in not blocks (#3379)
Francis Lavoie
2020-04-06
docs: Clarify "not" matcher structure (see #3233)
Matthew Holt
2020-04-06
caddyhttp: Strictly forbid unnecessary blocks on matchers (#3229)
Francis Lavoie
2020-04-06
caddyhttp: Support single-line not matcher (#3228)
Francis Lavoie
2020-04-01
caddyhttp: Update host matcher docs about wildcards
Matthew Holt
2020-04-01
caddyhttp: 'not' matcher now accepts multiple matcher sets and OR's them (#3208)
Matt Holt
2020-03-30
caddyhttp: Rename MatchNegate type to MatchNot type
Matthew Holt
2020-03-24
reverse_proxy: Add support for SRV backends (#3180)
Matt Holt
2020-03-19
caddyhttp: Implement CEL matcher (see #3051) (#3155)
Matt Holt
2020-03-18
caddyhttp: Minor improved Caddyfile support for some matchers
Matthew Holt
2020-03-16
caddyhttp: Support path matcher of "*" without panic
Matthew Holt
2020-02-27
Fix typos (#3087)
Success Go
2020-02-20
caddyhttp: Fixes for header and header_regexp directives (#3061)
Gilbert Gilb's
2020-02-14
Minor tweaks to docs/comments
Matthew Holt
2020-02-14
caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers
Matthew Holt
2020-02-06
Remove Starlark, for now
Matthew Holt
2020-01-17
caddyhttp: Improve docs, and Caddyfile for respond directive
Matthew Holt
2020-01-09
v2: Implement Caddyfile enhancements (breaking changes) (#2960)
Matt Holt
2019-12-31
file-server command: Use safer defaults; http: improve host matcher docs
Matthew Holt
2019-12-29
Improve docs, especially w.r.t. placeholders and template actions
Matthew Holt
2019-12-29
Export Replacer and use concrete type instead of interface
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
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
[next]