Age | Commit message (Expand) | Author |
2015-11-18 | Whoops, emergency bug fixv0.8-beta.4 | Matthew Holt |
2015-11-18 | Remove SimpleHTTP and bump version to 0.8 beta 4! | Matthew Holt |
2015-11-18 | Default host now empty string; default port now depends on host | Matthew Holt |
2015-11-17 | letsencrypt: Support for http-01, awkwardly straddling that and SimpleHTTP fo... | Matthew Holt |
2015-11-17 | letsencrypt: Don't assume default port of 443 | Matthew Holt |
2015-11-17 | templates: Another context fix when host header is missing port | Matthew Holt |
2015-11-17 | Update docs n things | Matthew Holt |
2015-11-17 | proxy: Make headers when upstream is created; avoid potential nil ptr deref | Matthew Holt |
2015-11-17 | Merge pull request #345 from tw4452852/my_proxy | Matt Holt |
2015-11-17 | Merge pull request #347 from tw4452852/my_health | Matt Holt |
2015-11-17 | proxy: make tests workable when offline | Tw |
2015-11-17 | proxy: make http header block scoped | Tw |
2015-11-16 | Merge pull request #343 from abiosoft/master | Matt Holt |
2015-11-16 | Proxy: Allow ignored subpaths. | Abiola Ibrahim |
2015-11-15 | Fix go vet | Matthew Holt |
2015-11-15 | websocket: Simple buildEnv test, and fix for addresses without port | Matthew Holt |
2015-11-15 | Added a few little tests | Matthew Holt |
2015-11-15 | Couple fixes for env var replacements and tests | Matthew Holt |
2015-11-15 | Merge pull request #319 from mbanzon/issue-304 | Matt Holt |
2015-11-15 | Changed implementation of issue #304 fix | Michael Banzon |
2015-11-14 | Make signal trapping optional | Matthew Holt |
2015-11-14 | Changed SIGINT and added support for HUP, QUIT, and TERM | Matthew Holt |
2015-11-14 | Several improvements and bug fixes related to graceful reloads | Matthew Holt |
2015-11-14 | letsencrypt: Return an error if making site folder fails | Matthew Holt |
2015-11-14 | Much refactor; many fix; so wow | Matthew Holt |
2015-11-14 | Write pidfile only if server starts successfully | Matthew Holt |
2015-11-14 | Added test for environment replacement. | Michael Banzon |
2015-11-13 | Merge pull request #340 from cubicdaiya/setcpu-test-fix | Matt Holt |
2015-11-13 | Merge pull request #339 from cubicdaiya/vary-accept-encoding | Matt Holt |
2015-11-14 | fixed test failure. | Tatsuhiko Kubo |
2015-11-14 | gzip: added Vary: Accept-Encoding to response header. | Tatsuhiko Kubo |
2015-11-10 | Merge pull request #333 from mholt/firststartup | Matt Holt |
2015-11-10 | markdown: Default extensions .md, .markdown, and .mdown | Matthew Holt |
2015-11-10 | core: Fixed minor restart bug | Matthew Holt |
2015-11-10 | Clean up flags | Matthew Holt |
2015-11-10 | startup: Only run commands at first startup | Matthew Holt |
2015-11-10 | Merge pull request #332 from coolaj86/coolaj86-alphabetize | Matt Holt |
2015-11-10 | Alphabetize command line options, vars, and checks | AJ ONeal |
2015-11-10 | add --pidfile string option | AJ ONeal |
2015-11-10 | ext: Fix panic when URL path is empty | Matthew Holt |
2015-11-10 | "-conf stdin" required to pipe in Caddyfile | Matthew Holt |
2015-11-10 | caddyfile: Change JSON format to use arrays, not objects | Matthew Holt |
2015-11-09 | core: Fix bug that caused parent process to block indefinitely | Matthew Holt |
2015-11-09 | Unexport internal types; improved markdown summaries | Matthew Holt |
2015-11-08 | Merge pull request #326 from PatelNDipen/master | Matt Holt |
2015-11-08 | removed comment from browse test | Dipen Patel |
2015-11-07 | markdown: Make base path optional, always generate links | Matthew Holt |
2015-11-07 | Made style adjustments to browse and redir tests | Dipen Patel |
2015-11-07 | -host and -port flags affect shorthand caddyfile | Matthew Holt |
2015-11-07 | Forgot this onev0.8-beta.3 | Matthew Holt |