1323 Commits (823a443321360e089e9c6d169a6cc116e3fb50b2)

Author SHA1 Message Date
Ben Noordhuis 3d22dbf27b cli: add -p switch, print result of --eval 13 years ago
Ben Noordhuis 03eb41c2ec net: don't emit 'close' event twice 13 years ago
Nathan Rajlich b204006105 util: ensure that the .inspect function isn't the one being executed 13 years ago
Ingmar Runge 260383215b node_crypto: use EVP_Cipher*_ex methods, not 'obsolete' versions 13 years ago
seebees aab958b713 OutgoingMessage.prototype.write does not take Array 13 years ago
koichik 5451ba3aa8 tls: fix https with fs.openReadStream hangs 13 years ago
koichik 6392eba3f9 test: update an expired certificate 13 years ago
Bert Belder b480cfaf34 Make the pummel test runner not crash on windows when a directory is locked 13 years ago
Author: Igor Zinkovsky 1f16a7b6e5 Enable long paths on windows 13 years ago
Bert Belder 232e8e19a1 Fix test-stdin-from-file 13 years ago
Bert Belder 236b217cd7 Fix issues with test-fs-chmod 13 years ago
Ben Noordhuis 55a8a3aad4 test: better fs.lchmod() availability check 13 years ago
Bert Belder a639cf7d84 Add test for GH-2177 13 years ago
isaacs 0ba78d5f36 Close #2166 Close the fd in lchmod 13 years ago
Felix Geisendörfer 6e1e9e2fcb Get test-http-response-no-headers.js to pass 13 years ago
Ben Noordhuis 246805d386 test: add 'response body with no headers' http test 13 years ago
Ben Noordhuis 7defbd27ef test: add DSA sign/verify crypto tests 13 years ago
isaacs 975f1930b1 zlib: Fix invalidly failing test 13 years ago
Ben Noordhuis 59a9a9b5b0 buffer: add .read*() and .write*() methods to SlowBuffer prototype 13 years ago
Ben Noordhuis 9d3faf4f9a crypto: add support for RSA public key signing/verification 13 years ago
Ben Noordhuis 3ac5f1106d crypto: make verify() return true or false, not 1 or 0 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
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