[Pkg-javascript-commits] [node-sha.js] branch master created (now bd941a4)
Bastien Roucariès
rouca at moszumanska.debian.org
Fri May 5 09:02:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a change to branch master
in repository node-sha.js.
at bd941a4 Finalize changelog
This branch includes the following new commits:
new c1cabff initial
new d91aabb update stuff, still one problem with finalizing some lengths...
new ee95185 HAHA IT WORKS
new 48ce51b a few more test cases
new 51c40fa tidy
new 283f192 refactor util functions out
new d11e6f6 test incremental update
new 8cbcade update to buffer incrementally
new fe59f0c separate basic stuff into Hash function
new 55c7003 move of string stuff, use dataview
new 04b9dee use dataview
new bdba2ec use dataview
new 1331b1f deal with endianness
new 0a211b2 hammer in a piton, incase I fall off this cliff
new 417c298 tests for Hash
new 655a7be more tests
new f1c9d10 more debuging
new fa6f893 refactor tests
new fdee30b fix digest
new abe5373 convert to string
new 9c701f4 remove redundant tests
new 7e2fc4c simplify bit manipulations
new f633b94 use bigendian
new 3da2747 the working buffer can use system default endianness
new 2313658 tidy
new 8c1a1a7 { on end of line
new ce7d53a remove logging
new e5071ca more encodings
new 19ce345 add more encodings to write
new f860f65 tests for hex encoding
new 9e17355 toHex supports strings and buffers
new b1488b5 support hex encoding
new 3515f2f testling
new dece220 basic tests for encoding
new 48d1eb9 use bops for encoding/decoding
new 5167411 use bops
new ccb7eaf use bops at 0.1.1
new 6620d1a rename to Sha1
new 36506c6 support multiple encodings
new 6a9992a readme
new 6e96340 1.0.0
new a331a15 remove unused utils
new e7c530f drop support for legacy versions
new 18f39f8 always run all tests
new 254a4e8 didin't work
new a6aacc6 0.11 is not working...
new 422aa1f add tests from NIST
new e799a6f code to prepare nist-vectors.json
new f2adc77 handle large updates all at once, to pass NIST tests
new fec1026 1.0.1
new 52ef73e todo
new aa0d4fa update vector test to cover sha256
new 76ffe66 use my toHex
new 8e8e854 update hash tests - for some reason, t.deepEqual doesn't work well on buffers?
new c42eb76 remove final, and force to Uint8Array
new 70a6101 implement sha256!
new f424197 refactor tests, for createHash
new 41a1c53 expose createHash, like node's crypto
new 4fa33c9 1.1.0
new 53bd808 interpret utf-8 as utf8
new 7e94cf7 leaking globals
new d47673b allow subclass to give hash by _hash method
new 91649a6 for some reason, this is MUCH faster!
new 618f16d command to hash a large file
new f58c321 this tiny change make it 11% faster on 174mb file!
new 12e401b tidyup
new 36d4639 set debug mode to show time elapsed
new f6842dd make installable as a command
new 2869ea0 1.2.0
new a656ccf Merge branch 'fix3'
new d061547 avoid unnecessary overwrite, 5% improvement
new 0a0ee38 this made no difference
new fdf1030 use _blockLength property
new ae5a050 1.2.1
new 2c664aa tidy
new 55dfc90 this is a little faster, but not much...
new 3ba9a1f this is twice as fast! turns out creating DataViews is quite slow! /cc @feross
new 84379b3 this is quite a bit faster
new 15f80b9 use toggle to compare with forge, but inlining makes this the same perf, although removing safe_add improved perf a lot
new d176073 tidy
new dce6d28 tidy
new 72b825b tidy
new 564b809 1.2.2
new 7b0cae7 support binary encoding
new c616d74 compute correct length for binary string
new 96e417c test coverage for binary encoding
new 039696e 1.3.0
new 27f6767 experiment using node buffers
new 71a31b6 fake buffer, based on DataView
new c421953 fix fakebuffer
new 391fc9f tests for fakebuffer
new 56c1e35 getter for buffer length
new a6398fe use fakebuffer instead of buffer
new 6a572d2 use buffer methods
new c61542e Int32 is a little faster than Uint32
new 8e7119b refactor, to use buffers in tests
new 3d89958 inject Buffer dep, so can test with different implementations
new fd5e58a load browserify.js to force native-buffer-browserify
new 21df559 inject Buffer dep into hash
new e42d66c delete fakebuffer.js
new e34e8b5 tidy
new 6f03926 tidy
new ea3a4ad Merge branch 'buffer'
new b464d5b remove custom encoding stuff - just use buffer
new b0a9d4b remove encoding utils
new 4d9fb4d remove bops
new 91c233b 2.0.0
new 9b9badc Several Memory Related Performance Improvements
new 1c4c41c 2.1.0
new d1d4ac8 do not run test/test.js in the browser, it depends on node.js
new 994bb41 2.1.1
new b95d57c work around tape/ff
new e7f3030 remove hexpp
new afeb954 remove debugging stuff
new 51559d5 2.1.3
new c6a2777 native-buffer-browserify -> buffer
new 657c0a9 use browserify edge case to get browser version of core module in node
new 4277483 2.1.4
new 23ee33f use buffer/
new c8fce46 2.1.5
new f1d60ee Fixes disparity between 'SHA1' working on node but failing in browser
new c035793 Merge pull request #3 from zeusdeux/master
new 18e1fd4 2.1.6
new 4fc22d2 check for streaming updates
new 50b8ddb Fix streaming updates (limit writing so it doesn't go over block size)
new 37981e0 also test with 3 partial updates
new 7a9d2b5 2.1.7
new 9983eb4 check if DataView exist before using instanceof check
new 412288f Merge pull request #6 from TimBeyer/fix-data-view-check
new a8751f6 2.1.8
new a184d68 README: add newline before testling badge
new edf48c3 LICENSE: update to include all contributors
new 40f50cc fixtures: cleanup of vectors generation
new 13e43c5 fixtures: remove unused md4 data
new 0703b9d hash: use update() argument instead
new a04fae0 sha: jshint cleanup
new 418d59d remove utils.js
new fb2e39f hash: adhere to NIST paper properly
new b431a1a hash: increase verbosity
new 3e19416 sha512: add implementation
new b4de630 index: remove unused export
new 0299989 sha: remove unused POOL
new ac05b4d LICENSE: update to include all contributors
new 8ca8dfc Fall back to normal array if no typed arrays
new 6e0bd2d Don't use console.error
new 1501425 Merge pull request #10 from dcousens/license
new 01e393f get tests working correctly
new 5a4cb12 2.2.0
new d123901 document implemented hashes
new a2998d5 2.2.1
new b1fc47f Merge branch 'master' of github.com:dominictarr/sha.js
new eeeb530 2.2.2
new b4e83fa fix test
new 68974c3 2.2.3
new 7d8b28f merge
new ba60293 2.2.4
new 68797f9 move buffer and typedarray into devdeps
new 5d6ed4d 2.2.5
new 8734884 don't use global module
new e2376fd safely check for IntArray32 existance
new f867e61 2.2.6
new 526e246 use hash-test-vectors module
new 1d3275d 2.2.7
new 56694e5 sha224 and 384
new 996be1c clean up factories
new 84bde3c add prepublish safety script
new ac9d3d4 2.3.0
new aef9b82 Use inherits module instead of util
new 64229dd 2.3.1
new 9dc2814 adds .gitignore for node_modules
new d35623d improve sha* code structuring consistency
new c18e7eb sha1: format sha1_kt similar to sha1_ft for clarity
new d985016 sha*: avoid unnecessary var declaration separation
new bc8c1e8 Merge branch 'gitignore' of https://github.com/dcousens/sha.js
new 69d5974 2.3.2
new 3b32ff2 sha1: inline _ft, _kt functions
new f830142 sha1: unroll conditionals
new bf46619 sha1: use a closure over seperate loops
new 26a75ec sha1: use a closure over separate loops
new d7c1638 2.3.3
new a454744 Merge branch 'shaopt' of https://github.com/dcousens/sha.js
new b044c10 2.3.4
new e5486fd sha256: extract branches out
new f985426 sha512: same branch extraction as #18
new f08a5ea 2.3.5
new 40f1aa9 transfer to crypto-browserify org
new 73ae700 2.3.6
new 2a67456 README: not just SHA1 anymore
new ca6950d sha0: add implementation
new 4563da6 document legacyness of sha1 and sha0
new 196737d 2.4.0
new 8b3b545 Update README.md
new 7ae291a Merge pull request #22 from molinto/patch-1
new 69bca08 2.4.1
new 8eb102b example is sha256 not sha1
new 4a0b095 tests: remove unused generateCount function
new 0041dbb adds standard
new d1a23ab bin: adhere to standard
new 1334d89 hash: adhere to standard
new 2aa2707 hexpp: adhere to stnadard
new 1839fb7 index: adhere to standard
new e6851ca tests: adhere to standard
new 5657c76 vectors: adhere to standard
new 74f5fc4 sha*: adhere to standard
new ace4747 package: use standard 4.0.0
new cdfe4b8 Merge pull request #26 from crypto-browserify/standard
new 41b4f26 Merge branch 'master' of github.com:crypto-browserify/sha.js
new ee9184b 2.4.2
new f731e1a Adds npm badge (resolves #28)
new 66a0b4c README: update badge paths
new ca03356 Update README.md
new 34e55ac Merge pull request #31 from crypto-browserify/remove-testling
new 52659f7 fix standard issues
new e6e5b1e inline Sigma functions
new 2047818 2.4.3
new 98aae64 Merge pull request #32 from crypto-browserify/perf
new 8a30527 2.4.4
new 2b250d6 Update package.json
new 096fb32 Add node v4 and v5 to travis config
new d97d992 Merge pull request #33 from fanatid/feature/travis
new 6b341b7 Improve performace
new 659e629 Merge pull request #34 from fanatid/feature/perf
new dbfbe08 2.4.5
new 62a582c travis: add 6
new 150a4fa 2.4.6
new b3b51a3 2.4.7
new c233442 2.4.8
new 5cf6d85 Initialize git-dpm
new 0a4acbd First debianization
new 2975509 Improve copyright
new 1e7f999 Use test suite
new b2a98a9 Fix testsuite
new 084f098 merge patched into master
new 0b7b44d Fix install location
new a723656 Improve description
new 9d17ee5 Add testsuite cli
new bd941a4 Finalize changelog
The 237 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-sha.js.git
More information about the Pkg-javascript-commits
mailing list