1410 Commits (8abb73ef58ccb6fd1b8cc4266c9981ce6574c78f)

Author SHA1 Message Date
Ben Noordhuis 8f15582ef3 test: add 'no response headers' http parser test 13 years ago
Ben Noordhuis 5e3b0095de tls: make cipher list configurable 13 years ago
Łukasz Walukiewicz 3b852d7fab buffer: fix minimum values for writeInt*() functions 13 years ago
Łukasz Walukiewicz 5d0b5a00aa buffer: fix minimum values for writeInt*() functions 13 years ago
seebees 3222a04d5e test for REPL .save and .load and documentation updates 13 years ago
seebees 3421f43351 .load, .save and local scope tab completion 13 years ago
seebees b00f5e2e14 Tab Compete test for node REPL 13 years ago
Ben Noordhuis 098fef6740 timers: remember extra setTimeout() arguments when timeout==0 13 years ago
Shigeki Ohtsu e0f10ecfd9 debugger: correctly handle source with multi-byte characters 13 years ago
Ben Noordhuis 10d4bd8266 test: add more punycode tests 13 years ago
Igor Zinkovsky 13324bf844 throw from stdout.end and stderr.end 13 years ago
Ryan Dahl da9bf0ee80 Fixes #2047. Fill workers array immediately after fork 13 years ago
Ben Noordhuis 6f96e78dea test: fs.realpath() should not call its callback twice 13 years ago
Ben Noordhuis 04958e88a4 fs: make mkdir() call callback if mode is omitted 13 years ago
Fedor Indutny da82daf54c test: debugger-repl should wait for 'drain' event 13 years ago
Igor Zinkovsky 7335a4234a fix test-module-loading on windows 13 years ago
Matt Robenolt 5213c39038 Close #1930 Convenience methods for zlib 13 years ago
Fedor Indutny 8ef2c13d6c fix debugger-repl test 13 years ago
Fedor Indutny b5d32d4a9e debugger: do not request `continue` on connection 13 years ago
Bert Belder 829735e738 Implement process._debugProcess 13 years ago
Jordan Sissel 358f0ce96b url: add '.' '+' and '-' in url protocol 13 years ago
Ben Noordhuis 8974ba31a3 test: fix simple/net-pipe-connect-errors 13 years ago
Fedor Indutny b904a078d8 report debugger's test errors 13 years ago
Ryan Dahl 4a8088a603 Socket.write should reset timeout timer. 13 years ago
Ben Noordhuis 9c11e8a1ca net: implement Server.prototype.address() for pipes 13 years ago
Maciej Małecki 481c17504d test error codes related to pipes 13 years ago
Igor Zinkovsky 24a69d22a0 process.kill to use uv_kill 13 years ago
Ben Noordhuis 359a65a6db http: emit Error object after .abort() 13 years ago
Ryan Dahl 850609ea2d Remove separation of libuv tests 13 years ago
Ben Noordhuis c8646e0c41 test: add ChildProcess.prototype.killed test case 13 years ago
Igor Zinkovsky cc92234068 fix pummel/test-net-throttle on windows 13 years ago
Maciej Małecki fc61134b1a doc: fix links 13 years ago
Ben Noordhuis 37bb37d151 os: rename getNetworkInterfaces() to networkInterfaces() 13 years ago
Ben Noordhuis 362b5a6c40 process: fix process.nextTick() error case regression 13 years ago
koichik f5a01d1764 test: fix test/message/undefined_reference_in_new_context.js 13 years ago
koichik f53d092a2a tls, https: add passphrase option 13 years ago
Siddharth Mahendraker 12cf730b69 events: separate maxListeners and _events 13 years ago
Igor Zinkovsky 6d7aa65399 fix pummel/test-child-process-spawn-loop.js on windows 13 years ago
Igor Zinkovsky 56315494dd fix simple/test-child-process-double-pipe on windows 13 years ago
Nathan Rajlich 4fb2ac5be1 Add test cases for #1944. 13 years ago
Nathan Rajlich d4379fcee3 Add test case for #1941. 13 years ago
Nathan Rajlich a6a04fb1ec Add test case for the util.js type checking functions. 13 years ago
koichik cbcaeedba9 tls: add address(), remoteAddress/remotePort 13 years ago
koichik 0e8a55d2a2 tls: does not emit 'end' from EncryptedStream 13 years ago
Igor Zinkovsky 0a5708c3e9 fix test-http-curl-chunk-problem.js and test-pipe-file-to-http.js on windows 13 years ago
Ben Noordhuis dddfd0f8b8 test: spawn process.argv[0], not 'node' 13 years ago
isaacs 4c5751ba97 Close #1929 zlib Respond to 'resume' events properly 13 years ago
seebees 216570b5e1 Lint 13 years ago
seebees 1ead20f274 remove auth from host 13 years ago
seebees 005d607aed http.request(url.parse(x)) 13 years ago