1420 Commits (dd93c53c4e2e073e27280235581b6aca029e7157)

Author SHA1 Message Date
Tj Holowaychuk 528c28587f cluster: Add some docs, improve cluster.isWorker() 13 years ago
Ryan Dahl c5d54010bc node cluster is now a module instead of CLI interface 13 years ago
Nathan Rajlich ebefe77bc0 More bulletproof `util.inspect()` function. 13 years ago
Nathan Rajlich 2dbb470ea1 Don't use `instanceof` in lib/util.js "is" checks. 13 years ago
Nathan Rajlich b8f3e18a5d Export the type checking functions from `util.js`. 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
Nathan Rajlich 58cb0fa639 Directly export the Stream constructor. 13 years ago
Ryan Dahl 239b3d62de Remove resume and pause events 13 years ago
isaacs 4c5751ba97 Close #1929 zlib Respond to 'resume' events properly 13 years ago
Maciej Małecki 7ee29d1d5b net: `Server.listen`, `Server.close` and `Socket.connect` return `this` 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
seebees be4576de7a url.resolveObject(url.parse(x), y) == url.parse(url.resolve(x, y)); 13 years ago
Nathan Rajlich bdb9d09aef Print out `undefined` on the REPL when returned. 13 years ago
Ben Noordhuis ac379b3be1 net: bring back .setNoDelay() and .setKeepAlive() 13 years ago
Ryan Dahl d5a21a29f8 getaddrinfo returns ENOTFOUND for invalid domain names 13 years ago
Ryan Dahl de09168e5a Emit 'end' from crypto streams on close 13 years ago
isaacs 2d02e6a992 Add useGlobal flag for standard node repl 13 years ago
isaacs caf70f5e94 Revert "Don't use a separate context for the repl." 13 years ago
Ben Noordhuis 84d0b1bcc5 http: improve http parser bindings 13 years ago
Ryan Dahl c83dda89a4 dns.lookup uses cares_wrap::GetAddrInfo 13 years ago
Nathan Rajlich 95d530f2b4 repl: print out `undefined` 13 years ago
Fedor Indutny b43eb9678b debugger: fix backtrace err handling 13 years ago
isaacs b70fed48a7 Don't use a separate context for the repl. 13 years ago
Ryan Dahl 6cc0c9e6a9 Remove superfluous nextTick during server binding 13 years ago
Ryan Dahl d77ce4b998 Fixes #1860. Remove process.writeError 13 years ago
Yoshihiro Kikuchi f90ba61478 http: tiny fix in http.js 13 years ago
koichik d6191f593d net: fix error handling in listen() 13 years ago
koichik 68cc173c6d tls: The TLS API is inconsistent with the TCP API 13 years ago
Ben Noordhuis 0b92fa0e93 net: fix connect queue bugs 13 years ago
Ben Noordhuis 6df574b744 net: properly account multi-byte chars in .bytesWritten 13 years ago
koichik 19a855382c tls: requestCert unusable with Firefox and Chrome 13 years ago
koichik a09b747f30 child_process.fork: don't modify args 13 years ago
isaacs 59a5262041 Fix #1882 zlib Update 'availOutBefore' value, and test 13 years ago
Simen Brekken 4b0e36810a net: register net.Server callback only once 13 years ago
Ryan Dahl 3a34972672 Fix test-http-conn-reset.js on OSX 13 years ago
Ryan Dahl 7b4370e5f8 Fix test/pummel/test-watch-file.js 13 years ago
Ryan Dahl 651b8a06d6 Fix test/pummel/test-exec.js 13 years ago
Daniel Ennis 59be975322 Improve IPC performance. 13 years ago
Ryan Dahl 25ff181300 Revert some changes made in 12486a6 13 years ago
Ryan Dahl 87339a22b1 introduce node cluster 13 years ago
Ryan Dahl cdf5d91fe5 Remove tty_legacy 13 years ago
Ryan Dahl 71cce3f45b Remove dgram_legacy 13 years ago
Ryan Dahl 58e892dadd Remove dns_legacy 13 years ago
Ryan Dahl 96e423a665 Remove child_process_legacy 13 years ago
Ryan Dahl be0bb2dc13 Remove net_legacy timers_legacy 13 years ago
Ryan Dahl 8c738fa90c child_process.fork: don't overwrite env 13 years ago
Ryan Dahl 982b19dbd7 Adjust listenFD deprecation message. Remove test. 13 years ago