]> zoso.dev Git - buffer.git/shortlog
buffer.git
2014-12-24 Feross Aboukhadijeh3.0.0
2014-12-24 Jesse Taneupdate node tests
2014-12-24 Jesse Tanecrypto-browserify doesn't work in old ie
2014-12-24 Jesse Taneupdate node tests
2014-12-24 Jesse Tanedo not transform node tests to use tape
2014-12-24 Feross Aboukhadijehbrowserify@7
2014-12-24 Feross Aboukhadijehreadme: tests from node.js core are included
2014-12-24 Feross Aboukhadijehcode style
2014-12-24 Feross AboukhadijehMerge branch 'jessetane-copy-over-node-buffer-tests'
2014-12-22 Jesse Taneallow decoding url-safe base64 space and slash
2014-12-22 Jesse Tanedo not encode partial or invalid code points to utf8
2014-12-22 Jesse Taneadd benchmark for encoding to utf8
2014-12-22 Jesse Tanedo not encode partial code units to utf16
2014-12-22 Jesse Taneupdate from-string tests and rename from utf16
2014-12-22 Jesse Tanestrip high bit when ascii slicing
2014-12-22 Jesse Tanemake generic (u)int ops work when TYPED_ARRAY_SUPPORT...
2014-12-22 Jesse Taneadd generic functions for (u)int ops - copied from...
2014-12-22 Jesse Tanebase64 changes to improve node compatibility
2014-12-22 Jesse Tanecopy should return length
2014-12-22 Jesse Taneupdate bounds checks and throw RangeErrors instead...
2014-12-22 Jesse Tanefix broken max-length check
2014-12-22 Jesse Tanemimic SlowBuffer and Buffer#parent just enough to pass...
2014-12-22 Jesse Tanedownload node's buffer tests
2014-12-22 Jesse Taneadd downloader to pull node's buffer tests
2014-12-22 Feross Aboukhadijehnpm test: abort if node tests fail
2014-12-16 Feross AboukhadijehMerge pull request #50 from ArtskydJ/master
2014-12-16 Joseph DykstraBeautified data
2014-12-07 Feross Aboukhadijeh2.8.2
2014-12-07 Feross Aboukhadijehdon't run browser tests in PRs
2014-12-07 Jesse Taneonly blit whole code units
2014-12-07 Jesse Taneadd failing test for writing partial utf16 code units
2014-10-31 Feross Aboukhadijeh2.8.1
2014-10-31 Feross Aboukhadijehremove testling image; test firefox 21+
2014-10-31 Feross Aboukhadijehskip testing very old firefox versions
2014-10-31 Feross Aboukhadijehreadme formatting
2014-10-31 Feross Aboukhadijehenable opera tests (fix typo)
2014-10-29 Feross Aboukhadijehadd sauce labs testing (via zuul)
2014-10-29 Feross Aboukhadijeh2.8.0
2014-10-29 Feross Aboukhadijehbuf.constructor = Buffer
2014-10-29 Feross AboukhadijehREADME: Update perf results & add firefox, safari
2014-10-29 Feross Aboukhadijehexclude node buffer from one buffer perf test
2014-10-29 Feross Aboukhadijehupdate node perf test results
2014-10-29 Feross Aboukhadijehfix bug in tests
2014-10-29 Feross Aboukhadijehadd test: convert to Uint8Array in modern browsers
2014-10-29 Feross Aboukhadijehfix browser perf command
2014-10-29 Feross Aboukhadijehtest style
2014-10-29 Feross Aboukhadijehdon't bundle during prepublish
2014-10-26 Feross Aboukhadijehfix perf test paths
2014-10-26 Feross Aboukhadijehremove duplicate perf tests
2014-10-26 Feross Aboukhadijehimprove perf tests
2014-10-26 Feross Aboukhadijehsmall perf improvement for `copy`
2014-10-26 Feross Aboukhadijehdon't publish perf/ to npm
2014-10-25 Feross Aboukhadijehflat badges
2014-09-12 Feross Aboukhadijeh2.7.0
2014-09-12 Feross Aboukhadijehsignificant code reshuffling to match node core style
2014-09-12 Feross AboukhadijehEliminate use of assert(), switch to raw throw (fix...
2014-09-12 Feross Aboukhadijehuse is-array
2014-09-12 Feross Aboukhadijeh2.6.2
2014-09-12 Feross Aboukhadijehuse shim for Number.isNaN
2014-09-12 Feross Aboukhadijeh2.6.1
2014-09-12 Feross Aboukhadijehfix readFloat bug
2014-09-12 Feross Aboukhadijehadd perf-node script
2014-09-12 Feross Aboukhadijeh2.6.0
2014-09-12 Feross Aboukhadijehskip overflow test for object impl
2014-09-12 Feross Aboukhadijehfix test
2014-09-11 Feross Aboukhadijehmake read functions match node
2014-09-11 Feross Aboukhadijehtest object impl in node; write methods match node...
2014-09-11 Feross Aboukhadijehorganize tests better
2014-09-11 Feross Aboukhadijeh2.5.1
2014-09-11 Feross Aboukhadijehexport TYPED_ARRAY_SUPPORT for typedarray-to-buffer
2014-08-10 Feross Aboukhadijehlicense
2014-07-22 Feross Aboukhadijehreadme
2014-07-22 Feross Aboukhadijeh2.5.0
2014-07-22 Feross Aboukhadijehmake IE10 use the Object implementation
2014-07-22 Feross Aboukhadijehfirefox 3-3.6, ie6-8: use shim instead of Array.isArray
2014-07-22 Feross Aboukhadijehfix tests for ie6+7: fix use of JSON object
2014-07-17 Feross Aboukhadijeh2.4.0
2014-07-17 Feross Aboukhadijehconstruct new buffer from buffer toJSON() output (fix...
2014-07-17 Feross Aboukhadijehadd failing test for new buffer from buffer.toJSON...
2014-07-17 Feross Aboukhadijehremove private clamp and coerce functions
2014-07-17 Feross Aboukhadijeh2.3.4
2014-07-17 Feross Aboukhadijehsimplify Buffer.isBuffer check
2014-07-17 Feross Aboukhadijehreadme cleanup
2014-07-17 Feross Aboukhadijehadd note about tracking node 0.11 api
2014-06-30 Feross Aboukhadijeh2.3.3
2014-06-29 Feross AboukhadijehStrip invalid characters from base64 strings (fix #33)
2014-06-29 Feross AboukhadijehAdd failing test for base64 newlines issue (#33)
2014-06-07 Feross Aboukhadijehhomepage = github
2014-05-30 Feross Aboukhadijeh2.3.2
2014-05-30 Feross AboukhadijehMerge pull request #31 from dcousens/master
2014-05-29 Daniel Cousensmove Buffer.isBuffer out of loop
2014-05-28 Daniel Cousensuse modulus of 256 not writeInt8
2014-05-28 Daniel Cousensadd failing test for mixed signed input
2014-05-27 Feross Aboukhadijeh2.3.1
2014-05-27 Feross AboukhadijehMerge branch 'dcousens-master'
2014-05-24 Daniel Cousensuse writeInt8 when reading from an array
2014-05-24 Daniel Cousensadd failing test for array of ints
2014-05-08 Feross Aboukhadijehdisable useragent test
2014-05-08 Feross Aboukhadijehtest expected browsers get Uint8Array implementation
2014-05-08 Feross Aboukhadijeh2.3.0
next