1971 Commits (45cdb0e4c12d8f8e9450174ddd6ddad52a995831)

Author SHA1 Message Date
isaacs 0a414f4caa http: Remove socket ondata/onend in parser cleanup 13 years ago
isaacs 9164fa6aaa Null references to request object on socket errors. 13 years ago
isaacs 2fc528ce00 http: Clean up parser usage 13 years ago
isaacs e3ceee2dce http: .once() usage in setTimeout 13 years ago
isaacs b7e8e35c0e http leak: Null links from parser to req/res 13 years ago
koichik ebbd4039bc buffer: add UTF-16LE encoding name. 13 years ago
vvo 75f2365558 Fix #3179 HTTP memory leak using ClientRequest. 13 years ago
Ben Noordhuis df2c5fa81d fs: fix file descriptor leak in sync functions 13 years ago
Ben Noordhuis 4e290e48b2 fs: fix file descriptor leak in sync functions 13 years ago
Ben Noordhuis 47d6a94656 fs: fix ReadStream / WriteStream double close bug 13 years ago
isaacs c9be1d5ffd http client: Destroy on timeout 13 years ago
Fedor Indutny c3898f3c1f debugger: support mirroring Date objects 13 years ago
isaacs fb400b4868 Return after emitting error in tty.js 13 years ago
isaacs bce68134b6 http: Remove socket ondata/onend in parser cleanup 13 years ago
isaacs bfe9cdb7f2 Null references to request object on socket errors. 13 years ago
Yi, EungJun 4bd54dad33 path: add path.sep to get the path separator. 13 years ago
Nathan Rajlich f4403f90f8 tty: emit "error" instead of throwing when getWindowSize() fails 13 years ago
Nathan Rajlich f1f5de1c8d tty: throw an Error when getWindowSize() fails 13 years ago
Maciej Małecki 77c18d1e1b console: throw when no such label exists in `console.timeEnd` 13 years ago
Bert Belder 55e4d54927 Child process: support the `gid` and `uid` options 13 years ago
Nathan Rajlich f405daa922 repl: make tab completion read up the prototype of "global" 13 years ago
Nathan Rajlich e16021340d repl: use Object.getPrototypeOf on functions for tab complete() 13 years ago
Kyle Robinson Young da56c72f59 readline: remove unused vars in _ttyWrite 13 years ago
Kyle Robinson Young e67a0f80e0 readline: _normalWrite() doesn't take a key modifier arg 13 years ago
Kyle Robinson Young 57148f54e1 readline: change char to ch to avoid reserved word 13 years ago
Erik Dubbelboer ecfe32e3a0 dns: add more error codes 13 years ago
Erik Dubbelboer 3d69bbfa87 net, http: add backlog parameter to .listen() 13 years ago
isaacs 33c76f19de net.js: lint 13 years ago
isaacs d8b33dc147 lint 13 years ago
isaacs 963459d736 Domain feature 13 years ago
Nathan Rajlich 327286dbcd repl: update the `repl` for the new `readline` behavior 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
fukayatsu 0f95a93a2c tls: remove duplicate line 13 years ago
ssuda 48d52d85c3 http, https: fix .setTimeout() 13 years ago
Maciej Małecki f065c87bcf events: remove misleading comment 13 years ago
Mustansir Golawala 7ee15457ed os: add cross platform EOL character 13 years ago
Ben Noordhuis b7b7b29f50 dns: remove unused functions 13 years ago
Ben Noordhuis 16fca262be net: honor 'enable' flag in .setNoDelay() 13 years ago
Andreas Madsen 5b43c63c88 child_process: emit error when .kill fails 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
isaacs 45b772d8cb fs.readFile: Emit 'close' if we don't expect a close later 13 years ago
Nathan Rajlich 78eb174ea2 readline: use StringDecoder for decoding "normal" data 13 years ago
Nathan Rajlich ca8dea83a9 repl: make the completer use newlines 13 years ago
Nathan Friedly e28f77cbad readline: buffer data to only emit 'line' on '\n' 13 years ago
isaacs b9bfb1bc91 child_process: Emit err rather than throw for IPC write failure 13 years ago
Bert Belder 40b7302af8 fs.readFile: don't make the callback before the fd is closed 13 years ago
Zachary Scott d73b257d65 docs: grammar and spelling on lib/cluster.js 13 years ago
isaacs 01d46f3a20 Fix #3052 Handle errors properly in zlib 13 years ago