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
2015-09-06
buffer: SlowBuffer only accept valid numeric values
Michaƫl Zasso
1
-2
/
+2
2015-09-06
src: fix memory leak in ExternString
Karl Skomski
1
-4
/
+8
2015-08-21
buffer: reapply 07c0667
Fedor Indutny
1
-0
/
+11
2015-08-04
buffer: fix missing null/undefined check
Trevor Norris
1
-0
/
+4
2015-08-04
buffer: rename internal/buffer_new.js to buffer.js
Ben Noordhuis
1
-1
/
+1019
2015-08-04
deps: update v8 to 4.4.63.9
Ben Noordhuis
1
-5
/
+1
2015-08-04
buffer: implement Uint8Array backed Buffer
Trevor Norris
1
-1145
/
+4
2015-07-03
util: prepend '(node) ' to deprecation messages
Sakthipriyan Vairamani
1
-4
/
+5
2015-06-25
buffer: prevent abort on bad proto
Trevor Norris
1
-2
/
+0
2015-06-25
buffer: optimize Buffer#toString()
Ben Noordhuis
1
-2
/
+11
2015-06-16
buffer: fix cyclic dependency with util
Brendan Ashworth
1
-3
/
+2
2015-06-11
tools: enable/add additional eslint rules
Roman Reiss
1
-0
/
+1
2015-06-04
util: introduce `printDeprecationMessage` function
Vladimir Kurchatkin
1
-10
/
+2
2015-05-22
buffer: optimize Buffer.byteLength
Brendan Ashworth
1
-17
/
+49
2015-04-23
buffer: little improve for Buffer.concat method
Jackson Tian
1
-5
/
+5
2015-04-16
buffer: fast-case for empty string in byteLength
Jackson Tian
1
-0
/
+3
2015-03-11
buffer: align chunks on 8-byte boundary
Fedor Indutny
1
-0
/
+6
2015-03-09
buffer: Don't assign .parent if none exists
Trevor Norris
1
-1
/
+4
2015-03-05
lib: avoid .toLowerCase() call in Buffer#write()
Ben Noordhuis
1
-31
/
+29
2015-03-05
lib: hand-optimize Buffer constructor
Ben Noordhuis
1
-74
/
+140
2015-03-05
buffer: reword Buffer.concat error message
Chris Dickinson
1
-1
/
+1
2015-03-04
buffer: add indexOf() method
Trevor Norris
1
-0
/
+18
2015-02-16
buffer: fix pool offset adjustment
Trevor Norris
1
-1
/
+3
2015-02-11
buffer: expose internals on binding
Vladimir Kurchatkin
1
-16
/
+15
2015-02-07
buffer: don't compare same buffers
Vladimir Kurchatkin
1
-0
/
+9
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-20
/
+20
2015-01-31
lib: fix max size check in Buffer constructor
Ben Noordhuis
1
-3
/
+7
2015-01-28
buffer: implement `iterable` interface
Vladimir Kurchatkin
1
-0
/
+77
2015-01-21
lib: use const to define constants
cjihrig
1
-9
/
+9
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-10-08
buffer, doc: misc. fix and cleanup
Trevor Norris
1
-24
/
+37
2014-10-03
buffer: add generic functions for (u)int ops
Yazhong Liu
1
-0
/
+151
2014-10-01
buffer: mv floating point read/write checks to JS
Trevor Norris
1
-0
/
+80
2014-09-29
buffer: fix and cleanup fill()
Trevor Norris
1
-0
/
+23
2014-09-23
buffer: fix map and set parent to undefined
upstream/0.12.0
Trevor Norris
1
-2
/
+4
2014-09-19
buffer: improve Buffer constructor
Kang-Hao Kenny
1
-5
/
+1
2014-07-29
Merge remote-tracking branch 'origin/v0.10' into master
Fedor Indutny
1
-1
/
+1
2014-07-29
buffer: fix sign overflow in `readUIn32BE`
Fedor Indutny
1
-2
/
+2
2014-06-27
buffer: construct new buffer from buffer toJSON() output
cjihrig
1
-2
/
+5
2014-06-23
buffer: improve {read,write}{U}Int* methods
Nick Apperson
1
-180
/
+50
2014-05-07
buffer: Fix incorrect Buffer.compare behavior
Feross Aboukhadijeh
1
-1
/
+1
2014-04-28
buffer: add compare and equals methods
Sean McArthur
1
-0
/
+25
2014-04-10
buffer: return uint if MSB is 1 in readUInt32
goussardg
1
-2
/
+2
2014-04-11
buffer: truncate buffer after string decode
Fedor Indutny
1
-1
/
+8
2014-04-01
buffer: improve {read,write}{U}Int* methods
Nick Apperson
1
-132
/
+59
2014-03-10
buffer: fix typo in `SlowBuffer`
Vladimir Kurchatkin
1
-1
/
+1
2014-03-10
buffer: allow toString to accept Infinity for end
Brian White
1
-1
/
+1
2013-12-21
buffer: optimize writeInt* methods
Paul Loyd
1
-43
/
+0
2013-11-15
buffer: convert values to uint, not int
Trevor Norris
1
-44
/
+40
[next]