summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-11-18Whoops, emergency bug fixv0.8-beta.4Matthew Holt
2015-11-18Remove SimpleHTTP and bump version to 0.8 beta 4!Matthew Holt
2015-11-18Default host now empty string; default port now depends on hostMatthew Holt
2015-11-17letsencrypt: Support for http-01, awkwardly straddling that and SimpleHTTP fo...Matthew Holt
2015-11-17letsencrypt: Don't assume default port of 443Matthew Holt
2015-11-17templates: Another context fix when host header is missing portMatthew Holt
2015-11-17Update docs n thingsMatthew Holt
2015-11-17proxy: Make headers when upstream is created; avoid potential nil ptr derefMatthew Holt
2015-11-17Merge pull request #345 from tw4452852/my_proxyMatt Holt
2015-11-17Merge pull request #347 from tw4452852/my_healthMatt Holt
2015-11-17proxy: make tests workable when offlineTw
2015-11-17proxy: make http header block scopedTw
2015-11-16Merge pull request #343 from abiosoft/masterMatt Holt
2015-11-16Proxy: Allow ignored subpaths.Abiola Ibrahim
2015-11-15Fix go vetMatthew Holt
2015-11-15websocket: Simple buildEnv test, and fix for addresses without portMatthew Holt
2015-11-15Added a few little testsMatthew Holt
2015-11-15Couple fixes for env var replacements and testsMatthew Holt
2015-11-15Merge pull request #319 from mbanzon/issue-304Matt Holt
2015-11-15Changed implementation of issue #304 fixMichael Banzon
2015-11-14Make signal trapping optionalMatthew Holt
2015-11-14Changed SIGINT and added support for HUP, QUIT, and TERMMatthew Holt
2015-11-14Several improvements and bug fixes related to graceful reloadsMatthew Holt
2015-11-14letsencrypt: Return an error if making site folder failsMatthew Holt
2015-11-14Much refactor; many fix; so wowMatthew Holt
2015-11-14Write pidfile only if server starts successfullyMatthew Holt
2015-11-14Added test for environment replacement.Michael Banzon
2015-11-13Merge pull request #340 from cubicdaiya/setcpu-test-fixMatt Holt
2015-11-13Merge pull request #339 from cubicdaiya/vary-accept-encodingMatt Holt
2015-11-14fixed test failure.Tatsuhiko Kubo
2015-11-14gzip: added Vary: Accept-Encoding to response header.Tatsuhiko Kubo
2015-11-10Merge pull request #333 from mholt/firststartupMatt Holt
2015-11-10markdown: Default extensions .md, .markdown, and .mdownMatthew Holt
2015-11-10core: Fixed minor restart bugMatthew Holt
2015-11-10Clean up flagsMatthew Holt
2015-11-10startup: Only run commands at first startupMatthew Holt
2015-11-10Merge pull request #332 from coolaj86/coolaj86-alphabetizeMatt Holt
2015-11-10Alphabetize command line options, vars, and checksAJ ONeal
2015-11-10add --pidfile string optionAJ ONeal
2015-11-10ext: Fix panic when URL path is emptyMatthew Holt
2015-11-10"-conf stdin" required to pipe in CaddyfileMatthew Holt
2015-11-10caddyfile: Change JSON format to use arrays, not objectsMatthew Holt
2015-11-09core: Fix bug that caused parent process to block indefinitelyMatthew Holt
2015-11-09Unexport internal types; improved markdown summariesMatthew Holt
2015-11-08Merge pull request #326 from PatelNDipen/masterMatt Holt
2015-11-08removed comment from browse testDipen Patel
2015-11-07markdown: Make base path optional, always generate linksMatthew Holt
2015-11-07Made style adjustments to browse and redir testsDipen Patel
2015-11-07-host and -port flags affect shorthand caddyfileMatthew Holt
2015-11-07Forgot this onev0.8-beta.3Matthew Holt