1492 Commits (70e6f3f115cfbd74462ec50e3cdc8fac89ae922a)

Author SHA1 Message Date
Ryan Dahl d42006c80a cluster: Remove eachWorker, workerCount 13 years ago
Ryan Dahl 86528489ec new cluster api 13 years ago
Matt Robenolt 5213c39038 Close #1930 Convenience methods for zlib 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
Bert Belder 189dd8f803 Fix line endings and trailing whitespace 13 years ago
Jordan Sissel 358f0ce96b url: add '.' '+' and '-' in url protocol 13 years ago
Ben Noordhuis 5fd012e67a fs: don't use octal values, not allowed in strict mode 13 years ago
Ryan Dahl a936768890 stdout and stderr are blocking when referring to regular files 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
Ben Noordhuis 11d68eb3fc fs: make mkdir() default to 0777 permissions 13 years ago
Ben Noordhuis 359a65a6db http: emit Error object after .abort() 13 years ago
Fedor Indutny 9ad27f7853 ignore undefined messages in the debugger repl 13 years ago
Maciej Małecki 6bd0bcd5af child_process: in a new `ChildProcess` set `killed` to false 13 years ago
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Maciej Małecki fc61134b1a doc: fix links 13 years ago
Igor Zinkovsky 3060266ff1 windows: enable pending accepts knob 13 years ago
Ben Noordhuis 37bb37d151 os: rename getNetworkInterfaces() to networkInterfaces() 13 years ago
koichik f53d092a2a tls, https: add passphrase option 13 years ago
koichik 8a729270c1 fix for --harmony_block_scoping 13 years ago
Siddharth Mahendraker 12cf730b69 events: separate maxListeners and _events 13 years ago
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