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
/
replacer.go
Age
Commit message (
Expand
)
Author
2020-06-26
caddyhttp: Add 'map' handler (#3199)
Mark Sargent
2020-05-21
caddyhttp: Add time.now placeholder and update cel-go (closes #2594)
Matthew Holt
2020-03-30
Keep type information with placeholders until replacements happen
Matthew Holt
2020-03-13
v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)
Matt Holt
2020-03-11
Fix #3130: Crash at fuzzing target replacer (#3133)
Bill Glover
2020-03-08
Rework Replacer loop to handle escaped braces (#3121)
Bill Glover
2020-02-25
v2: 'log' directive for Caddyfile, and debug mode (#3052)
Matt Holt
2019-12-29
Export Replacer and use concrete type instead of interface
Matthew Holt
2019-12-17
core: Add ReplaceFunc method to Replacer to allow dynamic replacements
Matthew Holt
2019-11-11
core: Add tests to Replacer; fix panic (fixes #2852)
Matthew Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-10-10
Miscellaneous cleanups / comments
Matthew Holt
2019-07-21
Tests for replacer (#2675)
Johannes Hörmann
2019-07-16
Performance improvements to Replacer implementation (placeholders) (#2674)
Matt Holt
2019-07-03
Lowercase env var names in replacer
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-05-20
Implement most of static file server; refactor and improve Replacer
Matthew Holt