summaryrefslogtreecommitdiffhomepage
path: root/middleware/errors
AgeCommit message (Expand)Author
2015-10-11Address various lint and gocyclo warnings. Fixes #253Zac Bergquist
2015-09-24errors: New 'visible' mode to write stack trace to responseMatthew Holt
2015-09-24errors: Restore http status text in testMatthew Holt
2015-09-24errors: Fix testMatthew Holt
2015-09-20More consistent error messagesMatthew Holt
2015-09-02Added LogRoller parser and entity.Maxime
2015-07-05Fix errors testsMatthew Holt
2015-07-05errors: Prepend timestamp to log entryMatthew Holt
2015-06-09Add unit test for errors middlewareTw
2015-05-05errors: Log includes file and line number of panicsMatthew Holt
2015-05-04Bringing in latest from master; refactoring under wayMatthew Holt
2015-04-30errors: Pointer to handler prevents nil pointer errors in handling (fixes #15)Matthew Holt
2015-04-28errors: Fix file paths for error pages & empty log filenamesMatthew Holt
2015-04-02Refactor: Middleware chain uses Handler instead of HandlerFuncMatthew Holt
2015-03-29Detailed godoc; better error handling conventionMatthew Holt
2015-03-29Controller/Dispenser refactoring, typo fixesMatthew Holt
2015-03-28New error handler middlewareMatthew Holt