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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-31
Cluster: fix shared handles on Windows
Alexis Campailla
1
-17
/
+1
2014-07-31
repl: proper `setPrompt()` and `multiline` support
Fedor Indutny
1
-4
/
+10
2014-07-31
Revert "repl: fix overwrite for this._prompt"
Fedor Indutny
2
-12
/
+6
2014-07-29
repl: fix overwrite for this._prompt
Yazhong Liu
2
-6
/
+12
2014-07-29
Merge remote-tracking branch 'origin/v0.10' into master
Fedor Indutny
6
-9
/
+13
2014-07-29
buffer: fix sign overflow in `readUIn32BE`
Fedor Indutny
1
-2
/
+2
2014-07-28
cluster: enable error/message events using .worker
cjihrig
1
-0
/
+2
2014-07-24
querystring: do not add sep for empty array
cjihrig
1
-10
/
+13
2014-07-23
net: add remoteFamily for socket
Jackson Tian
2
-0
/
+6
2014-07-23
child_process: do not access stderr when stdio set to 'ignore'
cjihrig
1
-4
/
+4
2014-07-16
tls_wrap: remove unused variable
Brian White
1
-1
/
+0
2014-07-15
lib: jslint string_decoder.js
Fedor Indutny
1
-2
/
+2
2014-07-15
stream2: flush extant data on read of ended stream
Chris Dickinson
1
-2
/
+21
2014-07-15
cluster: include settings object in 'setup' event
Ryan Graham
1
-3
/
+3
2014-07-15
cluster: allow multiple calls to setupMaster()
Ryan Graham
1
-3
/
+7
2014-07-12
child_process: handle writeUtf8String error
Fedor Indutny
1
-0
/
+1
2014-07-10
lib: remove and restructure calls to isNaN()
cjihrig
3
-3
/
+3
2014-07-10
lib: noisy deprecation of child_process customFds
Ryan Graham
1
-3
/
+6
2014-07-10
streams: set default hwm properly for Duplex
Andrew Oppenlander
2
-16
/
+15
2014-07-07
module: don't require fs several times
Robert Kowalski
1
-5
/
+3
2014-07-03
net: reset `errorEmitted` on reconnect
Ed Umansky
1
-0
/
+1
2014-07-02
lint: fix indentation
Trevor Norris
1
-2
/
+2
2014-07-02
udp: make it possible to receive empty udp packets
Andrius Bentkus
1
-3
/
+4
2014-07-03
tls: better error reporting at cert validation
Fedor Indutny
2
-7
/
+29
2014-07-02
child_process: accept uid/gid everywhere
Fedor Indutny
2
-1
/
+5
2014-07-02
net: don't emit listening if handle is closed
Eli Skeggs
1
-1
/
+3
2014-07-01
events: Output the event that is leaking
Arnout Kazemier
1
-2
/
+2
2014-06-30
Revert "stream: start old-mode read in a next tick"
Fedor Indutny
2
-13
/
+3
2014-06-30
repl: fix multi-line input
Fedor Indutny
1
-6
/
+15
2014-06-30
stream: only end reading on null, not undefined
Jonathan Reem
1
-1
/
+1
2014-06-27
zlib: do not crash on write after close
Fedor Indutny
1
-0
/
+4
2014-06-27
http: remove unused code block
Fedor Indutny
1
-18
/
+3
2014-06-27
buffer: construct new buffer from buffer toJSON() output
cjihrig
1
-2
/
+5
2014-06-27
dns: introduce lookupService function
Saúl Ibarra Corretgé
1
-0
/
+32
2014-06-25
crypto: add `honorCipherOrder` argument
Fedor Indutny
2
-6
/
+11
2014-06-24
dns: send lookup c-ares errors to callback
Chris Dickinson
1
-1
/
+5
2014-06-24
module: document important methods
Fred K. Schott
1
-1
/
+14
2014-06-24
tls: using %StringSplit to split `cert.subjectaltname`
Yazhong Liu
1
-6
/
+9
2014-06-24
child_process: don't throw on EAGAIN
Charles
1
-1
/
+3
2014-06-24
child_process: use full path for cmd.exe on Win32
Ed Morley
1
-1
/
+1
2014-06-23
buffer: improve {read,write}{U}Int* methods
Nick Apperson
1
-180
/
+50
2014-06-12
console: console.dir() accepts options object
Xavi Magrinyà
1
-6
/
+3
2014-06-12
Added support for options parameter in console.dir()
Xavi Magrinyà
1
-2
/
+7
2014-06-11
lib: remove unused variables
Brian White
11
-55
/
+8
2014-06-11
readline: remove doubled case.
Roman Klauke
1
-4
/
+0
2014-06-11
cluster: restore v0.10.x setupMaster() behaviour
Ryan Graham
1
-10
/
+10
2014-06-10
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
4
-33
/
+58
2014-06-08
http: add 308 status_code, see RFC7238
Yazhong Liu
1
-0
/
+1
2014-06-08
fs: remove duplicate check
Brian White
1
-1
/
+1
2014-06-06
string_decoder: Add more comments
Felix Geisendörfer
1
-0
/
+25
[prev]
[next]