]> zoso.dev Git - buffer.git/shortlog
buffer.git
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
2013-03-29 Romain BeauxisMerge pull request #14 from substack/master
2013-03-20 James Hallidayinline all the core Buffer results so that the tests...
2013-03-20 James Hallidayusing testling-ci
2013-03-20 James Hallidayusing tape so we can run these tests in browsers
2013-03-20 James Hallidaystub out SlowBuffer=Buffer and a phony poolSize to...
2013-03-20 James Hallidayremove superfluous buffer.offset statements
2013-03-20 James Hallidayset offset to 0, all tests pass
2013-03-20 James Hallidayfill with 0s for Buffer(num)
2013-03-20 James Hallidayread/write ported from old buffer into new buffer,...
2013-03-20 James Hallidayported .copy()
2013-03-20 James Hallidayport fill() to new buffer
2013-03-20 James Hallidayadvance through more old buffer methods, moving helpers...
2013-03-20 James Halliday%s/SlowBuffer/Buffer/g
2013-03-20 James Hallidaysome tests passing, moved over to use slow buffer as...
2013-03-20 James Hallidaysplit into buffer and slow buffer files
2013-03-20 James Hallidayfailing test for an indexed modification
2013-03-20 James Hallidayindexes test passes
2013-03-20 James Hallidayput indexing into its own test
2013-03-16 James Hallidayanother failing test for indexes
2013-03-16 James Hallidayfailing test for array indexes
2013-03-01 Romain BeauxisBump version to 0.0.5
2013-02-27 Tõnis TiigiAdd support for fill()
2013-02-27 Romain BeauxisMerge pull request #11 from tonistiigi/overflow-issues
2013-02-27 Romain BeauxisMerge pull request #9 from tonistiigi/binary-encoding
2013-02-27 Romain BeauxisMerge pull request #10 from tonistiigi/clone-buffer
2013-02-27 Tõnis TiigiFix overflow issues on writing/reading integers
2013-02-27 Tõnis TiigiAllow creating buffers from buffers
2013-02-27 Tõnis TiigiAdd missing binarySlice/binaryWrite methods
2012-11-16 Romain BeauxisBump version.
2012-11-16 Romain BeauxisMerge pull request #7 from rdrey/master
2012-11-16 Rainer DreyerAdded tests
2012-11-15 Rainer DreyerAdded concat()
2012-09-20 JanusFix read too, add test for read. Also add buffer.copy
2012-09-20 Romain BeauxisBump version
2012-09-20 Romain BeauxisFixed write functions, thanks to @ysangkok
2012-07-15 Romain BeauxisBump version to 0.0.2
2012-06-29 Romain BeauxisMerge pull request #2 from sokra/master
2012-06-29 Tobias Koppersadd buffer_ieee754
2012-06-06 Romain BeauxisInitial commit.