[Pkg-javascript-commits] [node-browserify-zlib] 10/50: Merge pull request #1 from ipfs/update

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 13:09:39 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 0c0e715dbd27e007b0ffc7aae20fd350b20ab26c
Merge: 49bcb75 d35b22d
Author: Friedel Ziegelmayer <dignifiedquire at gmail.com>
Date:   Mon Apr 11 13:40:39 2016 +0200

    Merge pull request #1 from ipfs/update
    
    Latest pako & dictionary support

 .gitignore                                        |   4 +-
 .travis.yml                                       |  15 +-
 README.md                                         |   4 -
 karma.conf.js                                     |  18 +
 package.json                                      |  29 +-
 src/binding.js                                    | 372 +++++-----
 src/index.js                                      | 809 +++++++++++-----------
 test/common.js                                    | 101 +++
 test/fixtures/person.jpg                          | Bin 57928 -> 45658 bytes
 test/fixtures/person.jpg.gz                       | Bin 0 -> 45429 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-write.js               |  48 +-
 test/test-zlib-const.js                           |  17 +
 test/test-zlib-convenience-methods.js             | 123 ++--
 test/test-zlib-dictionary-fail.js                 |  34 +
 test/test-zlib-dictionary.js                      |  91 +++
 test/test-zlib-flush-drain.js                     |  55 ++
 test/test-zlib-flush.js                           |  42 ++
 test/test-zlib-from-concatenated-gzip.js          |  24 +
 test/test-zlib-from-gzip-with-trailing-garbage.js |  59 ++
 test/test-zlib-from-gzip.js                       |  39 ++
 test/test-zlib-from-string.js                     | 149 ++--
 test/test-zlib-invalid-input.js                   | 107 ++-
 test/test-zlib-params.js                          |  40 ++
 test/test-zlib-random-byte-pipes.js               | 238 +++----
 test/test-zlib-truncated.js                       |  55 ++
 test/test-zlib-write-after-close.js               |  20 +
 test/test-zlib-write-after-flush.js               |  94 ++-
 test/test-zlib-zero-byte.js                       |  66 +-
 test/test-zlib.js                                 | 331 +++++----
 test/tmp/person.jpg                               | Bin 0 -> 45658 bytes
 34 files changed, 1796 insertions(+), 1371 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