[Pkg-javascript-commits] [node-browserify-zlib] 41/50: Merge pull request #18 from ipfs/master
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 95e893b91bbd8944d903743030b35d6a33658874
Merge: 49bcb75 a15d5ca
Author: Friedel Ziegelmayer <dignifiedquire at gmail.com>
Date: Sat Jun 3 17:53:49 2017 +0200
Merge pull request #18 from ipfs/master
Upgrade to the latest
.gitignore | 7 +-
.npmignore | 7 +
.travis.yml | 15 +-
LICENSE | 49 ++
README.md | 18 +-
karma.conf.js | 11 +
package.json | 68 ++-
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/person.jpg | Bin 57928 -> 45658 bytes
test/fixtures/person.jpg.gz | Bin 0 -> 45429 bytes
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 ++---
43 files changed, 1768 insertions(+), 931 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