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
/
celmatcher.go
Age
Commit message (
Expand
)
Author
2023-04-25
fix some comments (#5508)
cui fliter
2023-04-19
celmatcher: Implement `pkix.Name` conversion to string (#5492)
Francis Lavoie
2023-02-26
caddyfile: Implement heredoc support (#5385)
Francis Lavoie
2023-02-08
go.mod: Upgrade various dependencies (#5362)
Francis Lavoie
2022-09-16
core: Variadic Context.Logger(); soft deprecation
Matthew Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-07-28
Finish fixing lint errors from ea8df6ff
Matthew Holt
2022-07-28
caddyhttp: Use new CEL APIs (fix #4915)
Matthew Holt
2022-06-22
Expose several Caddy HTTP Matchers to the CEL Matcher (#4715)
Tristan Swadell
2022-06-08
caddyhttp: Log error from CEL evaluation (fix #4832)
Matthew Holt
2022-03-18
caddyfile: Support for raw token values; improve `map`, `expression` (#4643)
Francis Lavoie
2021-06-03
go.mod: Update direct dependencies
Matthew Holt
2020-07-31
caddyhttp: Add support to resolve DN in CEL expression (#3608)
v-rosa
2020-06-30
cel: fix validation of expression result type (#3526)
Mohammed Al Sahaf
2020-05-25
chore: forego the use of deprecated cel func NewIdent in favor of NewVar (#3444)
Mohammed Al Sahaf
2020-05-21
caddyhttp: Add time.now placeholder and update cel-go (closes #2594)
Matthew Holt
2020-05-13
docs: link to CEL standard definitions (#3407)
Mohammed Al Sahaf
2020-04-11
Fix some godocs
Matthew Holt
2020-04-08
caddyhttp: CEL matcher checks return type; slight refactor
Matthew Holt
2020-04-08
cel: Leverage DefaultAdapter to extend CEL's type system
Matthew Holt
2020-03-30
Keep type information with placeholders until replacements happen
Matthew Holt
2020-03-20
go.mod: Update some deps; add new Strings lib to CEL matcher
Matthew Holt
2020-03-19
caddyhttp: Implement CEL matcher (see #3051) (#3155)
Matt Holt