summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-04-30core: Fix dyslexic/backward handling of 403/404 errorsv0.5.1Matthew Holt
2015-04-30errors: Pointer to handler prevents nil pointer errors in handling (fixes #15)Matthew Holt
2015-04-30core: Graceful error handling during heavy load; proper error responsesMatthew Holt
2015-04-30fastcgi: Fix for handling errors that come from responderMatthew Holt
2015-04-29-host flag to set default hostMatthew Holt
2015-04-29Default host is now 0.0.0.0 (wildcard)Matthew Holt
2015-04-29Merge pull request #18 from mholt/portflagMatt Holt
2015-04-28-port flag to override default portMatthew Holt
2015-04-28Merge pull request #14 from abiosoft/masterMatt Holt
2015-04-28Fix for Issue 13: Trouble running in Docker containers (or binding to 0.0.0.0)Abiola Ibrahim
2015-04-28adding support for fastcgi index files in subdirectoriesThomas Hansen
2015-04-28errors: Fix file paths for error pages & empty log filenamesMatthew Holt
2015-04-28Clarified "no dependencies"; info about 3rd party librariesMatthew Holt
2015-04-27Ignore automated build script and stuffv0.5.0Matthew Holt
2015-04-27Fixed config file leak, but new todo itemMatthew Holt
2015-04-27More canonical godoc shield, I supposeMatthew Holt
2015-04-27Added some godocMatthew Holt
2015-04-27Fixed link/email in instructionsMatthew Holt
2015-04-27Merge branch 'master' of github.com:mholt/caddyMatthew Holt
2015-04-27Add notes for contributorsMatthew Holt
2015-04-27Create LICENSE.mdMatt Holt
2015-04-27Merge pull request #2 from thomas4019/masterMatt Holt
2015-04-27The README sorely needed an updateMatthew Holt
2015-04-27Merge branch 'master' of https://github.com/mholt/caddyThomas Hansen
2015-04-27websockets: quick version fixMatthew Holt
2015-04-26Server header in responseMatthew Holt
2015-04-26gzip strips Accept-Encoding header after using itMatthew Holt
2015-04-26added comment about encoding headerThomas Hansen
2015-04-26gzip middleware now strips encoding headerThomas Hansen
2015-04-26With just a destination, default redir code is now 301Matthew Holt
2015-04-25Merge pull request #1 from thomas4019/masterMatt Holt
2015-04-25generalizing fastcgi parameters, and improving headers passed.Thomas Hansen
2015-04-25Merge branch 'master' of https://github.com/mholt/caddyThomas Hansen
2015-04-25Default port is 2015Matthew Holt
2015-04-25Markdown requires a base path (for now)Matthew Holt
2015-04-24More accurate initialization outputMatthew Holt
2015-04-24Replaced cpu directive with command line flagMatthew Holt
2015-04-23Basic auth middlewareMatthew Holt
2015-04-23Slightly more helpful parse error messageMatthew Holt
2015-04-23Latency now available with recorder and replacerMatthew Holt
2015-04-23log: Fix so user can specify custom log formatMatthew Holt
2015-04-23Shows site addresses at start; new -quiet flagMatthew Holt
2015-04-22Default port is now 80Matthew Holt
2015-04-22Better parse support for files with only an address lineMatthew Holt
2015-04-21Make the thing compileMatthew Holt
2015-04-21Meh.Matthew Holt
2015-04-21Minor UI tweaks to directory listingsMatthew Holt
2015-04-21Better error handling when executing templatesMatthew Holt
2015-04-21A few helpful commentsMatthew Holt
2015-04-21Fixed a typoMatthew Holt