aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-04-23Now working on 0.10.6isaacs
2013-04-232013.04.23, Version 0.10.5 (Stable)isaacs
2013-04-22os: Fix uname() error handling on sunosisaacs
2013-04-20src: fix potential memory leak on early returnmscdex
2013-04-20src: don't initialize variable before assignmentmscdex
2013-04-18crypto: fix return Local Handle w/o scope.Close()Trevor Norris
2013-04-16handle_wrap: fix NULL pointer dereferenceBen Noordhuis
2013-04-15os: unbreak windows buildBen Noordhuis
2013-04-15os: handle 256 character hostnamesBen Noordhuis
2013-04-15os: fix unlikely buffer overflow in os.type()Ben Noordhuis
2013-04-11Now working on v0.10.5isaacs
2013-04-112013.04.11, Version 0.10.4 (Stable)isaacs
2013-04-10src: don't SetInternalField() in ObjectWrap dtorBen Noordhuis
2013-04-10Revert "crypto: use better memory BIO implementation"Ben Noordhuis
2013-04-10crypto: remove unused ClientHelloParser fieldBen Noordhuis
2013-04-08crypto: dh secret should be left-paddedFedor Indutny
2013-04-08process: expose NODE_MODULE_VERSION in process.versionsRod Vagg
2013-04-08crypto: move write_head in bio's Reset() methodFedor Indutny
2013-04-08crypto: fix changing buffers in bioFedor Indutny
2013-04-08crypto: fix style issues in bioFedor Indutny
2013-04-07crypto: zero is not an error if writing 0 bytesFedor Indutny
2013-04-05crypto: use better memory BIO implementationFedor Indutny
2013-04-03Now working on 0.10.4isaacs
2013-04-032013.04.03, Version 0.10.3 (Stable)isaacs
2013-04-03etw: update prototypes to match dtrace providerTimothy J Fontaine
2013-04-03dtrace: check if _handle property is setBen Noordhuis
2013-04-03dtrace: actually use the _handle.fd valueTimothy J Fontaine
2013-04-03dtrace: pass more arguments to probesDave Pacheco
2013-04-02src: remove unused variablesBrian White
2013-03-28Node working on 0.10.3isaacs
2013-03-28Merge branch 'v0.10.2-release' into v0.10isaacs
2013-03-28src: tie process.versions.uv to uv_version_string()Ben Noordhuis
2013-03-282013.03.28, Version 0.10.2 (Stable)isaacs
2013-03-28tls: handle SSL_ERROR_ZERO_RETURNFedor Indutny
2013-03-26domain: fix domain callback from MakeCallbackTrevor Norris
2013-03-25crypto: make getCiphers() return non-SSL ciphersBen Noordhuis
2013-03-24tls: remove harmful unnecessary bounds checkingMarcel Laverdet
2013-03-23crypto: check randomBytes() size argumentBen Noordhuis
2013-03-21Now working on v0.10.2isaacs
2013-03-202013.03.21, Version 0.10.1 (Stable)isaacs
2013-03-20windows: enable watching signals with process.on('SIGXYZ')Bert Belder
2013-03-17node: revert removal of MakeCallbackTrevor Norris
2013-03-14net: improve arbitrary tcp socket supportBen Noordhuis
2013-03-14deps: upgrade libuv to 7b66ea1Ben Noordhuis
2013-03-13core: Move UNWRAP_NO_ABORT to handle_wrap.hisaacs
2013-03-13core: Unwrap without aborting in handle fd getterisaacs
2013-03-11Now working on 0.10.1isaacs
2013-03-102013.03.11, Version 0.10.0 (Stable)isaacs
2013-03-09domain: Fix double-exit on nested domainsisaacs
2013-03-08Now working on 0.10.0isaacs