summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
2015-05-05Merge pull request #50 from ChannelMeter/core/bind_addressMatt Holt
2015-05-04Rename bindaddr to just bindNimi Wariboko Jr
2015-05-04core: add bindaddr directive, allowing you to specify what address to listen onNimi Wariboko Jr
2015-05-05adding crypto/tls sessioncacheGuilherme Rezende
2015-05-04Consistent app name/version info; pipe config data through stdinMatthew Holt
2015-05-04Major refactoring of middleware and parser in progressMatthew Holt
2015-05-04Bringing in latest from master; refactoring under wayMatthew Holt
2015-04-30core: Fix dyslexic/backward handling of 403/404 errorsv0.5.1Matthew Holt
2015-04-30core: Graceful error handling during heavy load; proper error responsesMatthew Holt
2015-04-28Fix for Issue 13: Trouble running in Docker containers (or binding to 0.0.0.0)Abiola Ibrahim
2015-04-27Fixed config file leak, but new todo itemMatthew Holt
2015-04-26Server header in responseMatthew Holt
2015-04-24Replaced cpu directive with command line flagMatthew Holt
2015-04-21A few helpful commentsMatthew Holt
2015-04-21Fixed a typoMatthew Holt
2015-04-18Enforce canonical URLsMatthew Holt
2015-04-15Virtual hosts and SNI supportMatthew Holt
2015-04-12Respond with 404 if requesting server's config fileMatthew Holt
2015-04-09Added flag to disable http/2 support (still enabled by default)Matthew Holt
2015-04-02Refactor: Middleware chain uses Handler instead of HandlerFuncMatthew Holt
2015-03-29Detailed godoc; better error handling conventionMatthew Holt
2015-03-28Refactored file server to return errorsMatthew Holt
2015-03-28Major refactoring for better error handlingMatthew Holt
2015-03-26Controller can register functions to run at shutdownMatthew Holt
2015-03-26Recover from panic during requestsMatthew Holt
2015-03-26New startup and shutdown directivesMatthew Holt
2015-03-24Adapted std lib file server and gutted itMatthew Holt
2015-03-20Docs and comments, la laMatthew Holt
2015-03-16Experimental HTTP/2 supportMatthew Holt
2015-03-03Partial support for location contexts in config filesMatthew Holt
2015-01-29Godoc for middleware packages and server packageMatthew Holt
2015-01-29Updated docs; renamed a couple utility filesMatthew Holt
2015-01-21New 'cpu' directive; now uses all cores by default (if needed)Matthew Holt
2015-01-18Major refactoring; more modular middlewareMatthew Holt
2015-01-13Added flag to specify config file locationMatthew Holt
2015-01-13Early prototype; initial commitMatthew Holt