summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-06-27windows: make fs.realpath(Sync) work with UNC pathsBert Belder1-0/+54
2012-06-26realpath: No sync cb() calling allowed.isaacs1-0/+3
2012-06-21Fix #3503: stdin: resume() on pipe(dest)isaacs1-0/+48
2012-06-21test: add deprecation fixtureisaacs1-0/+1
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs1-0/+57
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis2-11/+0
2012-06-21test: add another fs.watchFile() testBen Noordhuis1-0/+73
2012-06-21Use parent SlowBuffer, if any, when Buffer is slicedKarl Skomski1-0/+3
2012-06-20Fix fs.readfile('/dev/stdin')isaacs1-0/+55
2012-06-20test-domain: fix the test to work on WindowsBert Belder1-3/+18
2012-06-20test-cluster-worker-kill: use SIGKILL instead of SIGHUPBert Belder1-2/+2
2012-06-20windows: `listen(pipe_name)` is not supported when running clusterBert Belder1-0/+5
2012-06-18net.Socket: Delay pause/resume until after connectisaacs1-0/+30
2012-06-19child_process: add .stdin stream to forksFedor Indutny1-32/+0
2012-06-18test-eio-limit: bump the number of allowed background tasks to 200Bert Belder1-1/+1
2012-06-18Fix test-cluster-message so it passes on WindowsBert Belder1-16/+25
2012-06-18tls: fix off-by-one error in renegotiation checkBen Noordhuis1-5/+9
2012-06-18crypto: add padding to diffie-hellman keyFedor Indutny1-0/+41
2012-06-17net: Prevent property access throws during closeReid Burke1-0/+47
2012-06-16test: Don't reuse common.PORT in test-child-process-fork-netisaacs1-2/+9
2012-06-16Revert "Check if a stream has a valid fd before read_start"Bert Belder1-85/+0
2012-06-16Revert "DNS: Support NAPTR queries"isaacs1-24/+0
2012-06-16DNS: Support NAPTR queriesssuda1-0/+24
2012-06-16Fix #3448 Use listen callback in test-regress-GH-1697isaacs1-2/+4
2012-06-16s/exit/close/ in test-child-process-stdout-flush, fixes #3449Charlie McConnell1-1/+1
2012-06-16Add test-stdin-pause-resume-syncisaacs1-0/+31
2012-06-16Check if a stream has a valid fd before read_startKarl Skomski1-0/+85
2012-06-16test: skip test-http-full-response on ab errorsCharlie McConnell1-2/+2
2012-06-15test-domain-implicit-fs: make it pass on windowsBert Belder1-13/+6
2012-06-14Fix #3425: removeAllListeners should delete arrayReid Burke1-4/+9
2012-06-15windows: make symlinks tolerant to forward slashesBert Belder1-8/+0
2012-06-14Fix test-fs-realpath on Windowsisaacs1-91/+161
2012-06-14cluster: rename worker.unqiueID to worker.idAndreas Madsen1-0/+1
2012-06-14Update message test for new v8 behaviorisaacs1-1/+1
2012-06-14test-bad-unicode: update to reflect V8 3.11 behaviorBert Belder1-4/+9
2012-06-13test: use the debug build of node-weak when necessaryNathan Rajlich1-1/+10
2012-06-13test: add a .gitignore file to ignore weak's compiled "build" dirNathan Rajlich1-0/+1
2012-06-14test: bundle node-weak in test/gc so that it doesn't need to be downloadedNathan Rajlich6-0/+514
2012-06-13test-child-process-spawn-loop: make it pass on Windows.Bert Belder1-1/+1
2012-06-13Fix #3388 Support listening on file descriptorsisaacs5-1/+496
2012-06-12Fix #3407 os.tmpDir()isaacs1-0/+12
2012-06-13tests: make all message tests pass on WindowsBert Belder3-3/+3
2012-06-13test-net-timeout: make it pass on WindowsBert Belder1-3/+8
2012-06-12test-child-process-kill: make it pass on windowsBert Belder1-4/+0
2012-06-12test-exec: make it work on WindowsBert Belder1-8/+20
2012-06-12crypto: make cipher/decipher accept buffer argsBen Noordhuis1-36/+59
2012-06-12Revert "uv: upgrade to b7e150ee"Bert Belder1-14/+4
2012-06-12uv: upgrade to b7e150eeBert Belder1-4/+14
2012-06-12test-net-connect-econnrefused: don't take forever to completeBert Belder1-8/+14
2012-06-12test-module-loading: convert backslashes to forward slashesBert Belder1-1/+2