]> zoso.dev Git - buffer.git/shortlog
buffer.git
2018-02-16 Feross Aboukhadijehreadme: update browser support list
2018-02-16 Feross Aboukhadijehdo not run ES6 tests on iOS 9.3, only run ES5 tests
2018-02-16 Feross AboukhadijehUse TypedArrayView.copyWithin() when available
2018-02-16 Feross Aboukhadijehfix yml syntax for list, so iPhone tests run
2018-02-16 Feross Aboukhadijehonly test major ios versions
2018-02-16 Feross Aboukhadijehskip ES6 tests in Safari 9, only run ES5 tests
2018-02-16 Feross AboukhadijehRemove special-case copy() for len < 1000
2018-02-16 Feross Aboukhadijehtest ios 9.3+, safari 9+, last two Edge versions
2018-02-16 Feross Aboukhadijehmore robust check for invalid arguments to copy()
2018-02-16 Feross AboukhadijehRemove unneeded char from regex
2018-02-16 Feross AboukhadijehMerge branch 'vmx-sync-tests-alloc'
2018-02-16 Feross Aboukhadijehdisable flaky android test
2018-02-16 Feross Aboukhadijehmake properties 'parent' and 'offset' non-enumerable
2018-02-16 Feross Aboukhadijehconvert to ES5 for IE11 support
2018-02-16 Feross Aboukhadijehmove common.js to node/ folder so it doesn't run in...
2018-02-07 Feross AboukhadijehMerge pull request #181 from GeekStocks/master
2018-02-03 David Waltonfix typo
2018-01-21 Volker MischeUse automatically downloaded test-buffer-alloc
2018-01-21 Volker MischeRemove some post-processing from download script
2018-01-21 Volker MischeRemove tests that were moved
2018-01-21 Volker MischeFix outdated error message
2018-01-21 Volker MischeAdd .parent property
2018-01-21 Volker Mischeconst is needed to fix some test
2018-01-21 Volker MischeAdd .offset property
2018-01-21 Volker MischeFix single character fast path
2018-01-21 Volker MischeThrow error on alloc() if value can't be encoded
2018-01-21 Volker MischeCustom implementation of toLocaleString()
2018-01-21 Volker MischeError message for "size" parameter changed
2018-01-21 Volker MischeNode.js also supports Buffer creation from {buffer...
2018-01-21 Volker MischeOut of bounds error message changed
2018-01-21 Volker MischeOut of bounds error message changed
2018-01-21 Volker MischeError message on Buffer creation changed
2018-01-21 Volker MischeThrow error when no buffer is given for `copy()`
2018-01-21 Volker MischeAdd `printSkipMessage()` stub
2018-01-21 Volker MischeChange error message when unknown encoding is given
2018-01-18 Volker MischeHex strings no longer need have even number of digits
2018-01-18 Volker MischeTreat `=` as end of Base64 encoded string
2018-01-18 Volker Mischetest-buffer-alloc updated from uptream
2017-09-29 Feross Aboukhadijeh5.0.8
2017-09-29 Feross AboukhadijehRemove my email from comment
2017-08-05 Feross Aboukhadijeh5.0.7
2017-08-05 Feross Aboukhadijehauthors
2017-08-05 Feross AboukhadijehMerge pull request #170 from feross/arraybuffer-context
2017-08-04 Feross AboukhadijehTreat ArrayBuffers from another context as valid
2017-08-04 Feross AboukhadijehMerge pull request #165 from srsudar/arraybuffer-readme
2017-07-01 Sam SudarAdd slice for converting to ArrayBuffer
2017-04-05 Feross Aboukhadijeh5.0.6
2017-04-05 Feross Aboukhadijehadd back Number.isNaN shim for IE
2017-04-05 Feross AboukhadijehMerge pull request #159 from feross/improvements
2017-04-05 Feross Aboukhadijehremove string.trim() shim
2017-04-05 Feross Aboukhadijehuse `Number.isNaN` consistently
2017-04-05 Feross Aboukhadijehsupport environments that lack ArrayBuffer.isView ...
2017-03-21 Feross Aboukhadijehstandard
2017-03-02 Feross AboukhadijehMerge pull request #158 from feross/readme
2017-02-21 Feross AboukhadijehAdd conversion instructions
2017-02-09 Feross Aboukhadijeh5.0.5
2017-02-09 Feross AboukhadijehMerge pull request #155 from feross/instanceof
2017-02-09 Feross AboukhadijehUndo `instanceof Buffer` changes
2017-02-09 Feross Aboukhadijeh5.0.4
2017-02-09 Feross AboukhadijehMerge pull request #153 from feross/standard
2017-02-09 Feross AboukhadijehReplace `Buffer.isBuffer` with `instanceof Buffer`
2017-02-09 Feross Aboukhadijehremove 'typeof ArrayBuffer' checks
2017-02-09 Feross Aboukhadijehdownload: one less newline
2017-02-09 Feross Aboukhadijehfix bug caught by standard v9
2017-02-09 Feross Aboukhadijehremove unneeded property access
2017-02-09 Feross Aboukhadijehstandard
2017-02-09 Feross Aboukhadijehstandard
2017-02-02 Feross Aboukhadijeh5.0.3
2017-02-02 Feross Aboukhadijehcheck for console.error before using it (for IE5-7)
2017-01-25 Feross Aboukhadijehbrowserify@14
2017-01-24 Feross Aboukhadijehremove old comment
2016-12-02 Feross Aboukhadijehauthors
2016-12-02 Feross Aboukhadijeh5.0.2
2016-12-02 Feross Aboukhadijehfix comment
2016-12-02 Feross AboukhadijehMerge pull request #148 from adventure-yunfei/master
2016-12-02 Feross AboukhadijehMerge pull request #150 from feross/feross/cleanup
2016-12-02 Feross Aboukhadijehdocs
2016-12-02 Feross Aboukhadijehtest: there is nothing after IE11
2016-12-02 Feross Aboukhadijehtest: ES6 tests on Safari and iPhone
2016-12-02 Feross Aboukhadijehtest: run ES6 tests on Edge
2016-12-02 Feross Aboukhadijehtest: remove poly fill for Array.forEach, Array.map...
2016-12-02 Feross Aboukhadijehtest: remove checks for TYPED_ARRAY_SUPPORT
2016-12-02 Feross AboukhadijehAdd bin/ to .npmignore
2016-12-02 Feross Aboukhadijehremove useless file
2016-11-22 Feross Aboukhadijehstandard fixes
2016-11-07 Feross Aboukhadijehauthors
2016-11-07 Feross Aboukhadijeh5.0.1
2016-11-07 Feross AboukhadijehMerge pull request #149 from emilbayes/master
2016-11-07 Emil BayUpdate browser testing instructions
2016-11-07 Emil BayFix Buffer => B, squash
2016-11-07 Emil BayFix bug with .fill bytes > 127 from other encoding
2016-11-03 adventure-yunfeiadventure-yunfei fix: wrong overwritting of not writabl...
2016-10-17 Feross AboukhadijehMerge pull request #146 from fanatid/create-buffer...
2016-10-17 Kirill Fomichevchange style of condition in createBuffer
2016-09-29 Feross Aboukhadijehadd missing uglify-js dev dep
2016-09-27 Feross AboukhadijehMerge pull request #143 from jdalton/rm
2016-09-27 John-David... Remove old browser note. [ci skip]
2016-09-27 Feross Aboukhadijehreadme: update sizes
2016-09-27 Feross Aboukhadijehauthors
2016-09-27 Feross Aboukhadijeh5.0.0
next