1403 Commits (b28e700ebdf6583364fec3171390a24153f79632)

Author SHA1 Message Date
Andreas Madsen b084322f52 Add silent option to child_process.fork 13 years ago
Igor Zinkovsky 500c8f45f5 Remove platform files, and use uv platform api 13 years ago
Ben Noordhuis cc2861ee44 crypto: don't ignore DH init errors 13 years ago
Ben Noordhuis d29be0dfa2 test: binding twice to the same port should raise an error 13 years ago
Ben Noordhuis d70ef199f1 crypto: fix memory leaks in PBKDF2 error path 13 years ago
Ben Noordhuis b1b3dc62ff fs: handle fractional or NaN ReadStream buffer size 13 years ago
koichik f8c335d0ca tls: enable rejectUnauthorized option to client 13 years ago
Ben Noordhuis fd29448be0 test: add missing copyright headers 13 years ago
Ben Noordhuis 70bc2e32af test: new test, verify that we don't close and reuse fd 0 13 years ago
isaacs 580e67015c Apply #2257 fix for Pipe streams as well as TTYs 13 years ago
Fedor Indutny e609195202 [zlib] added dictionary support 13 years ago
isaacs cf20b6bf65 Fix #2257 pause/resume semantics for stdin 13 years ago
Ryan Dahl 6f86b9cb70 Disable test-setproctitle on darwin 13 years ago
Ben Noordhuis 36815e4179 process: fix stack overflow when recursively calling process.exit() 13 years ago
Ben Noordhuis aeb124f7f3 test: create test file in temp dir 13 years ago
Bert Belder e84edd2593 Win: make process.cwd and chdir support non-ansi characters 13 years ago
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
Ben Noordhuis f44d0b9044 crypto: throw exception on unknown digest method 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
Felix Geisendörfer b3f91f15b2 Remove support for multi-source pipe() 13 years ago
isaacs e543b0e95e zlib: Fix invalidly failing test 13 years ago
Ben Noordhuis 7defbd27ef test: add DSA sign/verify crypto tests 13 years ago
Maciej Małecki 3f862cf179 test: `stdin` isn't closed after `resume()` and `pause()` 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 534e41b474 crypto: make verify() return true or false, not 1 or 0 13 years ago
Ben Noordhuis 4f38c5ece3 test: add 'response body with no headers' http test 13 years ago
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