| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | stream: Fix stall in Transform under very specific conditions | Gil Pedersen | 2013-03-21 | 1 | -0/+36 |
* | timers: handle signed int32 overflow in enroll() | Fedor Indutny | 2013-03-21 | 1 | -0/+64 |
* | fs: make write/appendFileSync correctly set file mode | Raymond Feng | 2013-03-20 | 1 | -0/+98 |
* | tls: write pending data of opposite side | Fedor Indutny | 2013-03-17 | 1 | -0/+74 |
* | stream: Return self from readable.wrap | isaacs | 2013-03-14 | 1 | -0/+94 |
* | test: No need for kicking in streams2 test | isaacs | 2013-03-14 | 1 | -24/+0 |
* | stream: Never call decoder.end() multiple times | Gil Pedersen | 2013-03-14 | 1 | -0/+73 |
* | Revert "stream: Never call decoder.end() multiple times" | isaacs | 2013-03-13 | 1 | -4/+0 |
* | fs: Missing cb errors are deprecated, not a throw | isaacs | 2013-03-13 | 1 | -1/+10 |
* | stream: Never call decoder.end() multiple times | Gil Pedersen | 2013-03-13 | 1 | -0/+4 |
* | net: handle 'finish' event only after 'connect' | Fedor Indutny | 2013-03-13 | 1 | -0/+41 |
* | stream: Don't emit 'end' unless read() called | isaacs | 2013-03-10 | 13 | -0/+100 |
* | stream: Avoid nextTick warning filling read buffer | isaacs | 2013-03-10 | 1 | -2/+13 |
* | events: Handle missing error obj when domains in use | Julian Gruber | 2013-03-10 | 1 | -0/+42 |
* | http: ServerRequest does not timeout after 'end' | koichik | 2013-03-10 | 2 | -49/+85 |
* | http: Do not setTimeout a not-yet-existent socket | isaacs | 2013-03-10 | 1 | -0/+48 |
* | http: check if incoming parser has already been freed | hc | 2013-03-09 | 1 | -0/+62 |
* | timers: consistent this keyword in setImmediate | Andreas Madsen | 2013-03-09 | 1 | -0/+64 |
* | domain: Fix double-exit on nested domains | isaacs | 2013-03-09 | 1 | -4/+38 |
* | test: Fail faster in simple/test-cluster-bind-twice-v2 | isaacs | 2013-03-08 | 1 | -0/+11 |
* | test: Kill zombies when debugger-client fails on windows | isaacs | 2013-03-08 | 1 | -1/+9 |
* | test: Don't run async operation in process 'exit' | isaacs | 2013-03-08 | 1 | -8/+2 |
* | test: Use copy instead of symlink in child-process-fork-exec-path | isaacs | 2013-03-08 | 1 | -6/+7 |
* | test: Trim cat output for windows | isaacs | 2013-03-08 | 1 | -1/+2 |
* | test: Sending dgram sockets to child procs not supported on windows | isaacs | 2013-03-08 | 1 | -0/+5 |
* | test: Make stream2-transform less timing-dependent | isaacs | 2013-03-08 | 1 | -11/+9 |
* | test: Don't fail tls-session-cache if openssl is bad | isaacs | 2013-03-08 | 1 | -5/+18 |
* | zlib: Manage flush flags appropriately | isaacs | 2013-03-08 | 1 | -0/+54 |
* | domains: Handle errors thrown in nested error handlers | isaacs | 2013-03-08 | 1 | -0/+79 |
* | buffer: speed up ascii character scanning | Ben Noordhuis | 2013-03-08 | 1 | -0/+18 |
* | buffer: strip high bits when converting to ascii | Ben Noordhuis | 2013-03-08 | 1 | -0/+27 |
* | Revert "http: check if incoming parser has already been freed" | isaacs | 2013-03-08 | 1 | -50/+0 |
* | http: check if incoming parser has already been freed | hheennrryy@gmail.com | 2013-03-08 | 1 | -0/+50 |
* | child_process: support sending dgram socket | Andreas Madsen | 2013-03-07 | 1 | -0/+103 |
* | http: More useful setTimeout API on server | isaacs | 2013-03-06 | 1 | -0/+95 |
* | stream: Raise readable high water mark in powers of 2 | isaacs | 2013-03-06 | 1 | -3/+10 |
* | stream: Allow strings in Readable.push/unshift | isaacs | 2013-03-06 | 1 | -0/+66 |
* | stream: Remove bufferSize option | isaacs | 2013-03-06 | 3 | -11/+5 |
* | stream: Remove pipeOpts.chunkSize | isaacs | 2013-03-06 | 1 | -1/+1 |
* | stream: Increase highWaterMark on large reads | isaacs | 2013-03-06 | 1 | -0/+69 |
* | test: Pass cli flags in pummel/test-regress-GH-892 | isaacs | 2013-03-06 | 1 | -2/+9 |
* | http: fix multiple timeout events | Eugene Girshov | 2013-03-06 | 1 | -0/+58 |
* | net: use close callback, not process.nextTick | Ben Noordhuis | 2013-03-06 | 3 | -14/+18 |
* | DNS: Support NAPTR queries | Pavel Lang | 2013-03-06 | 1 | -0/+24 |
* | stream: Use class for write buffer entries | isaacs | 2013-03-05 | 1 | -1/+1 |
* | stream: _write takes an encoding argument | isaacs | 2013-03-05 | 7 | -25/+24 |
* | stream: Remove output function from _transform | isaacs | 2013-03-05 | 3 | -19/+19 |
* | Merge remote-tracking branch 'origin/v0.8' | Ben Noordhuis | 2013-03-05 | 2 | -0/+115 |
|\ |
|
| * | cluster: propagate bind errors | Ben Noordhuis | 2013-03-05 | 2 | -0/+115 |
* | | events: remove type check for event type | Trevor Norris | 2013-03-04 | 1 | -3/+4 |