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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-30
buffer: Don't double-negate numeric buffer arg
Trevor Norris
1
-0
/
+8
2012-11-28
net: More accurate IP address validation and IPv6 dotted notation.
Joshua Erickson
1
-1
/
+14
2012-11-26
tls: fix tls.connect() resource leak
Ben Noordhuis
1
-0
/
+56
2012-11-24
net: fix net.connect() resource leak
Ben Noordhuis
1
-0
/
+50
2012-11-09
domains: don't crash if domain is set to null
Bert Belder
1
-0
/
+25
2012-10-25
events: Don't clobber pre-existing _events obj in EE ctor
isaacs
1
-0
/
+43
2012-10-25
url: parse hostnames that start with - or _
Ben Noordhuis
1
-1
/
+90
2012-10-23
test: add typed arrays regression test
Ben Noordhuis
1
-0
/
+8
2012-10-21
test: add diffie-hellman regression test
Ben Noordhuis
1
-0
/
+4
2012-10-15
test: disable global variable check for "test-repl-options.js"
Nathan Rajlich
1
-0
/
+2
2012-10-12
repl: ensure each REPL instance gets its own "context"
Nathan Rajlich
1
-1
/
+6
2012-10-04
buffer: fix byteLength with UTF-16LE
koichik
1
-32
/
+42
2012-10-01
repl: make "end of input" JSON.parse() errors throw in the REPL
Nathan Rajlich
1
-0
/
+4
2012-09-30
repl: make invalid RegExp modifiers throw in the REPL
Nathan Rajlich
1
-0
/
+4
2012-09-27
http: handle multiple Proxy-Authenticate values
thewilli
1
-0
/
+4
2012-09-26
test: pick another CNAME record to test dns queries
Bert Belder
1
-1
/
+1
2012-09-25
test: Fix premature close in test-http-client-timeout-agent
isaacs
1
-3
/
+10
2012-09-24
http: make the client "res" object gets the same domain as "req"
Nathan Rajlich
1
-0
/
+65
2012-09-21
repl: make invalid RegExps throw in the REPL
Nathan Rajlich
1
-0
/
+4
2012-09-21
domain: Properly exit() on domain disposal
isaacs
1
-0
/
+67
2012-09-17
fs: fix watchFile() missing deletion events
Ben Noordhuis
1
-0
/
+41
2012-09-14
fs: don't segfault on deeply recursive stat()
Ben Noordhuis
2
-0
/
+40
2012-09-12
http: Remove timeout handler when data arrives
Frédéric Germain
1
-0
/
+89
2012-09-11
Update doc and test for sunos/solaris switch
isaacs
1
-1
/
+1
2012-09-08
util: make util.inspect() work when "hasOwnProperty" is overwritten
Nathan Rajlich
1
-0
/
+7
2012-09-08
http: respect HTTP/1.0 TE header
Ben Noordhuis
1
-0
/
+148
2012-09-03
crypto: make pbkdf2() compatible with domains
Ben Noordhuis
1
-0
/
+1
2012-09-03
crypto: make randomBytes() compatible with domains
Ben Noordhuis
1
-0
/
+36
2012-09-02
Revert "buffer: added support for writing NaN and Infinity"
koichik
2
-102
/
+0
2012-09-02
buffer: added support for writing NaN and Infinity
koichik
2
-0
/
+102
2012-08-31
tls: support unix domain socket/named pipe in tls.connect
Shigeki Ohtsu
1
-0
/
+49
2012-08-30
child process: fix processes with IPC channel don't emit 'close'
Bert Belder
2
-0
/
+60
2012-08-29
Test client renegotiation attacks on HTTPS
isaacs
1
-0
/
+106
2012-08-24
https: make https.get() accept a URL
koichik
1
-0
/
+55
2012-08-14
test: raise pummel/test-net-throttle write req size
Ben Noordhuis
1
-1
/
+1
2012-08-12
tls: handle multiple CN fields when verifying cert
Ben Noordhuis
1
-0
/
+8
2012-08-05
test-message: fix message output
isaacs
3
-45
/
+58
2012-08-04
zlib: Emit 'close' on destroy().
Dominic Tarr
1
-0
/
+36
2012-08-04
child_process: Fix stdout=null when stdio=['pipe']
Tyler Neylon
1
-0
/
+36
2012-08-03
net: make pause work with connecting sockets
Bert Belder
2
-30
/
+101
2012-08-02
Merge branch 'v0.8.5-release' into v0.8
isaacs
2
-0
/
+116
2012-08-02
test: stdin error messages
isaacs
2
-0
/
+116
2012-08-02
net: fix .listen({fd:0})
Ben Noordhuis
1
-0
/
+36
2012-08-02
fs: fix ReadStream / WriteStream missing callback
Gil Pedersen
1
-1
/
+6
2012-07-30
Report errors properly from --eval and stdin
isaacs
3
-6
/
+118
2012-07-29
assert: fix throws() throws an error without message property
koichik
1
-0
/
+10
2012-07-29
cluster: fix libuv assert in net.listen()
Ben Noordhuis
1
-0
/
+41
2012-07-25
https: Use host header as effective servername
isaacs
1
-0
/
+218
2012-07-24
readline: Remove event listeners on close
isaacs
2
-0
/
+13
2012-07-23
windows: correctly prep long path for fs.exists(Sync)
Bert Belder
1
-0
/
+66
[next]