summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix pummel/test-net-throttle on windowsIgor Zinkovsky2011-11-011-1/+4
* doc: fix linksMaciej Małecki2011-11-014-5/+5
* os: rename getNetworkInterfaces() to networkInterfaces()Ben Noordhuis2011-11-011-1/+1
* process: fix process.nextTick() error case regressionBen Noordhuis2011-11-011-0/+23
* test: fix test/message/undefined_reference_in_new_context.jskoichik2011-11-011-1/+1
* tls, https: add passphrase optionkoichik2011-10-314-0/+111
* events: separate maxListeners and _eventsSiddharth Mahendraker2011-10-301-0/+41
* fix pummel/test-child-process-spawn-loop.js on windowsIgor Zinkovsky2011-10-281-1/+4
* fix simple/test-child-process-double-pipe on windowsIgor Zinkovsky2011-10-281-3/+4
* Add test cases for #1944.Nathan Rajlich2011-10-271-0/+13
* Add test case for #1941.Nathan Rajlich2011-10-273-5/+9
* Add test case for the util.js type checking functions.Nathan Rajlich2011-10-271-0/+67
* tls: add address(), remoteAddress/remotePortkoichik2011-10-271-0/+61
* tls: does not emit 'end' from EncryptedStreamkoichik2011-10-271-0/+100
* fix test-http-curl-chunk-problem.js and test-pipe-file-to-http.js on windowsIgor Zinkovsky2011-10-252-6/+31
* test: spawn process.argv[0], not 'node'Ben Noordhuis2011-10-251-1/+1
* Close #1929 zlib Respond to 'resume' events properlyisaacs2011-10-241-0/+143
* Lintseebees2011-10-227-17/+14
* remove auth from hostseebees2011-10-221-9/+9
* http.request(url.parse(x))seebees2011-10-228-0/+435
* url.resolveObject(url.parse(x), y) == url.parse(url.resolve(x, y));seebees2011-10-221-61/+219
* Merge remote branch 'origin/v0.4'Ryan Dahl2011-10-211-0/+78
|\
| * Move test-net-write-callbacks to pummelRyan Dahl2011-09-301-0/+0
| * tls: Add test for #1775koichik2011-09-301-0/+78
| * net: Fix string-concat hot path bugRyan Dahl2011-09-281-0/+56
| * buffers: handle bad length argument in constructorBen Noordhuis2011-09-241-0/+13
* | make simple\test-fs-symlink.js work on windowsIgor Zinkovsky2011-10-211-25/+59
* | test: #1899 - output in child process raises an exceptionMaciej Małecki2011-10-212-0/+61
* | getaddrinfo returns ENOTFOUND for invalid domain namesRyan Dahl2011-10-211-2/+2
* | Fix test-eio-race on WindowsRyan Dahl2011-10-211-6/+6
* | Revert "Don't use a separate context for the repl."isaacs2011-10-211-11/+0
* | make process.kill a no-op on windowsIgor Zinkovsky2011-10-211-2/+4
* | Fix race condition in test-dgram-pingpongRyan Dahl2011-10-211-2/+1
* | http: improve http parser bindingsBen Noordhuis2011-10-201-32/+490
* | Add binding to uv_getaddrinfoRyan Dahl2011-10-201-8/+24
* | Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"Ryan Dahl2011-10-196-36/+164
* | http: Added support for HTTP PATCH verbThomas Parslow2011-10-191-0/+68
* | Don't use a separate context for the repl.isaacs2011-10-181-0/+11
* | Fix #1801 vm: Use 'sandbox' as global_prototypeelliottcable2011-10-186-164/+36
* | Fix test-c-ares.js on Windows by disabling PTR testRyan Dahl2011-10-181-5/+9
* | Remove process.memoryUsage().vsizeRyan Dahl2011-10-181-1/+0
* | Fixes #1860. Remove process.writeErrorRyan Dahl2011-10-181-3/+3
* | http: add test for #1885koichik2011-10-171-0/+66
* | test: fix test-child-process-stdin and test-child-process-kill on windowsIgor Zinkovsky2011-10-152-4/+15
* | net: fix error handling in listen()koichik2011-10-161-0/+39
* | tls: The TLS API is inconsistent with the TCP APIkoichik2011-10-151-0/+57
* | net: properly account multi-byte chars in .bytesWrittenBen Noordhuis2011-10-151-7/+17
* | test: fix bug in setproctitle testBen Noordhuis2011-10-151-2/+2
* | test: check that EventEmitter.on == EventEmitter.addListenerBen Noordhuis2011-10-151-0/+3
* | test: replace .addListener() calls with .on()Ben Noordhuis2011-10-15126-421/+421