Merge branch 'v0.4'
[platform/upstream/nodejs.git] / test / simple / test-buffer.js
2011-05-08 isaacsMerge branch 'v0.4'
2011-05-06 Konstantin KäferAdd Buffer::fill method to do memset
2011-04-30 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-04-28 koichikFix SlowBuffer.write() with 'ucs2' throws ReferenceError.
2011-04-19 Ryan DahlMerge branch 'v0.4'
2011-04-14 Ryan DahlMerge branch 'v0.4'
2011-04-13 koichikFix Buffer.write() with UCS-2 should not be write parti...
2011-04-11 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-04-04 Ryan DahlMerge branch 'v0.4'
2011-03-31 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-29 Ryan DahlCloses GH-843. Fix SlowBuffer.prototype.slice
2011-03-25 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-22 Ryan DahlMerge branch 'v0.4'
2011-03-18 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-18 Ryan DahlMerge branch 'v0.4'
2011-03-15 isaacsFix invalid end handling for SlowBuffer#hexSlice
2011-03-15 Ryan DahlMerge branch 'v0.4'
2011-03-15 Ryan DahlUpdate copyright headers
2011-02-26 Ryan DahlMerge branch 'v0.4'
2011-02-20 Ryan DahlMerge branch 'v0.4'
2011-02-20 isaacsCloses GH-695 Add 'hex' encoding to Buffer
2011-02-15 Ryan DahlRevert "buffer.toString() shouldn't include null values"
2011-02-14 Ryan Dahlbuffer.toString() shouldn't include null values
2011-02-07 isaacsCloses GH-609 Support array-ish args to Buffer ctor
2011-02-07 Konstantin KäferUCS-2 support
2011-01-11 Ryan DahlMerge branch 'vanilla-libeio'
2011-01-02 Bert BelderMerge remote branch 'origin/master'
2010-12-22 Tom HughesDon't access buffer data before initializing it.
2010-12-05 Oleg EfimovGJSLint all simple tests exclude http-*, url, path
2010-12-04 Ryan DahlFix global leaks in test-buffer.js
2010-11-23 Ryan DahlFix buffer.slice(0, 0)
2010-10-18 Jorge Chamorro Bielingunbase64 skips over *any* illegal chars
2010-10-18 Ryan Dahlbase64 decode should handle whitespace
2010-09-17 Ryan DahlRemove process._byteLength
2010-09-14 Ryan DahlDefault value for second arg of Buffer#slice
2010-09-09 Ryan DahlMerge branch 'fast-buffer'
2010-09-09 Ryan DahlFix big string bug
2010-09-09 Ryan DahlImprove long buffer test
2010-09-09 Ryan DahlExpose fast-buffer bug in tests
2010-09-09 Ryan DahlMore fast buffer work
2010-09-09 Ryan Dahlfast buffer bounds checking in copy()
2010-08-27 Ryan DahlSafe Constructor: Buffer
2010-08-17 Herbert VojčíkMore changes to tests so they really work under context...
2010-08-04 Ryan DahlFix toString('base64') bug
2010-07-30 Ben NoordhuisBuffer: graciously handle padding in base64-encoded...
2010-07-29 Ryan DahlFix ending \0 in base64 decoding
2010-07-28 Ben NoordhuisBuffer: adjust buffer size so the base64-decoded input...
2010-07-26 Dmitry BaranovskiyAdded ability to pass offset to buffer write and toStri...
2010-07-23 Ryan DahlImplement buffer.write for base64
2010-07-23 Ryan DahlImplement buffer.toString('base64')
2010-07-20 Peter GriessFix Buffer.toString() on 0-length slices.
2010-07-15 Ryan DahlUpdate tests to work with module contexts
2010-07-15 Peter GriessBuffer.copy() should liberally allow empty copies.
2010-06-30 Ryan DahlRevert "Buffer.copy should copy through sourceEnd,...
2010-06-25 Matt RanneyBuffer.copy should copy through sourceEnd, as specified.
2010-06-24 Ryan Dahl:%s/sys.puts/console.log/g
2010-05-17 Felix GeisendörferSupport arrays and strings in buffer constructor
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-14 Ryan DahlFix triple buffer slice bug
2010-04-14 Rhys JonesMerge branch 'master' into openssl
2010-04-08 Ryan DahlUse some more Binary/F methods for Buffer
2010-04-06 Ryan DahlFix bug in buffer.utf8Write() which included \u0000
2010-04-05 Ryan DahlAdd buffer.copy
2010-03-20 Ryan DahlMerge branch 'net2'
2010-03-20 Ryan DahlMerge branch 'master' into net2
2010-03-20 Ryan DahlMove Buffer into own module
2010-03-19 Ryan DahlSpeed up test-buffer
2010-03-17 Ryan DahlMerge branch 'master' into net2
2010-03-15 Ryan DahlMerge branch 'master' into net2
2010-03-12 Ryan DahlMerge branch 'master' into net2
2010-03-12 Ryan DahlMerge branch 'master' into HEAD
2010-03-10 Ryan DahlMerge branch 'master' into net2
2010-03-10 Ryan DahlMerge branch 'master' into net2
2010-03-09 Ryan DahlDon't use process.mixin in test-buffer.js
2010-03-09 Ryan DahlMerge branch 'master' into net2
2010-03-08 Ryan DahlMerge branch 'master' into net2
2010-03-06 Ryan DahlMerge branch 'master' into net2
2010-03-02 Ryan DahlMerge branch 'master' into net2
2010-03-02 Ryan DahlMerge branch 'master' into net2
2010-02-26 Ryan DahlMove net2 tests into test/simple