1506 Commits (40c93486e8b08f7f37dfd8be95ff03990ab858bd)

Author SHA1 Message Date
Nicolas LaCasse 40c93486e8 Fix #2365 zlib crashing on invalid input 13 years ago
Brandon Benvie f7b612550a Add missing TTY key translations for F1-F5 on Windows 13 years ago
Bert Belder d489a01f81 Make path.extname do the right thing when the last path component is . or .. 13 years ago
Ben Noordhuis d44ce97909 cluster: don't always kill the master on uncaughtException 13 years ago
Andreas Madsen ca6ededbd1 child_process: add errno property to exceptions 13 years ago
koichik 534df2f8d2 tls: fix double 'error' events on HTTPS Requests 13 years ago
Ben Noordhuis f0c1376e07 net: make .write() throw on bad input 13 years ago
Ryunosuke SATO 22d7fe1206 events: fix checking max listeners with `1` 13 years ago
koichik dd9593ccc4 http: fix ServerResponse does not emit 'close' 13 years ago
koichik baebd30eee http: use `self` insted of `this` 13 years ago
isaacs 8e57398b20 Fix #2034 repl message for .clear when useGlobal=true 13 years ago
Damon Oehlman 744ed46970 repl: fix repl.start not passing the `ignoreUndefined` arg to the REPLServer constructor 13 years ago
koichik a848a3efbf net: fix Socket.pause null reference when called on a closed Stream 13 years ago
koichik a337ac7584 http: fix XMLHttpRequest piped in a writable file stream hangs next request 13 years ago
koichik 7aa5924dc6 http: fix resource leak 13 years ago
Phil Sung cf2513e1aa buffer: don't pollute global namespace in buffer.readInt* 13 years ago
Ju-yeong Park 5976d58796 net: raise exception when the socket is closed 13 years ago
Ben Noordhuis d8c178bc16 timers: fix performance regression 13 years ago
koichik 07c27e040e tls: Fix node swallows openssl error on request 13 years ago
Ben Noordhuis 7a7f1062bf tls: remove duplicate assignment 13 years ago
Bert Belder f4e34f1b76 Remove unnecessary statement 13 years ago
James Hartig 348d8cd04a timers: remove _idleTimeout from item in .unenroll() 13 years ago
Fedor Indutny d87f551f36 debugger: Request backtrace w/o refs, see #1745 13 years ago
Yoshihiro Kikuchi f2f30286bf timers: fix memory leak in setTimeout 13 years ago
Ben Noordhuis 6df7bdd954 child_process: make .send() throw if message is undefined 13 years ago
Andreas Madsen a599aeb2a8 jslint 13 years ago
Igor Zinkovsky d6bae2cb95 document mode argument for fs.symlink 13 years ago
Ben Noordhuis 97900776bb util: add internal function _deprecationWarning() 13 years ago
Ben Noordhuis b1b3dc62ff fs: handle fractional or NaN ReadStream buffer size 13 years ago
Ben Noordhuis 8295c80618 net: check status code in afterWrite 13 years ago
isaacs 580e67015c Apply #2257 fix for Pipe streams as well as TTYs 13 years ago
isaacs cf20b6bf65 Fix #2257 pause/resume semantics for stdin 13 years ago
isaacs db273818f6 s/NPM/npm/ 13 years ago
Ryan Dahl 60e26668b3 Remove superfluous 'new' 13 years ago
Igor Zinkovsky 99c9d19184 binding for uv_pipe_pending_instances 13 years ago
Ben Noordhuis 03eb41c2ec net: don't emit 'close' event twice 13 years ago
Mathias Bynens cf89beec6f punycode: Update to v0.2.1 13 years ago
Nathan Rajlich b204006105 util: ensure that the .inspect function isn't the one being executed 13 years ago
Ben Noordhuis 5fea00581b sys: print stack trace if NODE_DEBUG=sys 13 years ago
seebees aab958b713 OutgoingMessage.prototype.write does not take Array 13 years ago
Thomas Shinnick eba1f7b1a4 child_process: fix order of args to errnoException() 13 years ago
koichik 5451ba3aa8 tls: fix https with fs.openReadStream hangs 13 years ago
Author: Igor Zinkovsky 1f16a7b6e5 Enable long paths on windows 13 years ago
Bert Belder 83152d174c Dgram: correctly report recvmsg errors 13 years ago
Bert Belder 86fba381fd Windows: correctly resolve drive-relative paths 13 years ago
isaacs 0ba78d5f36 Close #2166 Close the fd in lchmod 13 years ago
Ben Noordhuis 59a9a9b5b0 buffer: add .read*() and .write*() methods to SlowBuffer prototype 13 years ago
E. Azer Koçulu 1cb6fe47fc util: remove the line requiring events 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