summaryrefslogtreecommitdiffhomepage
path: root/caddyfile
AgeCommit message (Expand)Author
2019-06-21caddyfile: Move metrics into caddy packageMatthew Holt
2019-04-22fix lint warnings (issue 2541) (#2551)Taufiq Rahman
2019-01-29Fix spelling (#2448)Josh Soref
2019-01-14caddyfile: Support 'import' inside directives (#2428)Adam Woodbeck
2018-10-30caddyfile: fix env var expansion after Go template (#2304)Billie Cleek
2018-10-30caddyfile: Allow partial directive env var expansion (#2253)Darshan Chaudhary
2018-06-28caddyfile: Fix multi-file snippets and import literals. (#2205)Augusto Roman
2018-04-20Merge branch 'master' into telemetryMatthew Holt
2018-04-03caddyfile: Fix errors caught by fuzzing (#2097)Matt Holt
2018-03-22Refactor diagnostics -> telemetryMatthew Holt
2018-02-10diagnostics: AppendUnique(), restructure sets, add metrics, fix bugsMatthew Holt
2017-10-31snippets nowCraig Peterson
2017-10-19Merge branch 'macros' of github.com:mholt/caddy into macrosCraig Peterson
2017-10-19retrigger buildCraig Peterson
2017-10-19actually return error on redeclarationCraig Peterson
2017-10-15remove 'macro foo' syntaxCraig Peterson
2017-10-13add nil checkCraig Peterson
2017-10-13initial implementation of caddyfile macrosCraig Peterson
2017-09-22Apply Apache license to all .go source files (closes #1865)Matthew Holt
2017-09-22caddyfile: Use full, absolute file path in token structs (fixes #1892)Matthew Holt
2017-08-26Rename parse errors to errors during parsing (#1838)Matthew Holt
2017-02-20Revert "Revert removed method" (#1465)Matt Holt
2017-02-20Revert removed methodMateusz Gajewski
2017-02-08Roll all logs by default (#1379)Julian V. Modesto
2016-10-25Remove dead code, do struct alignment, simplify codeMateusz Gajewski
2016-09-22import: No need to error for no matches if using glob patternMatthew Holt
2016-09-19Fix lint warnings and update CI tests to Go 1.7.1Matthew Holt
2016-09-18parser: fix broken absolute path importsTw
2016-08-17Report error when loading the lexerMatthew Holt
2016-08-17Support env vars in import; make sure it's a fileMatthew Holt
2016-07-27Discard byte order mark (fix #962)Matthew Holt
2016-07-14fix: import should always be relative to current file directoryPedro Nasser
2016-07-13import should get absolute path before glob (#929)Pedro Nasser
2016-06-28Import paths now relative to Caddyfile (closes #867)Matthew Holt
2016-06-20Set host and port on address if specified via flag (fixes #888)Matthew Holt
2016-06-04More tests, several fixes and improvements; export caddyfile.TokenMatthew Holt
2016-06-04Rewrote Caddy from the ground up; initial commit of 0.9 branchMatthew Holt