github.com/geddy/geddy/commi… request_helpers > getParams() now catches if no params for route exist This fixes crash on node 0.12.2 which is d...
github.com/geddy/geddy/commi… sessions-leveldb: now supporting sessions.host config option
github.com/geddy/geddy/commi… session-leveldb: reconnecting on timeout or error
github.com/geddy/geddy/commi… session level db now accepts running multilevel db by setting config.sessions.createServer = false you can tell t...
github.com/geddy/geddy/commi… session-level db adapter: first worker now creates server while other workers connect
github.com/geddy/geddy/commi… fixes #681: workers now know theire worker number using geddy.config.workerNumber
github.com/geddy/geddy/commi… Merge pull request #685 from phanect/use-strict
github.com/geddy/geddy/commi… Don't assign value to params.controller when params === false
github.com/geddy/geddy/commi… now checking for existance of lockfile first before trying to open it
github.com/geddy/geddy/commi… bugfix: leveldb session store now correctly calls callback
github.com/geddy/geddy/commi… fixes #680: leveldb sessions now use multilevel
github.com/geddy/geddy/commi… Merge pull request #678 from phanect/use-strict Add 'use strict'
github.com/geddy/geddy/commi… Merge pull request #676 from phanect/travis Add Node 0.12 & io.js support to Travis config
github.com/geddy/geddy/commi… Fix variable declaration without var
github.com/geddy/geddy/commi… Fix duplicate data property name
github.com/geddy/geddy/commi… The secret should be ... well, secret. :)