2380 Commits (78459182271874b0fab0cb2e2b68046571dba937)

Author SHA1 Message Date
Fedor Indutny 83d17e509f crypto: merge Cipher and Decipher 12 years ago
Nathan Rajlich 66280de133 util: custom `inspect()` method may return an Object 12 years ago
Nathan Rajlich da8b0eefde console: `console.dir()` bypasses inspect() methods 12 years ago
Gil Pedersen 77a776da90 stream: Always defer preemptive reading to improve latency 12 years ago
isaacs b3cbb16f41 zlib: Manage flush flags appropriately 12 years ago
isaacs 632b7d8750 Revert "http: check if incoming parser has already been freed" 12 years ago
hheennrryy@gmail.com 9f4c3b0d45 http: check if incoming parser has already been freed 12 years ago
isaacs 90368770e6 stream: Emit error on stream object, not global 12 years ago
Andreas Madsen bdf7ac2c5d child_process: support sending dgram socket 12 years ago
isaacs d258fb0212 http: More useful setTimeout API on server 12 years ago
isaacs 9208c89058 stream: Raise readable high water mark in powers of 2 12 years ago
isaacs a978bedee7 stream: Allow strings in Readable.push/unshift 12 years ago
isaacs b0f6789a78 stream: Remove bufferSize option 12 years ago
isaacs d5a0940fff stream: Remove pipeOpts.chunkSize 12 years ago
isaacs 8c44869f1d stream: Increase highWaterMark on large reads 12 years ago
isaacs e0cec37d50 stream: Remove unnecessary nextTick usage in Writable 12 years ago
isaacs 5038f40185 node: Add --throw-deprecation 12 years ago
Eugene Girshov 25ba971f41 http: fix multiple timeout events 12 years ago
Ben Noordhuis fb3ec32b0e net: use close callback, not process.nextTick 12 years ago
Pavel Lang 2ad98725d6 DNS: Support NAPTR queries 12 years ago
Scott Blomquist 323120b5c9 child_process: handle ENOENT correctly on Windows 12 years ago
isaacs 312289b791 stream: Use class for write buffer entries 12 years ago
isaacs 426b4c6258 stream: _write takes an encoding argument 12 years ago
isaacs cd68d86c32 stream: Remove output function from _transform 12 years ago
isaacs 049903e333 stream: Split Writable logic into small functions 12 years ago
Ben Noordhuis 532d9929c7 cluster: propagate bind errors 13 years ago
Felix Böhm 3e64b5677f events: loop backwards in removeListener 12 years ago
Trevor Norris d09ab61dcd events: code consistency 12 years ago
Trevor Norris 04688614f7 events: remove type check for event type 12 years ago
isaacs 119cbf4854 stream: Don't require read(0) to emit 'readable' event 12 years ago
Xidorn Quan 009ba02e18 dns: fix ReferenceError in resolve() error path 12 years ago
isaacs e428bb7eae cluster: Rename destroy() to kill(signal=SIGTERM) 12 years ago
isaacs 384f1be739 stream: Writable.end(chunk) after end is an error 12 years ago
Dave Olszewski 22aa767421 make repl compatible with domains 12 years ago
Ben Noordhuis 80ea63b958 Revert "stream: Writable.end(chunk) after end is an error" 12 years ago
isaacs 5222d19a11 stream: Writable.end(chunk) after end is an error 12 years ago
isaacs 63edde0e01 events: Handle emit('error') before ctor 12 years ago
isaacs d345c1173a events: Handle emit before constructor call 12 years ago
isaacs 4ac73d2c99 net: s/closed/ended/ in write-after-fin message 12 years ago
isaacs 2106ef000c net: Provide better error when writing after FIN 12 years ago
Trevor Norris d1b4dcd6ac events: add type checks to once 12 years ago
Trevor Norris e1ac2ef7cf events: emit cleanup 12 years ago
Trevor Norris 1ccc6fbe05 events: additional type check for addListener 12 years ago
Trevor Norris 4f7f8bbdf8 events: _events to object and undefined not null 12 years ago
Trevor Norris b3ea8443bd events: removeListener add checks and cleanup 12 years ago
Trevor Norris aba03ebb5a events: type check listeners 12 years ago
Trevor Norris 8ab346c98f events: simplify removeAllListeners logic 12 years ago
Trevor Norris dd171d24df events: type check setMaxListeners, cleanup throws 12 years ago
Trevor Norris 8ca43a7f40 events: ensure usingDomain is always boolean 12 years ago
Trevor Norris 75305f3bab events: add check for listeners length 12 years ago