2013-04-11 |
isaacs | Merge branch 'v0.10.4-release' into v0.10
|
commit | commitdiff | tree |
2013-04-11 |
isaacs | lint
|
commit | commitdiff | tree |
2013-04-11 |
isaacs | blog: Fix title for v0.8.23 release
|
commit | commitdiff | tree |
2013-04-11 |
isaacs | 2013.04.11, Version 0.10.4 (Stable) ...write cb before finish event (isaacs) * http: Support write(data, 'hex') (isaacs)
|
commit | commitdiff | tree |
2013-04-11 |
isaacs | npm: Upgrade to 1.2.18
|
commit | commitdiff | tree |
2013-04-11 |
isaacs | uv: Upgrade to v0.10.4
|
commit | commitdiff | tree |
2013-04-09 |
isaacs | blog: Post for v0.8.23
|
commit | commitdiff | tree |
2013-04-08 |
isaacs | stream: call write cb before finish event
|
commit | commitdiff | tree |
2013-04-08 |
isaacs | http: Support write(data, 'hex')
|
commit | commitdiff | tree |
2013-04-05 |
isaacs | doc: Correct caveats for http Readables
|
commit | commitdiff | tree |
2013-04-03 |
isaacs | blog: Post about 0.10.3
|
commit | commitdiff | tree |
2013-04-03 |
isaacs | Now working on 0.10.4
|
commit | commitdiff | tree |
2013-04-03 |
isaacs | Merge branch 'v0.10.3-release' into v0.10
|
commit | commitdiff | tree |
2013-04-03 |
isaacs | 2013.04.03, Version 0.10.3 (Stable) ...legacy ECONNRESET workaround code (isaacs) ...cleanup on client response end (isaacs) ...socket when encrypted side closes (isaacs) * crypto: Pass options to ctor calls (isaacs)
|
commit | commitdiff | tree |
2013-04-03 |
isaacs | http: Remove legacy ECONNRESET workaround code
|
commit | commitdiff | tree |
2013-04-03 |
isaacs | npm: Upgrade to 1.2.17
|
commit | commitdiff | tree |
2013-04-03 |
isaacs | test: fork-getconnections stricter, less chatty
|
commit | commitdiff | tree |
2013-04-03 |
isaacs | assert: Simplify AssertError creation
|
commit | commitdiff | tree |
2013-04-02 |
isaacs | http client: Ensure socket cleanup on response end
|
commit | commitdiff | tree |
2013-04-01 |
isaacs | tls: Destroy socket when encrypted side closes
|
commit | commitdiff | tree |
2013-03-29 |
isaacs | crypto: Pass options to ctor calls
|
commit | commitdiff | tree |
2013-03-28 |
isaacs | blog: v0.11.0 release
|
commit | commitdiff | tree |
2013-03-28 |
isaacs | blog: Update linux binary tarball shasums
|
commit | commitdiff | tree |
2013-03-28 |
isaacs | blog: Post about v0.10.2
|
commit | commitdiff | tree |
2013-03-28 |
isaacs | Node working on 0.10.3
|
commit | commitdiff | tree |
2013-03-28 |
isaacs | Merge branch 'v0.10.2-release' into v0.10
|
commit | commitdiff | tree |
2013-03-28 |
isaacs | 2013.03.28, Version 0.10.2 (Stable) ...late 'readable' event listeners (isaacs) ...Writables on zero-length writes (isaacs)
|
commit | commitdiff | tree |
2013-03-28 |
isaacs | npm: Upgrade to v1.2.15
|
commit | commitdiff | tree |
2013-03-28 |
isaacs | stream: Emit readable on ended streams via read(0)
|
commit | commitdiff | tree |
2013-03-28 |
isaacs | stream: Handle late 'readable' event listeners
|
commit | commitdiff | tree |
2013-03-28 |
isaacs | doc: Add 'don't ignore errors' section to domain
|
commit | commitdiff | tree |
2013-03-27 |
isaacs | test: Accept either kind of NaN
|
commit | commitdiff | tree |
2013-03-24 |
isaacs | stream: Fix early end in Writables on zero-length writes
|
commit | commitdiff | tree |
2013-03-21 |
isaacs | blog: Post for v0.10.1
|
commit | commitdiff | tree |
2013-03-21 |
isaacs | Now working on v0.10.2
|
commit | commitdiff | tree |
2013-03-21 |
isaacs | Merge branch 'v0.10.1-release' into v0.10
|
commit | commitdiff | tree |
2013-03-21 |
isaacs | 2013.03.21, Version 0.10.1 (Stable) ...mid-stream hangs (Fedor Indutny, isaacs) ...path end() for large buffers (isaacs) ...errors are deprecated, not a throw (isaacs) ...Return self from readable.wrap (isaacs) ...aborting in handle fd getter (isaacs)
|
commit | commitdiff | tree |
2013-03-21 |
isaacs | npm: upgrade to 1.2.15
|
commit | commitdiff | tree |
2013-03-20 |
isaacs | tls: Prevent hang in readStart
|
commit | commitdiff | tree |
2013-03-14 |
isaacs | stream: Return self from readable.wrap
|
commit | commitdiff | tree |
2013-03-14 |
isaacs | test: No need for kicking in streams2 test
|
commit | commitdiff | tree |
2013-03-14 |
isaacs | http: Don't hot-path end() for large buffers
|
commit | commitdiff | tree |
2013-03-13 |
isaacs | Revert "stream: Never call decoder.end() multiple times"
|
commit | commitdiff | tree |
2013-03-13 |
isaacs | fs: Missing cb errors are deprecated, not a throw
|
commit | commitdiff | tree |
2013-03-13 |
isaacs | core: Move UNWRAP_NO_ABORT to handle_wrap.h
|
commit | commitdiff | tree |
2013-03-13 |
isaacs | core: Unwrap without aborting in handle fd getter
|
commit | commitdiff | tree |
2013-03-13 |
isaacs | blog: Fix typo in typo fix
|
commit | commitdiff | tree |
2013-03-11 |
isaacs | blog: Post about v0.10.0
|
commit | commitdiff | tree |
2013-03-11 |
isaacs | Now working on 0.10.1
|
commit | commitdiff | tree |
2013-03-11 |
isaacs | Merge branch 'v0.10.0-release' into v0.10
|
commit | commitdiff | tree |
2013-03-11 |
isaacs | 2013.03.11, Version 0.10.0 (Stable) ...properly in dlopen on windows (isaacs) ...Manage flush flags appropriately (isaacs) ...thrown in nested error handlers (isaacs) ...calling fs.read/write on a dir (isaacs)
|
commit | commitdiff | tree |
2013-03-10 |
isaacs | stream: Don't emit 'end' unless read() called
|
commit | commitdiff | tree |
2013-03-10 |
isaacs | stream: Avoid nextTick warning filling read buffer
|
commit | commitdiff | tree |
2013-03-10 |
isaacs | http: Do not setTimeout a not-yet-existent socket
|
commit | commitdiff | tree |
2013-03-10 |
isaacs | uv: Upgrade to 5462dab
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | win/msi: Fix typos
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | npm: Upgrade to 1.2.14 (fixed)
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | domain: Fix double-exit on nested domains
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | Now working on 0.10.0
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | lint
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | Merge remote-tracking branch 'ry/v0.8' into master
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | test: Fail faster in simple/test-cluster-bind-twice-v2
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | test: Kill zombies when debugger-client fails on windows
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | test: Don't run async operation in process 'exit'
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | test: Use copy instead of symlink in child-process...
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | test: Trim cat output for windows
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | test: Sending dgram sockets to child procs not supported...
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | core: Append filename properly in dlopen on windows
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | test: Make stream2-transform less timing-dependent
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | test: Don't fail tls-session-cache if openssl is bad
|
commit | commitdiff | tree |
2013-03-09 |
isaacs | zlib: Manage flush flags appropriately
|
commit | commitdiff | tree |
2013-03-08 |
isaacs | domains: Handle errors thrown in nested error handlers
|
commit | commitdiff | tree |
2013-03-08 |
isaacs | Revert "http: check if incoming parser has already...
|
commit | commitdiff | tree |
2013-03-08 |
isaacs | doc: Add wrk's license to LICENSE file
|
commit | commitdiff | tree |
2013-03-08 |
isaacs | stream: Emit error on stream object, not global
|
commit | commitdiff | tree |
2013-03-08 |
isaacs | uv: Upgrade to b68ee40
|
commit | commitdiff | tree |
2013-03-07 |
isaacs | bench: Do math on numbers in compare.js, not strings
|
commit | commitdiff | tree |
2013-03-07 |
isaacs | uv: Upgrade to f89125e
|
commit | commitdiff | tree |
2013-03-07 |
isaacs | blog: Post for v0.8.22
|
commit | commitdiff | tree |
2013-03-07 |
isaacs | Now working on 0.8.23
|
commit | commitdiff | tree |
2013-03-07 |
isaacs | Merge branch 'v0.8.22-release' into v0.8
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | 2013.03.07, Version 0.8.22 (Stable)
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | Merge remote-tracking branch 'ry/v0.8' into master
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | npm: Update to 1.2.14
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | blog: Update streams2 feature post to match actual doc
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | Now working on 0.9.13
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | doc: fix ChangeLog typo
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | Merge branch 'v0.9.12-release'
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | blog: Post for 0.9.12
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | 2013.03.06, Version 0.9.12 (Unstable) ...strings in Readable.push/unshift (isaacs) * stream: Remove bufferSize option (isaacs) ...highWaterMark on large reads (isaacs) ..._write: takes an encoding argument (isaacs) ...output() method, provide encoding (isaacs) ...read(0) to emit 'readable' event (isaacs) * node: Add --throw-deprecation (isaacs) ...useful setTimeout API on server (isaacs) ...error when writing after FIN (isaacs) ...destroy() to kill(signal=SIGTERM) (isaacs)
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | V8: Reapply floating patches
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | V8: Upgrade to 3.14.5.8
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | http: More useful setTimeout API on server
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | bench: Use environ to run compares more than once
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | stream: Raise readable high water mark in powers of 2
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | stream: Allow strings in Readable.push/unshift
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | stream: Remove bufferSize option
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | stream: Remove pipeOpts.chunkSize
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | stream: Increase highWaterMark on large reads
|
commit | commitdiff | tree |
2013-03-06 |
isaacs | stream: Remove unnecessary nextTick usage in Writable
|
commit | commitdiff | tree |
next |