2504 Commits (6902f6536cee48904a1779b6e196b14b5f86d526)

Author SHA1 Message Date
Fedor Indutny b00b2f08bf pass noRefs as arguments 13 years ago
Fedor Indutny b0388ccad0 pause command 13 years ago
Fedor Indutny 07ad11916f allow setBreakpoint(line) 13 years ago
Fedor Indutny c07edd90f5 preserve cursor pos 13 years ago
Fedor Indutny d9377f5eb0 request backtrace w/o refs, see #1745 13 years ago
Nathan Rajlich 3f987cd925 module: Set the error.code to 'MODULE_NOT_FOUND' when a bad path is given to require. 13 years ago
Avi Flax ee0a7b928b util: output Dates with Date.toString not Date.toUTCString 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 b084322f52 Add silent option to child_process.fork 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
koichik f8c335d0ca tls: enable rejectUnauthorized option to client 13 years ago
isaacs 580e67015c Apply #2257 fix for Pipe streams as well as TTYs 13 years ago
Fedor Indutny e609195202 [zlib] added dictionary support 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
Felix Geisendörfer b3f91f15b2 Remove support for multi-source pipe() 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
E. Azer Koçulu e258169666 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
Łukasz Walukiewicz 5d0b5a00aa buffer: fix minimum values for writeInt*() functions 13 years ago
Mathias Bynens 897208e06d punycode: Update to v0.1.1. 13 years ago
seebees 3421f43351 .load, .save and local scope tab completion 13 years ago
Ben Noordhuis 098fef6740 timers: remember extra setTimeout() arguments when timeout==0 13 years ago
Shigeki Ohtsu e0f10ecfd9 debugger: correctly handle source with multi-byte characters 13 years ago
Ryan Dahl 4e2343c6b5 Fixes #2073. Cluster should be silent. 13 years ago
Ben Noordhuis 326b2cb34e punycode: replace with Mathias Bynens's implementation 13 years ago
Ryan Dahl 74f39041d4 dont use blue for numbers in util.inspect 13 years ago
Igor Zinkovsky 13324bf844 throw from stdout.end and stderr.end 13 years ago
Ryan Dahl 0fa3cf94a3 Remove 'report this bug' message from cluster master 13 years ago
Ryan Dahl da9bf0ee80 Fixes #2047. Fill workers array immediately after fork 13 years ago