summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 2013.06.18, Version 0.10.12 (Stable)v0.10.12v0.10.12-releaseisaacs2013-06-181-1/+1
* Now working on 0.10.12isaacs2013-06-131-2/+2
* 2013.06.13, Version 0.10.11 (Stable)v0.10.11v0.10.11-releaseisaacs2013-06-131-1/+1
* Now working on v0.10.11isaacs2013-06-041-2/+2
* 2013.06.04, Version 0.10.10 (Stable)v0.10.10v0.10.10-releaseisaacs2013-06-041-1/+1
* Now working on v0.10.10isaacs2013-05-301-2/+2
* 2013.05.30, Version 0.10.9 (Stable)v0.10.9v0.10.9-releaseisaacs2013-05-301-1/+1
* tls: ignore .shutdown() syscall errorFedor Indutny2013-05-282-11/+41
* Now working on 0.10.9isaacs2013-05-241-2/+2
* 2013.05.24, Version 0.10.8 (Stable)v0.10.8v0.10.8-releaseisaacs2013-05-241-1/+1
* buffer: special case empty string writesTimothy J Fontaine2013-05-231-1/+9
* crypto: Clear error after DiffieHellman key errorsisaacs2013-05-201-7/+10
* string_bytes: strip padding from base64 stringsTrevor Norris2013-05-201-8/+7
* src: Remove superfluous static_castisaacs2013-05-171-2/+1
* Now working on 0.10.8isaacs2013-05-171-2/+2
* 2013.05.17, Version 0.10.7 (Stable)v0.10.7v0.10.7-releaseisaacs2013-05-171-1/+1
* crypto: Don't ignore verify encoding argumentisaacs2013-05-171-1/+1
* buffer, crypto: fix default encoding regressionBen Noordhuis2013-05-161-13/+4
* Now working on v0.10.7isaacs2013-05-141-2/+2
* 2013.05.14, Version 0.10.6 (Stable)v0.10.6v0.10.6-releaseisaacs2013-05-141-1/+1
* crypto: Pass encodings for Hmac digestisaacs2013-05-141-2/+8
* crypto: Pass encodings to C++ for Sign/Verifyisaacs2013-05-141-6/+12
* crypto: use StringBytes::Encodeisaacs2013-05-141-34/+43
* crypto: Pass strings to binding layer directlyisaacs2013-05-141-48/+96
* buffer: DRY string encoding using StringBytesisaacs2013-05-142-550/+69
* src: use StringBytes for DecodeWrite/DecodeBytes/Encodeisaacs2013-05-141-90/+7
* src: Use StringBytes in StreamWrapisaacs2013-05-142-66/+14
* src: Add StringBytes static util classisaacs2013-05-142-0/+701
* Now working on 0.10.6isaacs2013-04-231-2/+2
* 2013.04.23, Version 0.10.5 (Stable)v0.10.5v0.10.5-releaseisaacs2013-04-231-1/+1
* os: Fix uname() error handling on sunosisaacs2013-04-221-8/+7
* src: fix potential memory leak on early returnmscdex2013-04-201-3/+3
* src: don't initialize variable before assignmentmscdex2013-04-201-1/+1
* crypto: fix return Local Handle w/o scope.Close()Trevor Norris2013-04-181-1/+2
* handle_wrap: fix NULL pointer dereferenceBen Noordhuis2013-04-161-2/+2
* 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
* Now working on v0.10.5isaacs2013-04-111-2/+2
* 2013.04.11, Version 0.10.4 (Stable)v0.10.4v0.10.4-releaseisaacs2013-04-111-2/+2
* src: don't SetInternalField() in ObjectWrap dtorBen Noordhuis2013-04-101-1/+1
* Revert "crypto: use better memory BIO implementation"Ben Noordhuis2013-04-103-419/+4
* crypto: remove unused ClientHelloParser fieldBen Noordhuis2013-04-101-3/+1
* crypto: dh secret should be left-paddedFedor Indutny2013-04-081-1/+2
* process: expose NODE_MODULE_VERSION in process.versionsRod Vagg2013-04-082-1/+3
* 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: zero is not an error if writing 0 bytesFedor Indutny2013-04-071-1/+3
* crypto: use better memory BIO implementationFedor Indutny2013-04-053-4/+410