summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-11-10throw from stdout.end and stderr.endIgor Zinkovsky
2011-11-08Fixes #2047. Fill workers array immediately after forkRyan Dahl
2011-11-08test: fs.realpath() should not call its callback twiceBen Noordhuis
2011-11-08fs: make mkdir() call callback if mode is omittedBen Noordhuis
2011-11-05test: debugger-repl should wait for 'drain' eventFedor Indutny
2011-11-04fix test-module-loading on windowsIgor Zinkovsky
2011-11-04Close #1930 Convenience methods for zlibMatt Robenolt
2011-11-04fix debugger-repl testFedor Indutny
2011-11-04debugger: do not request `continue` on connectionFedor Indutny
2011-11-04Implement process._debugProcessBert Belder
2011-11-04url: add '.' '+' and '-' in url protocolJordan Sissel
2011-11-04test: fix simple/net-pipe-connect-errorsBen Noordhuis
2011-11-03report debugger's test errorsFedor Indutny
2011-11-03Socket.write should reset timeout timer.Ryan Dahl
2011-11-03net: implement Server.prototype.address() for pipesBen Noordhuis
2011-11-03test error codes related to pipesMaciej Małecki
2011-11-02process.kill to use uv_killIgor Zinkovsky
2011-11-03http: emit Error object after .abort()Ben Noordhuis
2011-11-02Remove separation of libuv testsRyan Dahl
2011-11-02test: add ChildProcess.prototype.killed test caseBen Noordhuis
2011-11-01fix pummel/test-net-throttle on windowsIgor Zinkovsky
2011-11-01doc: fix linksMaciej Małecki
2011-11-01os: rename getNetworkInterfaces() to networkInterfaces()Ben Noordhuis
2011-11-01process: fix process.nextTick() error case regressionBen Noordhuis
2011-11-01test: fix test/message/undefined_reference_in_new_context.jskoichik
2011-10-31tls, https: add passphrase optionkoichik
2011-10-30events: separate maxListeners and _eventsSiddharth Mahendraker
2011-10-28fix pummel/test-child-process-spawn-loop.js on windowsIgor Zinkovsky
2011-10-28fix simple/test-child-process-double-pipe on windowsIgor Zinkovsky
2011-10-27Add test cases for #1944.Nathan Rajlich
2011-10-27Add test case for #1941.Nathan Rajlich
2011-10-27Add test case for the util.js type checking functions.Nathan Rajlich
2011-10-27tls: add address(), remoteAddress/remotePortkoichik
2011-10-27tls: does not emit 'end' from EncryptedStreamkoichik
2011-10-25fix test-http-curl-chunk-problem.js and test-pipe-file-to-http.js on windowsIgor Zinkovsky
2011-10-25test: spawn process.argv[0], not 'node'Ben Noordhuis
2011-10-24Close #1929 zlib Respond to 'resume' events properlyisaacs
2011-10-22Lintseebees
2011-10-22remove auth from hostseebees
2011-10-22http.request(url.parse(x))seebees
2011-10-22url.resolveObject(url.parse(x), y) == url.parse(url.resolve(x, y));seebees
2011-10-21Merge remote branch 'origin/v0.4'Ryan Dahl
2011-10-21make simple\test-fs-symlink.js work on windowsIgor Zinkovsky
2011-10-21test: #1899 - output in child process raises an exceptionMaciej Małecki
2011-10-21getaddrinfo returns ENOTFOUND for invalid domain namesRyan Dahl
2011-10-21Fix test-eio-race on WindowsRyan Dahl
2011-10-21Revert "Don't use a separate context for the repl."isaacs
2011-10-21make process.kill a no-op on windowsIgor Zinkovsky
2011-10-21Fix race condition in test-dgram-pingpongRyan Dahl
2011-10-20http: improve http parser bindingsBen Noordhuis