]> zoso.dev Git - buffer.git/shortlog
buffer.git
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
2014-05-08 Feross Aboukhadijehreturn offset for end of last write (parity with 0.11)
2014-05-08 Feross Aboukhadijehadd failing test for write return offset
2014-05-08 Feross Aboukhadijeh2.2.0
2014-05-08 Feross Aboukhadijehremove console.logs
2014-05-08 Feross AboukhadijehRemove Buffer._charsWritten (parity with 0.11)
2014-05-08 Feross AboukhadijehBuffer#fill supports strings
2014-05-07 Feross Aboukhadijehprivate functions don't need to start with _
2014-05-07 Feross Aboukhadijehcode style
2014-05-07 Feross AboukhadijehBuffer#fill should be chainable
2014-05-07 Feross Aboukhadijehadd Buffer.compare, #compare, #equals
2014-05-07 Feross Aboukhadijehadd failing Buffer.compare, #compare, #equals tests
2014-05-07 Feross Aboukhadijehremove unused var
2014-04-18 Feross Aboukhadijeh2.1.13
2014-04-18 Feross Aboukhadijehpreserve comment
2014-04-10 Feross Aboukhadijeh2.1.12
2014-04-10 Feross Aboukhadijehfix typed array detection
2014-04-10 Feross AboukhadijehMerge pull request #26 from devongovett/patch-1
2014-04-10 Devon GovettUse correct Buffer in tests
next