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
/
src
/
node_buffer.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-17
MakeCallback: Consistent symbol usage
isaacs
1
-2
/
+2
2012-03-30
buffer: fix signedness compiler warnings
Ben Noordhuis
1
-19
/
+18
2012-03-23
Avoiding unnecessary ToString() calls
ssuda
1
-1
/
+1
2012-03-10
core: use proper #include directives
Ben Noordhuis
1
-3
/
+3
2012-03-09
buffer: throw from constructor if length > kMaxLength
Ben Noordhuis
1
-6
/
+7
2012-02-23
Remove unused variables.
Ben Noordhuis
1
-2
/
+1
2012-02-21
buffer: support decoding of URL-safe base64
Ben Noordhuis
1
-2
/
+4
2012-02-06
Merge remote-tracking branch 'ry/v0.6'
isaacs
1
-44
/
+29
2012-02-06
Revert support for isolates.
Ben Noordhuis
1
-35
/
+33
2012-02-02
buffers: fix intermittent out of bounds error
Ben Noordhuis
1
-1
/
+1
2012-02-02
buffers: honor length argument in base64 decoder
Ben Noordhuis
1
-43
/
+28
2011-12-15
Remove platform files, and use uv platform api
Igor Zinkovsky
1
-4
/
+0
2011-12-07
Move node_buffer.cc globals to struct
Ryan Dahl
1
-33
/
+35
2011-11-09
Remove stray NODE_MODULE() semi-colons.
Ben Noordhuis
1
-1
/
+1
2011-10-19
buffer: use NO_NULL_TERMINATION flag
koichik
1
-11
/
+6
2011-09-07
Merge remote branch 'origin/v0.4'
Ryan Dahl
1
-2
/
+15
2011-09-03
buffer: write() should always set _charsWritten.
koichik
1
-0
/
+11
2011-09-02
buffer: Avoid overrun with 'binary' encoding.
koichik
1
-2
/
+4
2011-08-26
Fix build - due to V8 API change
Ryan Dahl
1
-1
/
+1
2011-08-02
Remove platform_win32_winsock
Bert Belder
1
-1
/
+0
2011-07-26
Include "platform.h", not <platform.h> - conflicts with system headers
Ben Noordhuis
1
-1
/
+1
2011-07-26
Include "platform.h", not <platform.h> - conflicts with system headers
Ben Noordhuis
1
-1
/
+1
2011-07-14
Merge branch 'v0.4'
Ryan Dahl
1
-2
/
+16
2011-07-14
Fix Buffer drops last null character in UTF-8
koichik
1
-2
/
+16
2011-05-20
Merge branch 'v0.4'
Ryan Dahl
1
-0
/
+5
2011-05-19
makeFastBuffer should not segfault but rather throw on non-buffer
Ryan Dahl
1
-0
/
+5
2011-05-06
Add Buffer::fill method to do memset
Konstantin Käfer
1
-0
/
+22
2011-04-14
Merge branch 'v0.4'
Ryan Dahl
1
-1
/
+5
2011-04-13
Fix Buffer.write() with UCS-2 should not be write partial char
koichik
1
-1
/
+5
2011-03-22
Merge branch 'v0.4'
Ryan Dahl
1
-0
/
+1
2011-03-22
Guard failed buffer constructions.
Ryan Dahl
1
-0
/
+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
/
+2
2011-02-15
Revert "buffer.toString() shouldn't include null values"
Ryan Dahl
1
-7
/
+3
2011-02-14
buffer.toString() shouldn't include null values
Ryan Dahl
1
-3
/
+7
2011-02-07
UCS-2 support
Konstantin Käfer
1
-0
/
+46
2011-01-18
Clean up the way windows headers are included
Bert Belder
1
-5
/
+9
2010-12-20
Fix whitespace errors introduced by porting efforts
Bert Belder
1
-2
/
+2
2010-12-20
Fix header files for node_buffer.cc
Bert Belder
1
-1
/
+5
2010-12-03
Check buffer length using string length
Sean Braithwaite
1
-2
/
+2
2010-11-24
Allocations with new[] must be freed with delete[].
Tom Hughes
1
-1
/
+1
2010-11-20
Revert "Merge branch 'writev'"
Ryan Dahl
1
-5
/
+3
2010-11-20
Inline Buffer::Length and Buffer::Data
Ryan Dahl
1
-14
/
+0
2010-11-18
Small clean ups
Ryan Dahl
1
-2
/
+2
2010-11-18
Support encoding
Ryan Dahl
1
-3
/
+5
2010-10-26
Add C++ API for constructing fast buffer from string
Ryan Dahl
1
-0
/
+16
2010-10-22
Provide a C++ Buffer constructor for external storage.
Stéphan Kochen
1
-23
/
+69
2010-10-22
Generalize Buffer::Copy to work with all unsigned byte external data.
Stéphan Kochen
1
-4
/
+6
2010-10-22
Simplify things by using `*ArrayData` everywhere.
Stéphan Kochen
1
-33
/
+8
[next]