1606 Commits (e4a8d2617b49727c4de09ad9ca9bc8fa270adf1e)

Author SHA1 Message Date
Ben Noordhuis e4a8d2617b addon: add AtExit() function 13 years ago
Ben Noordhuis 4e290e48b2 fs: fix file descriptor leak in sync functions 13 years ago
Fedor Indutny c3898f3c1f debugger: support mirroring Date objects 13 years ago
Yoshihiro Kikuchi ee2291eb0d test: add a child domain explicitly 13 years ago
Fedor Indutny 9f9c333cbc vm: accept only object as arg of .createContext() 13 years ago
Yi, EungJun 4bd54dad33 path: add path.sep to get the path separator. 13 years ago
Shigeki Ohtsu 94f1feeb59 udp: make getsockname() return address family name 13 years ago
Michael Thomas 4e4860579e test: rebuild keys without asking for password 13 years ago
Nathan Rajlich 248f552ab4 process: ensure that the "exit" event always has "code" given 13 years ago
Maciej Małecki 77c18d1e1b console: throw when no such label exists in `console.timeEnd` 13 years ago
Nathan Rajlich f405daa922 repl: make tab completion read up the prototype of "global" 13 years ago
Ben Noordhuis a64acd8baa test: cluster: add worker death event test 13 years ago
Ben Noordhuis c56d1559fc test: use the new net.listen(backlog=x) API 13 years ago
Erik Dubbelboer 3d69bbfa87 net, http: add backlog parameter to .listen() 13 years ago
isaacs 079b81358b test: Minor change to message/undefined_reference_in_new_context 13 years ago
isaacs 963459d736 Domain feature 13 years ago
Nathan Rajlich e621250116 test: lowercase setRawMode() test case filename 13 years ago
Nathan Rajlich c5d35aca33 test: check for multiple "emit" calls in repl-end-emits-exit.js 13 years ago
Nathan Rajlich 9c3559f0ad readline: re-add the Interface#close() method; rename "end" to "close" 13 years ago
ssuda 70005be4ff Fixing ClientRequest setTimeout EventEmitter Leak 13 years ago
Shigeki Ohtsu 0d13142332 tcp: make getsockname() return address family as string 13 years ago
Ben Noordhuis 21d2683976 test: don't make request until server is listening 13 years ago
ssuda 48d52d85c3 http, https: fix .setTimeout() 13 years ago
Mustansir Golawala 7ee15457ed os: add cross platform EOL character 13 years ago
isaacs 93cefab1a3 Set errno in fake-failing child-process kill test 13 years ago
Andreas Madsen 5b43c63c88 child_process: emit error when .kill fails 13 years ago
Ben Noordhuis 916b5d1fff test: merge tls-ext-key-usage into tls-securepair-client 13 years ago
Ben Noordhuis 6cbed959e6 test: fix openssl tests 13 years ago
isaacs c75f71dd72 fs.WriteStream: Handle modifications to fs.open 13 years ago
isaacs 06ada03ed9 fs.WriteStream: Handle modifications to fs.open 13 years ago
Nathan Rajlich 78eb174ea2 readline: use StringDecoder for decoding "normal" data 13 years ago
Nathan Rajlich 8652c11031 test: make the ArrayStream in repl tests write a '\n' 13 years ago
Nathan Rajlich 8752ceef13 test: make repl-autolibs check that the callback was invoked 13 years ago
Nathan Rajlich aab7cb7dfe test: fix failing test-repl.js 13 years ago
Nathan Friedly e28f77cbad readline: buffer data to only emit 'line' on '\n' 13 years ago
Igor Zinkovsky 0b57fee3f8 enable test-fs-largefile.js test 13 years ago
Bert Belder 40b7302af8 fs.readFile: don't make the callback before the fd is closed 13 years ago
isaacs 01d46f3a20 Fix #3052 Handle errors properly in zlib 13 years ago
isaacs 90ce5b3d41 cluster: Rename 'death' back to 'exit' 13 years ago
isaacs 6aa755070a More logging in simple/test-eio-race 13 years ago
Ben Noordhuis 11770bf5e2 test: move pummel/test-tls-fragmentation to benchmark/ 13 years ago
Yosef Dinerstein d7c96cf289 tls: reduce memory overhead, reuse buffer 13 years ago
Ben Noordhuis daa6b95b08 test: move simple/test-crypto-dh to pummel/ 13 years ago
Ben Noordhuis 5e7cb68be9 test: remove simple/test-module-load-list 13 years ago
Erik Lundin 973bbecf1a typed arrays: prevent unaligned typed array views on top of buffers 13 years ago
Mikael Bourges-Sevenier 67fc1dafd0 typed arrays: add Uint8ClampedArray 13 years ago
Nathan Rajlich 208b230744 repl: add a 'useColors' option to the repl 13 years ago
Nathan Rajlich a33d1c959a repl: add test case verifying the repl options usage 13 years ago
Nathan Rajlich f41901cdf6 repl: make ^D emit an 'end' event on the readline instance 13 years ago
Shigeki Ohtsu e7792e5d46 test: add test of tls.createServer(honorCipherOrder=true) 13 years ago