0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove logging More... over 11 years ago
use the saved instance of slice where applicable in router More... over 11 years ago
minor More... over 11 years ago
minor refactor, adding a helper function to clean up a promise success handler More... over 11 years ago
update the README to remove mention of a feature that turned out to be an anti-pattern and is no longer available. More... over 11 years ago
update App.prototype.start to be able to take an object parameter specifying host, port, and other options or to take the node server style port, host parameters More... over 11 years ago
add sinon dependency More... over 11 years ago
should have been in last commit More... over 11 years ago
Revert "Merge pull request #57 from soitgoes/master" More... over 11 years ago
move logic out of bogart.js into request.js and router.js More... over 11 years ago
Merge branch 'master' of github.com:nrstott/bogart More... over 11 years ago
ensure that there is no uncaught failure condition in router test for matching "/" when no route found for "" More... over 11 years ago
Merge pull request #57 from soitgoes/master More... over 11 years ago
pass jsgi instead of host and port in order for ssl options to be possible More... over 11 years ago
Merge branch 'master' of https://github.com/nrstott/bogart More... over 11 years ago
added jsgiOptions to App.start More... over 11 years ago
changed the property descriptors of the Request object returned from `bogart.request` More... over 11 years ago
change isXMLHttpRequest to use a getter More... over 11 years ago
remove unused variables More... over 11 years ago
remove the Request constructor More... over 11 years ago
bump to v0.3.45 More... over 11 years ago
Solved issue of the gzip middleware check for 'content-length' header only checking for the 'content-length' variant, also now check for the 'Content-Length' variant. In future, think about making these headers truly case-insensitive or enforcing that the entire header be lower case. More... over 11 years ago
bump to v0.3.44 More... over 11 years ago
Merge pull request #56 from elwerene/master More... over 11 years ago
fixed partials bug More... over 11 years ago
updated mustache to version 0.7.2 More... over 11 years ago
remove unneeded argument in cascade middleware next call More... over 11 years ago
fix a typo in the readme More... over 11 years ago
add 'use' to cascade middleware. More... over 11 years ago
bump to v0.3.43 More... over 11 years ago