[Pkg-javascript-commits] [node-browserify-zlib] 45/50: Import node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg.orig.tar.xz
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 13:09:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browserify-zlib.
commit e0f9d00acd24b8e39bd6ef17810909b484a4145d
Merge: c06ae74 427719f
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Fri Dec 15 12:38:00 2017 +0100
Import node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg.orig.tar.xz
.gitignore | 7 +-
.npmignore | 7 +
.travis.yml | 15 +-
LICENSE | 49 ++
README.md | 18 +-
karma.conf.js | 11 +
package.json | 70 ++-
src/binding.js | 584 ++++++++++++++-------
src/index.js | 244 +++++----
test/build.js | 67 +++
test/common.js | 166 ++++++
test/disabled-test-zlib-flush.js | 36 ++
...ed-test-zlib-from-gzip-with-trailing-garbage.js | 49 ++
test/disabled-test-zlib-params.js | 34 ++
test/fixtures/empty.txt | 1 -
test/fixtures/pseudo-multimember-gzip.gz | Bin 0 -> 161 bytes
test/fixtures/pseudo-multimember-gzip.z | Bin 0 -> 148 bytes
test/ignored/test-zlib-dictionary-fail.js | 48 --
test/ignored/test-zlib-dictionary.js | 95 ----
test/ignored/test-zlib-params.js | 33 --
test/package.json | 7 -
test/test-zlib-close-after-error.js | 16 +
test/test-zlib-close-after-write.js | 40 +-
test/test-zlib-const.js | 17 +
test/test-zlib-convenience-methods.js | 87 ++-
test/test-zlib-dictionary-fail.js | 28 +
test/test-zlib-dictionary.js | 89 ++++
test/test-zlib-flush-drain.js | 48 ++
test/test-zlib-flush-flags.js | 28 +
test/test-zlib-from-concatenated-gzip.js | 80 +++
test/test-zlib-from-gzip.js | 30 ++
test/test-zlib-from-string.js | 126 ++---
test/test-zlib-invalid-input.js | 85 ++-
test/test-zlib-random-byte-pipes.js | 94 ++--
test/test-zlib-sync-no-event.js | 21 +
test/test-zlib-truncated.js | 67 +++
test/test-zlib-unzip-one-byte-chunks.js | 28 +
test/test-zlib-write-after-close.js | 12 +
test/test-zlib-write-after-flush.js | 78 +--
test/test-zlib-zero-byte.js | 53 +-
test/test-zlib.js | 133 ++---
41 files changed, 1769 insertions(+), 932 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-zlib.git
More information about the Pkg-javascript-commits
mailing list