]> zoso.dev Git - buffer.git/shortlog
buffer.git
2013-12-18 eliangAdd support for UTF-16.
2013-12-15 Feross AboukhadijehUse base64-js fork that works in IE6-8 (until they...
2013-12-13 Feross Aboukhadijeh1.2.2
2013-12-13 Feross Aboukhadijehstyle
2013-12-13 Feross Aboukhadijehuse typedarray@0.0.5 for bugfixes in old IE
2013-12-12 Feross Aboukhadijeh1.2.1
2013-12-12 Feross Aboukhadijehtemporarily use typedarray@0.0.3 (until i can debug...
2013-12-12 Feross Aboukhadijehstyle
2013-12-12 Feross AboukhadijehMerge branch 'master' of github.com:RubenVerborgh/nativ...
2013-12-12 Feross Aboukhadijehstyle
2013-12-12 Ruben VerborghAccess buffer elements directly when slicing.
2013-12-12 Feross Aboukhadijehminor style
2013-12-11 Feross Aboukhadijeh1.2.0
2013-12-11 Feross Aboukhadijehuse typedarray@0.0.4 which fixes more errors in IE8
2013-12-11 Feross Aboukhadijehtestling: add android test
2013-12-11 Feross Aboukhadijehfix isArray function (tests pass in Firefox 3 now)
2013-12-11 Feross Aboukhadijehtestling: test chrome 4+ and firefox 3+
2013-12-11 Feross Aboukhadijehupdate typedarray dep to fix DataView ReferenceErrors
2013-12-11 Feross Aboukhadijehdon't assume existence of Uint8Array
2013-12-11 Feross AboukhadijehNo toArrayBuffer() method provided in old browsers
2013-12-11 Feross Aboukhadijehforce use of typedarray shim in Firefox 4-17
2013-12-11 Feross Aboukhadijehupdate typedarray to fix `new DataView`
2013-12-11 Feross Aboukhadijehfix buffer.toJSON method in Firefox 18+
2013-12-11 Feross Aboukhadijehfix isArray
2013-12-11 Feross Aboukhadijehalways use latest browserify
2013-12-11 Feross Aboukhadijehwork in browsers without Array.isArray
2013-12-11 Feross Aboukhadijehsmaller bundle size
2013-12-11 Feross Aboukhadijehupdate readme
2013-12-11 Feross Aboukhadijehclean up package.json
2013-12-11 Feross Aboukhadijehremove makefile, use npm scripts
2013-12-11 Feross Aboukhadijehadd substack
2013-12-11 Feross Aboukhadijehadd travis and testling
2013-12-11 Feross Aboukhadijeh1.1.0
2013-12-11 Feross AboukhadijehMerge branch 'no-buffer-in-tests'
2013-12-11 Feross AboukhadijehDon't rely on Buffer global in tests
2013-12-11 James Hallidayuse the typedarray DataView and ArrayBuffer
2013-12-11 James Hallidayusing typedarray
2013-12-09 Feross Aboukhadijehadd copyright line
2013-12-04 Feross Aboukhadijeh1.0.3
2013-12-04 Feross Aboukhadijehremove ArrayBuffer constructor API addition
2013-12-04 Feross Aboukhadijehsimplify toArrayBuffer test
2013-12-04 Feross Aboukhadijehapply Uint8Array speed optimization in Firefox
2013-12-04 Feross Aboukhadijeh1.0.2
2013-12-04 Feross Aboukhadijehremove assert module (50% file size savings) (fixes #2)
2013-11-26 Feross Aboukhadijeh1.0.1
2013-11-26 Feross AboukhadijehAPI Addition: do something reasonable for new Buffer...
2013-11-25 Feross Aboukhadijeh1.0.0
2013-11-25 Feross AboukhadijehLICENSE
2013-11-25 Feross AboukhadijehUse ES6 Proxy to workaround Firefox limitations
2013-11-25 Feross AboukhadijehCorrect README: support IE10+ only, no fallback for...
2013-11-25 Feross Aboukhadijehmake toJSON() use node 0.12 behavior; make test reliable
2013-11-25 Feross AboukhadijehFix test failures
2013-11-25 Feross Aboukhadijehfix comments
2013-11-18 Feross Aboukhadijeh0.5.0
2013-11-18 Feross AboukhadijehRevert "fix toJSON() method"
2013-11-18 Feross Aboukhadijeh0.4.0
2013-11-18 Feross AboukhadijehRequire browsers to have `Uint8Array` support
2013-11-18 Feross Aboukhadijehwhitespace
2013-11-18 Feross Aboukhadijehnative-buffer-browserify
2013-11-18 Feross Aboukhadijehmakefile to run perf tests
2013-11-18 Feross AboukhadijehREADME
2013-11-18 Feross Aboukhadijehadd perf results
2013-11-18 Feross Aboukhadijehadd performance tests
2013-11-18 Feross Aboukhadijehfix toJSON() method
2013-11-18 Feross Aboukhadijehfix weird whitespace chars
2013-11-18 Feross Aboukhadijehgitignore
2013-11-18 Feross Aboukhadijehload old `buffer-browserify` in browsers that don't...
2013-11-18 Feross Aboukhadijehupdate package.json
2013-11-18 Feross AboukhadijehBuffer backed by Uint8Array for insane performance!
2013-11-18 Feross AboukhadijehUpdate tap/tape deps (fixes #33)
2013-11-17 Romain BeauxisMerge pull request #32 from mscdex/patch-1
2013-11-13 Brian Whiteremove duplicate check in isBuffer
2013-09-22 Romain BeauxisMerge pull request #30 from mbrevoort/master
2013-09-22 Mike Brevoortadd MIT LICENSE file
2013-08-26 Romain BeauxisBump version
2013-08-26 Romain BeauxisPadd base64 strings with = up-to modulo 4 length.
2013-08-26 Romain BeauxisAdded test for base64 strings without padding.
2013-08-25 Romain BeauxisBump version. Fixed #28
2013-08-21 Romain BeauxisMerge pull request #25 from AndreasMadsen/slice-clamp
2013-08-21 Romain BeauxisMerge pull request #26 from AndreasMadsen/trimshim
2013-08-21 Andreas Madsenshim string.prototype.trim locally
2013-08-21 Andreas Madsensupport out of range slice
2013-08-20 Romain BeauxisBump version.
2013-08-20 Romain BeauxisMerge remote-tracking branch 'husio/husio'
2013-08-20 Romain BeauxisAdded faillig slice test.
2013-08-20 Romain BeauxisDetails
2013-08-20 Romain BeauxisMerge pull request #24 from AndreasMadsen/isEncoding
2013-08-20 Andreas Madsenadd Buffer.isEncoding method
2013-08-13 rafaelignoring ide files
2013-08-13 rafaellimited slicing implementation
2013-08-08 Romain BeauxisMerge pull request #21 from superjoe30/patch-1
2013-08-08 Andrew Kelleyignore whitespace. more compatible with node.js Buffer
2013-06-30 Romain BeauxisMerge pull request #18 from husio-org/master
2013-06-29 rafaelminor fixi
2013-06-29 rafaelpopulating assert on first use, to avoid circular depen...
2013-06-13 Romain BeauxisBumpe version to 0.1.0
2013-06-13 Romain BeauxisMerge pull request #16 from ELLIOTTCABLE/isArray-IE6
2013-06-13 Romain BeauxisMerge pull request #15 from mwilliamson/copy-zero-sourceend
2013-05-22 elliottcableNo longer using ES5 Array.isArray(), to support IE6
2013-04-11 Michael WilliamsonFix: buffer.copy ignores sourceEnd if it's set to 0
next