1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove .buffer extension (not an official mime type) More... almost 14 years ago
Avoid overwriting default extension on subsequent mime.define()'s More... almost 14 years ago
Added comments to node.types providing rational (or lack thereof) for the types we've got there. - removed octet-stream and appcache types from node.types now that they're in mime.types More... almost 14 years ago
Added mime types from HTML5 Boilerplate such as Chrome Extension and x-component. More... almost 14 years ago
Update from Apache mime.types. Bump patch version. More... over 14 years ago
Make 'appcache' the default extension for application cache files More... over 14 years ago
Updated mime.types file from Apache More... over 14 years ago
merging html5 types from louisremi More... over 14 years ago
"appcache" is the new recommended extension, as per http://lists.w3.org/Archives/Public/public-html-diffs/2011Feb/0003.html More... over 14 years ago
The recommended extension for AppCache is .appcache http://lists.w3.org/Archives/Public/public-html-diffs/2011Feb/0003.html and add the extension for the webapp manifest More... over 14 years ago
Support for m3u8 and ts types, fixes #6 More... over 14 years ago
Add MIT license More... over 14 years ago
convention seems to be 2 spaces between mime and extension More... over 14 years ago
move text/cache-manifest mime from mime.types to node.types More... over 14 years ago
add text/cache-manifest mime for HTML5 offline applications More... over 14 years ago
update readme More... over 14 years ago
update readme More... over 14 years ago
readme updates More... over 14 years ago
readme updates More... over 14 years ago
Fixed typo in README.md More... over 14 years ago
readme tweak More... over 14 years ago
buffer -> bin More... over 14 years ago
Added mime#define to allow programatic type declaration mime#load now uses mime#define Updated node.types file to keep default extension for octet-stream as 'bin' Tweaks to readme and package file More... over 14 years ago
Cleaned up file parsing code Fixed bug with trailing whitespace in types files Changed merge logic when types are defined in multiple files. If a file redefines a mime type, the default extension for that type is also updated. (Note that this means the extension for the default octet-stream type has changed from 'bin' to 'buffer') More... over 14 years ago
Refactor to keep node-mime specific enhancements out of the Apache types file. More... over 14 years ago
Make index.js not be a symlink but a module More... almost 15 years ago
Update README with how to install More... almost 15 years ago
Add a few custom extensions More... almost 15 years ago
Resolve merge conflict More... almost 15 years ago
Add "m4p" extension. More... almost 15 years ago