summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.04.23, Version 0.10.5 (Stable)v0.10.5v0.10.5-releaseisaacs2013-04-233-2/+29
* build: added support for Visual Studio 2012Miroslav Bajtoš2013-04-231-0/+10
* uv: Upgrade to 0.10.5isaacs2013-04-228-104/+87
* os: Fix uname() error handling on sunosisaacs2013-04-221-8/+7
* http: Don't try to destroy nonexistent socketsisaacs2013-04-222-2/+95
* test: fix dgram-bind-default-address on osxisaacs2013-04-221-1/+4
* crypto: LazyTransform on properties, not methodsisaacs2013-04-212-13/+63
* src: fix potential memory leak on early returnmscdex2013-04-201-3/+3
* src: don't initialize variable before assignmentmscdex2013-04-201-1/+1
* blog: v0.11.1 does not work on windows x64isaacs2013-04-191-9/+5
* blog: Post about 0.11.1isaacs2013-04-191-0/+79
* blog: Post about 0.10.4isaacs2013-04-191-0/+85
* doc: document value of `this` inside listenersSean Silva2013-04-191-1/+3
* assert: put info in err.message, not err.nameRyan Doenges2013-04-182-12/+19
* website: add link to nightlies on download pageBen Noordhuis2013-04-181-0/+1
* crypto: fix return Local Handle w/o scope.Close()Trevor Norris2013-04-181-1/+2
* dgram: fix no address bind()Ben Noordhuis2013-04-182-0/+37
* test: make stdout-close-unref work in test runnerBen Noordhuis2013-04-181-2/+3
* docs: update path.join() example for v0.10Kelly Gerber2013-04-171-2/+2
* doc: note a gotcha with http.Server socketsRyan Graham2013-04-161-2/+4
* handle_wrap: fix NULL pointer dereferenceBen Noordhuis2013-04-162-2/+25
* test: preserve process.env after test-init execStanislav Ochotnicky2013-04-161-4/+8
* test: preserve process.env in forked child_processStanislav Ochotnicky2013-04-161-1/+4
* os: unbreak windows buildBen Noordhuis2013-04-151-0/+6
* os: handle 256 character hostnamesBen Noordhuis2013-04-151-5/+6
* os: fix unlikely buffer overflow in os.type()Ben Noordhuis2013-04-151-7/+4
* build: Typo in tools/msvs/msi/product.wxsisaacs2013-04-111-1/+1
* stream: Fix unshift() race conditionsisaacs2013-04-113-23/+180
* Now working on v0.10.5isaacs2013-04-111-2/+2
* Merge branch 'v0.10.4-release' into v0.10isaacs2013-04-113-3/+38
|\
| * 2013.04.11, Version 0.10.4 (Stable)v0.10.4v0.10.4-releaseisaacs2013-04-113-3/+38
* | lintisaacs2013-04-112-4/+5
* | blog: Fix title for v0.8.23 releaseisaacs2013-04-111-3/+3
|/
* 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