]> zoso.dev Git - buffer.git/shortlog
buffer.git
2018-04-28 Feross Aboukhadijehstyle
2018-04-28 Feross AboukhadijehMerge pull request #194 from machinomy/master
2018-04-27 ukstvAdd TypeScript declaration file
2018-03-17 Feross Aboukhadijehairtap@0.0.4
2018-03-08 Feross AboukhadijehMerge pull request #188 from feross/greenkeeper/initial
2018-03-08 Feross Aboukhadijehremove greenkeeper badge
2018-03-02 Feross AboukhadijehMerge pull request #191 from feross/airtap-test
2018-03-02 Feross Aboukhadijehairtap: always run browser test
2018-02-23 Feross Aboukhadijehuglify-js@3
2018-02-23 greenkeeper... docs(readme): add Greenkeeper badge
2018-02-23 greenkeeper... chore(package): update dependencies
2018-02-23 Feross Aboukhadijehairtap@0.0.2
2018-02-23 Feross Aboukhadijehbrowserify@16
2018-02-23 Feross Aboukhadijehis-buffer@2
2018-02-23 Feross AboukhadijehMerge pull request #186 from ChALkeR/patch-1
2018-02-22 Сковорода Никита... new Buffer -> Buffer.from
2018-02-21 Feross AboukhadijehMerge pull request #185 from feross/airtap
2018-02-21 Feross Aboukhadijehzuul -> airtap
2018-02-18 Feross Aboukhadijehstandard
2018-02-16 Feross Aboukhadijehtest on node lts
2018-02-16 Feross Aboukhadijehremove stray const for Safari 9 support
2018-02-16 Feross AboukhadijehFix isInstance() in IE11
2018-02-16 Feross AboukhadijehSkip destructive test-buffer-inspect.js test
2018-02-16 Feross AboukhadijehFix Buffer.inspect() output to match Node.js (test...
2018-02-16 Feross AboukhadijehBuffer.isBuffer(Buffer.prototype) should be false
2018-02-16 Feross Aboukhadijeherror message fix
2018-02-16 Feross Aboukhadijehparent, offset are enumerable to match Node.js
2018-02-16 Feross AboukhadijehMatch Node.js Buffer.from() argument handling (test...
2018-02-16 Feross Aboukhadijehstyle
2018-02-16 Feross Aboukhadijehdocument that numberIsNaN is for IE11
2018-02-16 Feross AboukhadijehFix error messages for invalid sizes (test-buffer-slow.js)
2018-02-16 Feross AboukhadijehFix error message from new Buffer(num) (test-buffer...
2018-02-16 Feross AboukhadijehSupport Uint8Array arguments to buf.compare() (test...
2018-02-16 Feross Aboukhadijehconvert isArrayBuffer() to generic isInstance() function
2018-02-16 Feross Aboukhadijehstyle
2018-02-16 Feross Aboukhadijehreplace 'instanceof Buffer' with Buffer.isBuffer()
2018-02-16 Feross AboukhadijehUpdate buf.compare() error message (test-buffer-compare...
2018-02-16 Feross AboukhadijehMatch node.js Buffer.byteLength() behavior
2018-02-16 Feross AboukhadijehIgnore test-buffer-bindingobj-no-zerofill.js
2018-02-16 Feross AboukhadijehUpdate error message for test-buffer-bad-overload.js
2018-02-16 Feross Aboukhadijehskip irrelevant test file: test-buffer-sharedarraybuffer.js
2018-02-16 Feross AboukhadijehPull in new test files from Node.js core that are passing!
2018-02-16 Feross Aboukhadijehadd semi
2018-02-16 Feross Aboukhadijehdownload-node-tests: don't delete common.js
2018-02-16 Feross Aboukhadijeh5.1.0
2018-02-16 Feross AboukhadijehDrop Node 0.10 support
2018-02-16 Feross AboukhadijehBuffer.concat() accepts Uint8Array instances
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
next