2449 Commits (f564b6b58ae67cc4867cd3f307a63a68735d51bc)

Author SHA1 Message Date
Fedor Indutny bfd16de125 timers: handle signed int32 overflow in enroll() 12 years ago
Fedor Indutny 855caa82aa crypto: initialize transform lazily 12 years ago
isaacs 008ab12b7f tls: Prevent hang in readStart 12 years ago
Fedor Indutny 34e22b8ee7 tls: always reset this.ssl.error after handling 12 years ago
Raymond Feng 25eaacad9a fs: make write/appendFileSync correctly set file mode 12 years ago
Fedor Indutny b5ddc0cf96 tls: write pending data of opposite side 12 years ago
isaacs 14947b6c5e stream: Return self from readable.wrap 12 years ago
Gil Pedersen e8f80bf479 stream: Never call decoder.end() multiple times 12 years ago
isaacs d62cf59dc1 http: Don't hot-path end() for large buffers 12 years ago
Ben Noordhuis ca5022b8f1 net: improve arbitrary tcp socket support 12 years ago
Ben Noordhuis e99dff4617 deps: upgrade libuv to 7b66ea1 12 years ago
isaacs 6399839c39 Revert "stream: Never call decoder.end() multiple times" 12 years ago
isaacs 6bd8b7e540 fs: Missing cb errors are deprecated, not a throw 12 years ago
Gil Pedersen 615d809ac6 stream: Never call decoder.end() multiple times 12 years ago
Fedor Indutny 8135ac1b7f net: handle 'finish' event only after 'connect' 12 years ago
isaacs 327b6e3e1d stream: Don't emit 'end' unless read() called 12 years ago
isaacs cd2b9f542c stream: Avoid nextTick warning filling read buffer 12 years ago
Julian Gruber 738347b904 events: Handle missing error obj when domains in use 12 years ago
koichik c9a4ec9c63 http: ServerRequest does not timeout after 'end' 12 years ago
isaacs e2400f88d8 http: Do not setTimeout a not-yet-existent socket 12 years ago
hc 5757ce48b4 http: check if incoming parser has already been freed 12 years ago
Andreas Madsen 7becf156a9 timers: consistent this keyword in setImmediate 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