Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-05-15Now working on v0.10.7isaacs
2013-05-152013.05.14, Version 0.10.6 (Stable)v0.10.6isaacs
2013-05-15crypto: Pass encodings for Hmac digestisaacs
2013-05-15crypto: Pass encodings to C++ for Sign/Verifyisaacs
2013-05-15crypto: use StringBytes::Encodeisaacs
2013-05-15crypto: Pass strings to binding layer directlyisaacs
2013-05-15buffer: DRY string encoding using StringBytesisaacs
2013-05-15src: use StringBytes for DecodeWrite/DecodeBytes/Encodeisaacs
2013-05-15src: Use StringBytes in StreamWrapisaacs
2013-05-15src: Add StringBytes static util classisaacs
2013-04-24Now working on 0.10.6isaacs
2013-04-242013.04.23, Version 0.10.5 (Stable)v0.10.5isaacs
2013-04-22os: Fix uname() error handling on sunosisaacs
2013-04-21src: fix potential memory leak on early returnmscdex
2013-04-21src: don't initialize variable before assignmentmscdex
2013-04-18crypto: fix return Local Handle w/o scope.Close()Trevor Norris
2013-04-17handle_wrap: fix NULL pointer dereferenceBen Noordhuis
2013-04-16os: 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)v0.10.4isaacs
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)v0.10.3isaacs
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-29Node working on 0.10.3isaacs
2013-03-29Merge 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)v0.10.2isaacs
2013-03-28tls: handle SSL_ERROR_ZERO_RETURNFedor Indutny
2013-03-27domain: fix domain callback from MakeCallbackTrevor Norris
2013-03-25crypto: make getCiphers() return non-SSL ciphersBen Noordhuis
2013-03-23tls: remove harmful unnecessary bounds checkingMarcel Laverdet
2013-03-23crypto: check randomBytes() size argumentBen Noordhuis
2013-03-21Now working on v0.10.2isaacs
2013-03-212013.03.21, Version 0.10.1 (Stable)v0.10.1isaacs