1471 Commits (03eb41c2ec4e99c52a5338ecd021056d065ddaab)

Author SHA1 Message Date
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
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
Ryan Dahl 2d13cdfd2a Fixes #2052. Readline get win cols correctly 13 years ago
Benjamin Pasero b1bb17fd2b fs: fix fs.realpath on windows to return on error 13 years ago
Ben Noordhuis 04958e88a4 fs: make mkdir() call callback if mode is omitted 13 years ago
Ben Noordhuis 105d1787dc cluster: fix call to undefined function 13 years ago
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