summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis
2012-06-21test: add another fs.watchFile() testBen Noordhuis
2012-06-21Use parent SlowBuffer, if any, when Buffer is slicedKarl Skomski
2012-06-20Fix fs.readfile('/dev/stdin')isaacs
2012-06-20test-domain: fix the test to work on WindowsBert Belder
2012-06-20test-cluster-worker-kill: use SIGKILL instead of SIGHUPBert Belder
2012-06-20windows: `listen(pipe_name)` is not supported when running clusterBert Belder
2012-06-18net.Socket: Delay pause/resume until after connectisaacs
2012-06-19child_process: add .stdin stream to forksFedor Indutny
2012-06-18test-eio-limit: bump the number of allowed background tasks to 200Bert Belder
2012-06-18Fix test-cluster-message so it passes on WindowsBert Belder
2012-06-18tls: fix off-by-one error in renegotiation checkBen Noordhuis
2012-06-18crypto: add padding to diffie-hellman keyFedor Indutny
2012-06-17net: Prevent property access throws during closeReid Burke
2012-06-16test: Don't reuse common.PORT in test-child-process-fork-netisaacs
2012-06-16Revert "Check if a stream has a valid fd before read_start"Bert Belder
2012-06-16Revert "DNS: Support NAPTR queries"isaacs
2012-06-16DNS: Support NAPTR queriesssuda
2012-06-16Fix #3448 Use listen callback in test-regress-GH-1697isaacs
2012-06-16s/exit/close/ in test-child-process-stdout-flush, fixes #3449Charlie McConnell
2012-06-16Add test-stdin-pause-resume-syncisaacs
2012-06-16Check if a stream has a valid fd before read_startKarl Skomski
2012-06-16test: skip test-http-full-response on ab errorsCharlie McConnell
2012-06-15test-domain-implicit-fs: make it pass on windowsBert Belder
2012-06-14Fix #3425: removeAllListeners should delete arrayReid Burke
2012-06-15windows: make symlinks tolerant to forward slashesBert Belder
2012-06-14Fix test-fs-realpath on Windowsisaacs
2012-06-14cluster: rename worker.unqiueID to worker.idAndreas Madsen
2012-06-14Update message test for new v8 behaviorisaacs
2012-06-14test-bad-unicode: update to reflect V8 3.11 behaviorBert Belder
2012-06-13test: use the debug build of node-weak when necessaryNathan Rajlich
2012-06-13test: add a .gitignore file to ignore weak's compiled "build" dirNathan Rajlich
2012-06-14test: bundle node-weak in test/gc so that it doesn't need to be downloadedNathan Rajlich
2012-06-13test-child-process-spawn-loop: make it pass on Windows.Bert Belder
2012-06-13Fix #3388 Support listening on file descriptorsisaacs
2012-06-12Fix #3407 os.tmpDir()isaacs
2012-06-13tests: make all message tests pass on WindowsBert Belder
2012-06-13test-net-timeout: make it pass on WindowsBert Belder
2012-06-12test-child-process-kill: make it pass on windowsBert Belder
2012-06-12test-exec: make it work on WindowsBert Belder
2012-06-12crypto: make cipher/decipher accept buffer argsBen Noordhuis
2012-06-12Revert "uv: upgrade to b7e150ee"Bert Belder
2012-06-12uv: upgrade to b7e150eeBert Belder
2012-06-12test-net-connect-econnrefused: don't take forever to completeBert Belder
2012-06-12test-module-loading: convert backslashes to forward slashesBert Belder
2012-06-12test-http-get-pipeline-problem: don't fail if there are stray files in the te...Bert Belder
2012-06-12test-net-write-slow: increase the socket timeout periodBert Belder
2012-06-11fix fs.readFile with lying size=0 stat resultsisaacs
2012-06-11Add Buffer.concat methodisaacs
2012-06-11child_process: fix test implementation for options.detachedCharlie McConnell