0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #54: Add mime type of .manifest files. More... over 11 years ago
bump to v0.3.42 More... over 11 years ago
Updated the default not found application for router to return the proper content length using Buffer.byteLength instead of the strings length method More... over 11 years ago
bump to v0.3.41 More... over 11 years ago
correct problem where second router in the an app.use sequence was being setup two times causing an error More... over 11 years ago
Merge branch 'master' of github.com:nrstott/bogart More... over 11 years ago
Merge pull request #51 from travis4all/clean More... over 11 years ago
remove haml-view example More... over 11 years ago
fix the delete in the task example More... over 11 years ago
bump version More... over 11 years ago
updated promised-io version More... over 11 years ago
Merge pull request #53 from bennlich/master More... almost 12 years ago
Removed mysteriously added newline chars. More... almost 12 years ago
Performed find/replace on scripts in lib/ and test/ directories. promised-io/lib/promised -> promised-io/promised More... almost 12 years ago
:gem: Travis CI image/link in readme :gem: More... almost 12 years ago
:gem: Added travis.yml file :gem: More... almost 12 years ago
Merge pull request #50 from node-migrator-bot/clean More... almost 12 years ago
[fix] Changed require('sys') to require('util') for compatibility with node v0.8 More... almost 12 years ago
Merge pull request #47 from malleor/master More... over 12 years ago
Fixed node's "This type of response MUST NOT have a body. Ignoring write() calls." warning on 304. `gzip` has been adding body after `directory` responded with 304. More... over 12 years ago
v0.3.38 More... over 12 years ago
In keeping with the design philosphy, changed method for retrieving a ResponseBuilder from bogart.response() to bogart.res() More... over 12 years ago
Updated changelog, bumped version to v0.3.37 More... over 12 years ago
Merge branch 'response-pipe' More... over 12 years ago
Merge pull request #42 from jdc0589/master More... over 12 years ago
minor More... over 12 years ago
fix logic errors in ResponseBuilder that prevented request from piping to it. More... over 12 years ago
Make ResponseBuilder a NodeJS Stream. More... over 12 years ago
fixed view test (has been broken since at least commit 4df21ac24ce10348151df0c9179d2f557218ccad More... over 12 years ago
added template cacher param to the renderer signature, and before/after render event arguments. Updated the default mustache renderer to work with the new signature. More... over 12 years ago