summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix #3503: stdin: resume() on pipe(dest)isaacs2012-06-211-0/+48
* test: add deprecation fixtureisaacs2012-06-211-0/+1
* Add --no-deprecation and --trace-deprecation flagsisaacs2012-06-211-0/+57
* fs: make fs.watchFile() work on windowsBen Noordhuis2012-06-212-11/+0
* test: add another fs.watchFile() testBen Noordhuis2012-06-211-0/+73
* Use parent SlowBuffer, if any, when Buffer is slicedKarl Skomski2012-06-211-0/+3
* Fix fs.readfile('/dev/stdin')isaacs2012-06-201-0/+55
* test-domain: fix the test to work on WindowsBert Belder2012-06-201-3/+18
* test-cluster-worker-kill: use SIGKILL instead of SIGHUPBert Belder2012-06-201-2/+2
* windows: `listen(pipe_name)` is not supported when running clusterBert Belder2012-06-201-0/+5
* net.Socket: Delay pause/resume until after connectisaacs2012-06-181-0/+30
* child_process: add .stdin stream to forksFedor Indutny2012-06-191-32/+0
* test-eio-limit: bump the number of allowed background tasks to 200Bert Belder2012-06-181-1/+1
* Fix test-cluster-message so it passes on WindowsBert Belder2012-06-181-16/+25
* tls: fix off-by-one error in renegotiation checkBen Noordhuis2012-06-181-5/+9
* crypto: add padding to diffie-hellman keyFedor Indutny2012-06-181-0/+41
* net: Prevent property access throws during closeReid Burke2012-06-171-0/+47
* test: Don't reuse common.PORT in test-child-process-fork-netisaacs2012-06-161-2/+9
* Revert "Check if a stream has a valid fd before read_start"Bert Belder2012-06-161-85/+0
* Revert "DNS: Support NAPTR queries"isaacs2012-06-161-24/+0
* DNS: Support NAPTR queriesssuda2012-06-161-0/+24
* Fix #3448 Use listen callback in test-regress-GH-1697isaacs2012-06-161-2/+4
* s/exit/close/ in test-child-process-stdout-flush, fixes #3449Charlie McConnell2012-06-161-1/+1
* Add test-stdin-pause-resume-syncisaacs2012-06-161-0/+31
* Check if a stream has a valid fd before read_startKarl Skomski2012-06-161-0/+85
* test: skip test-http-full-response on ab errorsCharlie McConnell2012-06-161-2/+2
* test-domain-implicit-fs: make it pass on windowsBert Belder2012-06-151-13/+6
* Fix #3425: removeAllListeners should delete arrayReid Burke2012-06-141-4/+9
* windows: make symlinks tolerant to forward slashesBert Belder2012-06-151-8/+0
* Fix test-fs-realpath on Windowsisaacs2012-06-141-91/+161
* cluster: rename worker.unqiueID to worker.idAndreas Madsen2012-06-141-0/+1
* Update message test for new v8 behaviorisaacs2012-06-141-1/+1
* test-bad-unicode: update to reflect V8 3.11 behaviorBert Belder2012-06-141-4/+9
* test: use the debug build of node-weak when necessaryNathan Rajlich2012-06-131-1/+10
* test: add a .gitignore file to ignore weak's compiled "build" dirNathan Rajlich2012-06-131-0/+1
* test: bundle node-weak in test/gc so that it doesn't need to be downloadedNathan Rajlich2012-06-146-0/+514
* test-child-process-spawn-loop: make it pass on Windows.Bert Belder2012-06-131-1/+1
* Fix #3388 Support listening on file descriptorsisaacs2012-06-135-1/+496
* Fix #3407 os.tmpDir()isaacs2012-06-121-0/+12
* tests: make all message tests pass on WindowsBert Belder2012-06-133-3/+3
* test-net-timeout: make it pass on WindowsBert Belder2012-06-131-3/+8
* test-child-process-kill: make it pass on windowsBert Belder2012-06-121-4/+0
* test-exec: make it work on WindowsBert Belder2012-06-121-8/+20
* crypto: make cipher/decipher accept buffer argsBen Noordhuis2012-06-121-36/+59
* Revert "uv: upgrade to b7e150ee"Bert Belder2012-06-121-14/+4
* uv: upgrade to b7e150eeBert Belder2012-06-121-4/+14
* test-net-connect-econnrefused: don't take forever to completeBert Belder2012-06-121-8/+14
* test-module-loading: convert backslashes to forward slashesBert Belder2012-06-121-1/+2
* test-http-get-pipeline-problem: don't fail if there are stray files in the te...Bert Belder2012-06-121-2/+2
* test-net-write-slow: increase the socket timeout periodBert Belder2012-06-121-1/+1