summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.04.11, Version 0.10.4 (Stable)v0.10.4v0.10.4-releaseisaacs2013-04-113-3/+38
* npm: Upgrade to 1.2.18isaacs2013-04-11330-1092/+33065
* uv: Upgrade to v0.10.4isaacs2013-04-1125-107/+291
* child_process: fix O(n*m) scan of cmd stringBen Noordhuis2013-04-111-8/+6
* cluster: fix O(n*m) scan of cmd stringBen Noordhuis2013-04-111-2/+3
* src: don't SetInternalField() in ObjectWrap dtorBen Noordhuis2013-04-101-1/+1
* Revert "crypto: use better memory BIO implementation"Ben Noordhuis2013-04-104-421/+5
* net: fix socket.bytesWritten Buffers supportFedor Indutny2013-04-102-2/+10
* crypto: remove unused ClientHelloParser fieldBen Noordhuis2013-04-101-3/+1
* blog: Post for v0.8.23isaacs2013-04-081-0/+69
* buffer: fix offset checksŁukasz Walukiewicz2013-04-082-2/+35
* stream: call write cb before finish eventisaacs2013-04-092-6/+44
* http: Support write(data, 'hex')isaacs2013-04-082-5/+10
* crypto: dh secret should be left-paddedFedor Indutny2013-04-082-1/+48
* process: expose NODE_MODULE_VERSION in process.versionsRod Vagg2013-04-083-8/+13
* crypto: move write_head in bio's Reset() methodFedor Indutny2013-04-081-0/+1
* crypto: fix changing buffers in bioFedor Indutny2013-04-081-1/+1
* crypto: fix style issues in bioFedor Indutny2013-04-082-29/+37
* crypto: fix constructor call in crypto streamsAndreas Madsen2013-04-082-1/+66
* net: account encoding in .byteLengthFedor Indutny2013-04-081-1/+1
* doc: document linux pwrite() bugBen Noordhuis2013-04-081-0/+8
* net: fix buffer iteration in bytesWrittenFedor Indutny2013-04-082-2/+10
* crypto: zero is not an error if writing 0 bytesFedor Indutny2013-04-072-1/+74
* tls: Re-enable check of CN-ID in cert verificationTobias Müllerleile2013-04-071-2/+2
* stream: unused variableRafael Garcia2013-04-051-2/+0
* stream: remove vestiges of previous _transform APIRafael Garcia2013-04-051-2/+2
* doc: Correct caveats for http Readablesisaacs2013-04-051-59/+11
* crypto: use better memory BIO implementationFedor Indutny2013-04-054-5/+412
* blog: Post about 0.10.3isaacs2013-04-031-0/+77
* Now working on 0.10.4isaacs2013-04-031-2/+2
* Merge branch 'v0.10.3-release' into v0.10isaacs2013-04-033-1/+29
|\
| * 2013.04.03, Version 0.10.3 (Stable)v0.10.3v0.10.3-releaseisaacs2013-04-033-1/+29
* | v8: cherry-pick 75311294 from upstreamFedor Indutny2013-04-031-2/+5
|/
* http: Remove legacy ECONNRESET workaround codeisaacs2013-04-032-17/+55
* npm: Upgrade to 1.2.17isaacs2013-04-03210-213/+726
* test: fork-getconnections stricter, less chattyisaacs2013-04-031-12/+24
* child_process: acknowledge sent handlesFedor Indutny2013-04-031-0/+29
* assert: Simplify AssertError creationisaacs2013-04-031-14/+10
* etw: update prototypes to match dtrace providerTimothy J Fontaine2013-04-032-14/+26
* dtrace: check if _handle property is setBen Noordhuis2013-04-031-2/+6
* dtrace: actually use the _handle.fd valueTimothy J Fontaine2013-04-032-19/+23
* dtrace: pass more arguments to probesDave Pacheco2013-04-032-24/+28
* build: allow building with dtrace on osxDave Pacheco2013-04-032-10/+26
* src: remove unused variablesBrian White2013-04-021-4/+2
* http client: Ensure socket cleanup on response endisaacs2013-04-022-2/+75
* test: test intended code-pathsAndrew Hart2013-04-011-7/+27
* tls: Destroy socket when encrypted side closesisaacs2013-04-011-0/+6
* Ensure BAD domain example actually uses domainMichael Hart2013-04-011-3/+5
* querystring: Removing unnecessary bindingMitar2013-04-011-1/+0
* repl: use more readable RegExp syntax for spacesNathan Rajlich2013-03-301-1/+1