2172 Commits (v0.10.0-release)

Author SHA1 Message Date
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
isaacs 80472bc301 domain: Fix double-exit on nested domains 12 years ago
isaacs 6e34dfd9e8 test: Fail faster in simple/test-cluster-bind-twice-v2 12 years ago
isaacs 98c6a81771 test: Kill zombies when debugger-client fails on windows 12 years ago
isaacs 8cf2d4c2c1 test: Don't run async operation in process 'exit' 12 years ago
isaacs f5c293b5ed test: Use copy instead of symlink in child-process-fork-exec-path 12 years ago
isaacs 9826159bf1 test: Trim cat output for windows 12 years ago
isaacs 99a2059e40 test: Sending dgram sockets to child procs not supported on windows 12 years ago
isaacs 08f5db112f test: Make stream2-transform less timing-dependent 12 years ago
isaacs 6d593a9026 test: Don't fail tls-session-cache if openssl is bad 12 years ago
isaacs b3cbb16f41 zlib: Manage flush flags appropriately 12 years ago
isaacs 29cd0f2a77 domains: Handle errors thrown in nested error handlers 12 years ago
Ben Noordhuis e325ace53c buffer: speed up ascii character scanning 12 years ago
Ben Noordhuis 96a314b68b buffer: strip high bits when converting to ascii 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
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 32ac8c0b69 test: Pass cli flags in pummel/test-regress-GH-892 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
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
Ben Noordhuis 532d9929c7 cluster: propagate bind errors 13 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
Ben Noordhuis 426cbedb44 test: make simple/test-dgram-pingpong respect PORT 12 years ago
isaacs 2106ef000c net: Provide better error when writing after FIN 12 years ago
Timothy J Fontaine 0b70a14abf test: optionally set common.PORT via env variable 12 years ago