[Pkg-javascript-commits] [node-static] branch upstream created (now af165e0)
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:18:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a change to branch upstream
in repository node-static.
at af165e0 Merge pull request #111 from igorii/master
This branch includes the following new commits:
new 98965bb Initial commit
new 6ceeff7 (doc) README init
new 104a116 fix error logging
new e83c99c Various improvements & additions
new f9a8ae7 (doc) update README
new 4f1c974 (doc) update example
new 273ac51 (dist) version bump
new 4e0235d (dist) fix node version dependency
new 7e91581 (new) serveFile
new e660315 (dist) version bump
new 184c944 (new) in-memory file caching
new d029413 (dist doc) version bump
new 42344f7 (bench) init
new 9323cad fix http header case
new dc1c966 (dist) version bump
new aae6d7c add 'less' mime type
new 64aca80 mstat: multiple file stat utility
new 9c3f819 (new) support for directory streaming with concatination
new 444f944 (dist) version bump
new 9ce5781 only serve from cache if it's recent enough
new 0ae9513 (dist) version bump
new 8fddcf3 fix 304 condition
new 4005ea5 (dist) version bump
new 76896a5 (doc) document serveFile
new 0549e63 If we're automatically serving up the index.html from a directory, we need to perform an extra stat() call to get the size of that file. Otherwise, we end up setting the context-length to the size of the directory (4096 bytes in my case).
new bc2f50d (dist) version bump
new b616073 (api) serveFile takes a status and headers now.
new 277d1aa (dist doc) version bump & update docs
new f48ade0 (dist) remove 'lib' from directories
new 407315b fix mstat last-modified bug
new 35a7538 (dist) version bump
new 715036c added SVG MIME type to mime.js
new 931a409 added favicon image/x-icon MIME type to mime.js
new 9d0d3b6 Add support for HTML5 cache.manifest files
new 996dc6e fix chunk copy error in node 0.2.3+
new 8e15779 (dist) version bump
new 68a32ef fix buffer for node 0.3.0 compat
new 2ecc6c2 use Stream#pipe
new c34767a (dist) version bump
new 5a69074 support absolute paths (Charlie Robbins)
new 5843ea2 (dist) version bump
new a1c05e5 (dist) version bump
new d839336 fix file-serving bug
new 0a09e39 Allow headers to be overwritten
new fa4759e Merge pull request #26 from brapse/master
new 61ed9c9 pass all headers to
new 6093ebc loosen restriction on freshness headers
new f697b74 (dist) version bump
new c49e372 fix vulnerability when pathname starts with a '.'
new 13b9372 (dist) version bump
new 0978855 FIX: Root Jail rejected all requests with 'Access denied'
new 6ec674e Fix: International characters (like umlauts) in URLs where not decoded
new f9dca8f Merge pull request #28 from cimnine/master
new 783ac17 (dist) version bump
new 9804bb9 Added support for .htm files, which are esentially the same as .html
new 3fb381b Update README.md
new 2359b93 fixes casing of ETag
new 08863e1 ContentType should be case-insensitive. Reference http://www.ietf.org/rfc/rfc2616.txt / 3.7 Media Types
new 2bbf68a fixed issue regarding missing trailing slash in URL when using default file "index.html"
new 6a3449b Merge pull request #54 from phstc/master
new 1ce7214 removed call to 'sys', deprecated
new b184ea4 Merge pull request #57 from hlegendre/master
new af917a9 Replacing sys.puts / error to console.log / error.
new 0b3f0be Merge pull request #43 from alexindigo/master
new 65e3281 Merge pull request #29 from kalprestito/patch-1
new ffda8e3 New version 0.6.0. Related to #57
new 8a2c129 Fixing #58
new ae7776f Merge pull request #51 from pbouzakis/ETag
new 94bbfde HEAD requests should have the same headers as GET.
new 85377fd Merge pull request #60 from pbouzakis/headSameHeadersAsGet
new 63f9385 Adding integration tests
new c77b5cf added command line interface
new 307f3a4 include cli notes in README.md
new 65337c7 Merge pull request #65 from aaronj1335/cmd
new 660d61a Changes the code style
new 67b723b allow to set the Server header
new 788203a Merging #66
new cba7250 Bumped version number to 6.0.2
new 18684bc minor fix: handle mstat err, check indexstore instead of store
new f592d8a Fix for requests having both If-None-Match && If-Modified-Since
new ce42ee4 Use 'exports' instead of 'this'. Also, convert errant comma to a semicolon
new a32c790 Merges pull request #72
new ddfe906 Merges branch 'master' of https://github.com/zhangyijun/node-static
new 8de8fa9 Merges fix-not-modified-conditions
new ac44077 Converts all header names to lowercase, due node automatically converts them
new 32e6837 Bumped version number to 6.0.3
new c932e25 Adding ogg/ogv/oga mime types
new 183784a Merge pull request #73 from hsablonniere/patch-1
new 7f43aa5 Bumped version number to 6.0.4
new 114fe02 Added appcache mime
new 4d3aa77 Merge pull request #77 from m64253/master
new 276c12f Bumped version number to 6.0.5
new fb495dc Allow error listeners to handle response
new f039e1c 404 streaming test
new ed49feb added both use cases
new fa3d5de Allows dynamic addition of content types #75
new c9654ce Correct typo
new 0f20852 Merge pull request #81 from aredridel/patch-1
new c3956d1 Attempt to avoid decodeURI issue
new 0282706 added return statement
new efcf0eb Test for malformed URI
new e4cb3ae malformed URI adjustment for 404 with test case
new 11e9782 switch to 400 response for malformed uri
new f1dbda9 Merge pull request #84 from guybedford/master
new eeab04a Removed 'end' event listener.
new a78aaba One single Server exports.
new 5c8a24f Switched mime handling to mime package. Tests working with node 0.10.x.
new a2a3371 Cleaned up exports in main file. Corrected package version number. Added decodeURI test back in.
new 3a74c45 Fixed server name test. Issue was with file server options.
new d284915 Merge pull request #92 from dubiousdavid/master
new 5a1a08d Bumped version number to 6.0.8
new 937cdf8 Merge branch 'master' of github.com:cloudhead/node-static
new 5e02b21 call ReadableStream#resume() on the request
new 2f818f3 Merge pull request #93 from aaronj1335/call_resume
new 779b689 Bumped version number to 0.6.9
new 0294a0e Update README.md
new 36026a3 Merge pull request #95 from sebs/master
new ee1cee6 Merge pull request #87 from arjansingh/patch-1
new a364b0c Send custom headers even on a 304 Not Modified case
new 2760f37 Merge pull request #96 from donebizkit/master
new 8946c08 added '.resume()' to end of addListener because it's required for node 10.x+
new e294621 Merge pull request #97 from joshlangner/patch-1
new de26676 Merge remote-tracking branch 'upstream/master'
new 6af107c improved fix and added test cases
new 544f7ad Merge pull request #56 from TeeTeeHaa/master
new 16babca Add static gzip file support, where a gzip file with a matching name but adding .gz to the end can be served up to clients that support it. As part of that, changed the code so the Content-Type and Content-Length are sent even for an HTTP HEAD request.
new d9b968c Updated the README to describe gzip configuration
new 507e62e Remove in-memory cache
new 826e2b1 Fix check for acceptEncoding header to work if there is no accept-encoding header
new 7419a62 Fix check for acceptEncoding header to work if there is no accept-encoding header
new e56d0df Fix error with accept-encoding heaer check. Fix bug where Content-Length was sent with a 304 not modified response.
new 6251515 Fixed merge issues
new 818f5d6 Fixed more merge issues
new 36dc437 Updated syntax for ext. library (mime)
new 6f57aea Fixed mime lookup. It's not necessary to only pass in the file extension
new 00d1475 Reverted header check back to original, so we handle one or both of 'If-None-Match' and 'If-Modified-Since' correctly.
new d33d853 Changed order in README and removed merge comment
new 131b667 Corrected comma to semicolon
new bff5299 Merge pull request #100 from thbaja/master
new cfc9b41 Fix example
new 26a8eb7 Merge pull request #103 from EndangeredMassa/patch-1
new b899609 Update node-static.js
new 2771db5 Bump version to 0.7.0
new 72958f7 Merge branch 'patch-1' of https://github.com/valentinvieriu/node-static
new 3327cc5 Closes #104
new b51b8ae Bumps version to 0.7.1
new 716718d We accept POST too
new f9717e5 Accepts all kind of HTTP methods. Fixes #106 and #109
new 89048dc Bump version to 0.7.2
new 4962c77 Adding bounds checking to buffer copy in Server.stream
new af165e0 Merge pull request #111 from igorii/master
The 151 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-static.git
More information about the Pkg-javascript-commits
mailing list