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