]> zoso.dev Git - buffer.git/shortlog
buffer.git
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
2016-09-27 Feross AboukhadijehRemove unneeded `that` parameter
2016-09-27 John-David... Add `enumerable` and `writable` descriptors.
2016-09-27 Feross Aboukhadijehclean up typed array support detection
2016-09-27 Feross AboukhadijehConvert offsets to unsigned int consistently
2016-09-27 John-David... Update dot files.
2016-09-27 Feross AboukhadijehRemove object implementation tests
2016-09-27 Feross Aboukhadijehv5: Remove Object implementation
2016-09-27 John-David... Remove isarray dep.
2016-09-14 Feross AboukhadijehMerge pull request #135 from feross/style
2016-09-14 Feross Aboukhadijehstyle: Move prototype setup to right after Buffer const...
2016-09-10 Feross Aboukhadijehchange standard ignore syntax
2016-08-26 Feross Aboukhadijehstandard
2016-08-18 Feross Aboukhadijeh4.9.1
2016-08-18 Feross AboukhadijehMerge pull request #132 from feross/throw-negative
2016-08-18 Feross Aboukhadijehthrow on negative .allocUnsafe() argument
2016-08-18 Feross Aboukhadijehtest: sync node.js tests to master (node v6.4.0)
2016-08-18 Feross Aboukhadijehtest: Remove assert hack
2016-08-09 Feross Aboukhadijehhq standard badge
2016-08-08 Feross Aboukhadijehfixpack
2016-08-08 Feross AboukhadijehMerge pull request #129 from feross/AUTHORS
2016-08-08 Feross AboukhadijehAdd AUTHORS.md to thank contributors!
2016-08-08 Feross Aboukhadijeh4.9.0
2016-08-08 Feross AboukhadijehMerge pull request #128 from feross/typeof
2016-08-08 Feross AboukhadijehFix: Add missing "typeof"
2016-08-08 Feross Aboukhadijehtest: undo removing iphone test
next