]> zoso.dev Git - buffer.git/shortlog
buffer.git
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.