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
/
caddyconfig
/
caddyfile
/
lexer.go
Age
Commit message (
Expand
)
Author
2023-02-26
caddyfile: Fix heredoc fuzz crasher, drop trailing newline (#5404)
Francis Lavoie
2023-02-26
caddyfile: Implement heredoc support (#5385)
Francis Lavoie
2023-02-16
caddyfile: Implement variadics for import args placeholders (#5249)
WeidiDeng
2022-09-01
httpcaddyfile: Add shortcut for expression matchers (#4976)
Francis Lavoie
2022-04-21
Make file modes consistent
Matthew Holt
2022-03-18
caddyfile: Support for raw token values; improve `map`, `expression` (#4643)
Francis Lavoie
2021-09-16
Make copyright notice more consistent
Matthew Holt
2021-04-09
caddyfile: reject cyclic imports (#4022)
Mohammed Al Sahaf
2020-07-20
caddyfile: Export Tokenize function for lexing (#3549)
Francis Lavoie
2020-05-05
caddyconfig: Don't start comments in middle of tokens (#3267)
Francis Lavoie
2020-05-05
caddyfile: Support backticks as quotes (closes #2591) (#3242)
Matt Holt
2019-10-15
v2: Make tests work on Windows (#2782)
Matt Holt
2019-10-15
v2: Project-and-CI-wide linter config (#2812)
Mohammed Al Sahaf
2019-09-28
caddyfile: Fix lexer behavior with regards to escaped newlines
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt