index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
buffer.js
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-24
buffers: handle bad length argument in constructor
Ben Noordhuis
1
-3
/
+12
2011-09-08
buffer: write() should always set _charsWritten.
koichik
1
-0
/
+1
2011-08-12
Incorporate endianness into buffer.read* function names instead of passing in...
Brian White
1
-203
/
+263
2011-08-08
Make buffer.INSPECT_MAX_BYTES public for mscdex
Ryan Dahl
1
-3
/
+3
2011-08-08
Truncate Buffer.inspect at 50 bytes
Ryan Dahl
1
-0
/
+12
2011-08-08
Endian argument should be a boolean. Signed integers shouldn't run through ch...
Robert Mustacchi
1
-193
/
+170
2011-07-27
Lazy load a few modules
Ryan Dahl
1
-5
/
+4
2011-07-24
Add an optional length argument to Buffer.write()
koichik
1
-28
/
+70
2011-07-16
More accurite error messages when writing beyond the length of a Buffer.
Devon Govett
1
-8
/
+8
2011-05-15
Add reading/writing of floats and doubles from/to buffers
Brian White
1
-0
/
+95
2011-05-07
Merge branch 'v0.4'
isaacs
1
-1
/
+1
2011-05-06
Add Buffer::fill method to do memset
Konstantin Käfer
1
-0
/
+33
2011-05-01
Add reading/writing of C integers to buffers
Robert Mustacchi
1
-3
/
+445
2011-04-28
Fix SlowBuffer.write() with 'ucs2' throws ReferenceError.
koichik
1
-1
/
+1
2011-04-03
Merge branch 'v0.4'
Ryan Dahl
1
-0
/
+2
2011-03-29
Closes GH-843. Fix SlowBuffer.prototype.slice
Ryan Dahl
1
-0
/
+2
2011-03-15
correct hexSlice end
Ryan Dahl
1
-1
/
+1
2011-03-15
Fix invalid end handling for SlowBuffer#hexSlice
isaacs
1
-1
/
+1
2011-03-14
Fix buffer.toString('hex')
Ryan Dahl
1
-1
/
+1
2011-03-14
Merge branch 'v0.4'
Ryan Dahl
1
-0
/
+21
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2011-02-19
Closes GH-695 Add 'hex' encoding to Buffer
isaacs
1
-0
/
+45
2011-02-07
Closes GH-609 Support array-ish args to Buffer ctor
isaacs
1
-2
/
+8
2011-02-07
UCS-2 support
Konstantin Käfer
1
-0
/
+17
2011-01-27
Typos
Ryan Dahl
1
-1
/
+1
2010-12-01
lint
Ryan Dahl
1
-43
/
+44
2010-11-29
buffer.copy targetStart defaults to 0
Ryan Dahl
1
-1
/
+2
2010-11-29
Document defaults for buffer.copy()
Ryan Dahl
1
-1
/
+1
2010-11-23
Fix buffer.slice(0, 0)
Ryan Dahl
1
-1
/
+1
2010-11-18
Make SlowBuffer pass Buffer.isBuffer test.
Stéphan Kochen
1
-1
/
+1
2010-11-02
Add legacy methods to Buffer
Ryan Dahl
1
-0
/
+28
2010-10-18
base64 decode should handle whitespace
Ryan Dahl
1
-1
/
+1
2010-09-14
Default value for second arg of Buffer#slice
Ryan Dahl
1
-6
/
+3
2010-09-09
Rename SlowBuffer in binding
Ryan Dahl
1
-1
/
+1
2010-09-09
Remove blobs, simplify SlowBuffer
Ryan Dahl
1
-1
/
+13
2010-09-09
Simplify fast buffer constructor
Ryan Dahl
1
-12
/
+9
2010-09-09
Improve long buffer test
Ryan Dahl
1
-10
/
+8
2010-09-09
defineProperty is slow, don't use it for fastbuffer
Ryan Dahl
1
-19
/
+7
2010-09-09
Expose SlowBuffer
Ryan Dahl
1
-0
/
+1
2010-09-09
Expose Buffer.poolSize
Ryan Dahl
1
-10
/
+9
2010-09-09
map charsWritten to fast buffer
Ryan Dahl
1
-4
/
+14
2010-09-09
More fast buffer work
Ryan Dahl
1
-28
/
+67
2010-09-09
fast buffer bounds checking in copy()
Ryan Dahl
1
-13
/
+41
2010-09-09
string.length !== Buffer.byteLength(string)
Tim-Smart
1
-3
/
+7
2010-09-09
Fast Buffer safe constructor
Ryan Dahl
1
-0
/
+4
2010-09-09
Fix fastbuffer style
Ryan Dahl
1
-17
/
+21
2010-09-09
Some silly fixes to buffer.js
Tim-Smart
1
-28
/
+27
2010-09-09
FastBuffer implementation. API needs migration
Tim-Smart
1
-2
/
+163
2010-08-19
Add get/set methods to Buffer
Ryan Dahl
1
-1
/
+9
2010-07-25
Added ability to pass offset to buffer write and toString methods as a string...
Dmitry Baranovskiy
1
-28
/
+17
[next]