- 29 Aug, 2015 1 commit
-
-
Karthic Rao authored
-
- 27 Aug, 2015 5 commits
-
-
Matt Holt authored
middleware: Initial test for replacer
-
Karthic Rao authored
-
Matt Holt authored
Fixing comment
-
pyed authored
the old comment might throw the source-reader off, my bad.
-
Matt Holt authored
browse: Optional JSON output
-
- 24 Aug, 2015 1 commit
-
-
Abdulelah Alfuntukh authored
-
- 14 Aug, 2015 2 commits
-
-
Abiola Ibrahim authored
Complete test coverage for recorder.go of middleware package
-
Karthic Rao authored
-
- 11 Aug, 2015 1 commit
-
-
Karthic Rao authored
-
- 10 Aug, 2015 2 commits
-
-
Matthew Holt authored
-
Matt Holt authored
Initial test for middleware/middleware.go
-
- 07 Aug, 2015 1 commit
-
-
Karthic Rao authored
-
- 05 Aug, 2015 12 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
Fixes bug introduced in 0ac8bf58 - Also note that setup functions no longer have access to server port. Will need to fix later.
-
Matt Holt authored
log, errors: Support system log (except Windows) Specify log file of 'syslog' to output to system log
-
Matthew Holt authored
-
Matthew Holt authored
Also change sha1 to md5 for the directory scans; slightly faster.
-
Matthew Holt authored
-
Matthew Holt authored
See github.com/russross/blackfriday/issues/189
-
Matthew Holt authored
This behavior can still be overridden by bind directive
-
Matt Holt authored
markdown: generate static sites after links
-
Abiola Ibrahim authored
-
Matt Holt authored
markdown: Watch for file changes for links. Removed sitegen requirement for link index.
-
Abiola Ibrahim authored
-
- 04 Aug, 2015 3 commits
-
-
Abiola Ibrahim authored
-
Abiola Ibrahim authored
-
Abiola Ibrahim authored
-
- 03 Aug, 2015 4 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
Bug detected by go-fuzz (more fuzzing is required; need larger corpus)
-
Matthew Holt authored
-
Maxime authored
-
- 01 Aug, 2015 4 commits
-
-
Matthew Holt authored
We do this by returning an error and stopping link generation (which scans the markdown path for files)
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
Even if defined for multiple hosts. Startup or shutdown callbacks registered by any directive (startup, shutdown, markdown, git, log, etc.) will only run as many times as it appears in the Caddyfile, not repeated for each host that shares that server block. Fixing this involved refactoring three packages (yeesh) and we need to restore some tests that are no longer valid (that used to verify splitting a multiServerBlock into multiple serverBlocks).
-
- 30 Jul, 2015 4 commits
-
-
Maxime authored
-
https://github.com/mholt/caddyMaxime authored
-
Maxime authored
-
Matthew Holt authored
-