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-06-27
windows: make fs.realpath(Sync) work with UNC paths
Bert Belder
1
-0
/
+54
2012-06-26
realpath: No sync cb() calling allowed.
isaacs
1
-0
/
+3
2012-06-21
Fix #3503: stdin: resume() on pipe(dest)
isaacs
1
-0
/
+48
2012-06-21
test: add deprecation fixture
isaacs
1
-0
/
+1
2012-06-21
Add --no-deprecation and --trace-deprecation flags
isaacs
1
-0
/
+57
2012-06-21
fs: make fs.watchFile() work on windows
Ben Noordhuis
2
-11
/
+0
2012-06-21
test: add another fs.watchFile() test
Ben Noordhuis
1
-0
/
+73
2012-06-21
Use parent SlowBuffer, if any, when Buffer is sliced
Karl Skomski
1
-0
/
+3
2012-06-20
Fix fs.readfile('/dev/stdin')
isaacs
1
-0
/
+55
2012-06-20
test-domain: fix the test to work on Windows
Bert Belder
1
-3
/
+18
2012-06-20
test-cluster-worker-kill: use SIGKILL instead of SIGHUP
Bert Belder
1
-2
/
+2
2012-06-20
windows: `listen(pipe_name)` is not supported when running cluster
Bert Belder
1
-0
/
+5
2012-06-18
net.Socket: Delay pause/resume until after connect
isaacs
1
-0
/
+30
2012-06-19
child_process: add .stdin stream to forks
Fedor Indutny
1
-32
/
+0
2012-06-18
test-eio-limit: bump the number of allowed background tasks to 200
Bert Belder
1
-1
/
+1
2012-06-18
Fix test-cluster-message so it passes on Windows
Bert Belder
1
-16
/
+25
2012-06-18
tls: fix off-by-one error in renegotiation check
Ben Noordhuis
1
-5
/
+9
2012-06-18
crypto: add padding to diffie-hellman key
Fedor Indutny
1
-0
/
+41
2012-06-17
net: Prevent property access throws during close
Reid Burke
1
-0
/
+47
2012-06-16
test: Don't reuse common.PORT in test-child-process-fork-net
isaacs
1
-2
/
+9
2012-06-16
Revert "Check if a stream has a valid fd before read_start"
Bert Belder
1
-85
/
+0
2012-06-16
Revert "DNS: Support NAPTR queries"
isaacs
1
-24
/
+0
2012-06-16
DNS: Support NAPTR queries
ssuda
1
-0
/
+24
2012-06-16
Fix #3448 Use listen callback in test-regress-GH-1697
isaacs
1
-2
/
+4
2012-06-16
s/exit/close/ in test-child-process-stdout-flush, fixes #3449
Charlie McConnell
1
-1
/
+1
2012-06-16
Add test-stdin-pause-resume-sync
isaacs
1
-0
/
+31
2012-06-16
Check if a stream has a valid fd before read_start
Karl Skomski
1
-0
/
+85
2012-06-16
test: skip test-http-full-response on ab errors
Charlie McConnell
1
-2
/
+2
2012-06-15
test-domain-implicit-fs: make it pass on windows
Bert Belder
1
-13
/
+6
2012-06-14
Fix #3425: removeAllListeners should delete array
Reid Burke
1
-4
/
+9
2012-06-15
windows: make symlinks tolerant to forward slashes
Bert Belder
1
-8
/
+0
2012-06-14
Fix test-fs-realpath on Windows
isaacs
1
-91
/
+161
2012-06-14
cluster: rename worker.unqiueID to worker.id
Andreas Madsen
1
-0
/
+1
2012-06-14
Update message test for new v8 behavior
isaacs
1
-1
/
+1
2012-06-14
test-bad-unicode: update to reflect V8 3.11 behavior
Bert Belder
1
-4
/
+9
2012-06-13
test: use the debug build of node-weak when necessary
Nathan Rajlich
1
-1
/
+10
2012-06-13
test: add a .gitignore file to ignore weak's compiled "build" dir
Nathan Rajlich
1
-0
/
+1
2012-06-14
test: bundle node-weak in test/gc so that it doesn't need to be downloaded
Nathan Rajlich
6
-0
/
+514
2012-06-13
test-child-process-spawn-loop: make it pass on Windows.
Bert Belder
1
-1
/
+1
2012-06-13
Fix #3388 Support listening on file descriptors
isaacs
5
-1
/
+496
2012-06-12
Fix #3407 os.tmpDir()
isaacs
1
-0
/
+12
2012-06-13
tests: make all message tests pass on Windows
Bert Belder
3
-3
/
+3
2012-06-13
test-net-timeout: make it pass on Windows
Bert Belder
1
-3
/
+8
2012-06-12
test-child-process-kill: make it pass on windows
Bert Belder
1
-4
/
+0
2012-06-12
test-exec: make it work on Windows
Bert Belder
1
-8
/
+20
2012-06-12
crypto: make cipher/decipher accept buffer args
Ben Noordhuis
1
-36
/
+59
2012-06-12
Revert "uv: upgrade to b7e150ee"
Bert Belder
1
-14
/
+4
2012-06-12
uv: upgrade to b7e150ee
Bert Belder
1
-4
/
+14
2012-06-12
test-net-connect-econnrefused: don't take forever to complete
Bert Belder
1
-8
/
+14
2012-06-12
test-module-loading: convert backslashes to forward slashes
Bert Belder
1
-1
/
+2
[next]