2
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 23 hours ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix: Don't override the port if no override is specified! More... over 12 years ago
Parse config before checking for port override. More... over 12 years ago
Fix specifying port on command line. More... over 12 years ago
Initialize Args with an empty map. More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into i18n More... over 12 years ago
Added Accept-Language HTTP header parsing to Request More... over 12 years ago
Don't rely on builtins being exported More... over 12 years ago
Break the watcher config into 3 parts More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into i18n More... over 12 years ago
Integrated goconfig support for config file merging More... over 12 years ago
Merge pull request #45 from nikoudel/harnessPortConfiguration More... over 12 years ago
Added support for regions in locales given to Message() More... over 12 years ago
Removed the address from getFreePort() because net.Listen("tcp", ":0") will listen on all local addresses. More... over 12 years ago
Harness port configuration More... over 12 years ago
Fixed discarding logger initialization being part of the benchmark More... over 12 years ago
Added test case and benchmark for Message() with folding and arguments More... over 12 years ago
Fixed Message() benchmark accuracy and verbosity More... over 12 years ago
Added support for messages with variable arguments More... over 12 years ago
Merge remote-tracking branch 'upstream/master' into i18n More... over 12 years ago
Remove unnecessarily chatty log message More... over 12 years ago
Small update to interceptor docs. More... over 12 years ago
Refactor the validators (formerly Checks) into a separate file. More... over 12 years ago
Refactor mvc.go into {mvc,controller,session,flash,params}.go More... over 12 years ago
Add comments to Plugin interface. More... over 12 years ago
Added basic i18n framework that loads all messages files with a locale extension using goconfig More... over 12 years ago
Add a starter test suite to the skeleton app. .gitignore test results More... over 12 years ago
go fmt More... over 12 years ago
Merge pull request #37 from robfig/twitter-oauth More... over 12 years ago
Minor update to Twitter oauth example More... over 12 years ago
Fix up the pull request to work with newer config object. More... over 12 years ago