summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Now working on 0.10.19Timothy J Fontaine2013-09-041-2/+2
* 2013.09.04, Version 0.10.18 (Stable)v0.10.18v0.10.18-releaseTimothy J Fontaine2013-09-041-1/+1
* Now working on 0.10.18Timothy J Fontaine2013-08-211-2/+2
* 2013.08.21, Version 0.10.17 (Stable)v0.10.17v0.10.17-releaseTimothy J Fontaine2013-08-211-1/+1
* Now working on v0.10.17isaacs2013-08-161-2/+2
* 2013.08.16, Version 0.10.16 (Stable)v0.10.16v0.10.16-releaseisaacs2013-08-161-1/+1
* crypto: fix memory leak in randomBytes() error pathBen Noordhuis2013-08-161-0/+2
* crypto: fix assert() on malformed hex inputBen Noordhuis2013-07-301-12/+30
* string_bytes: add StringBytes::IsValidString()Ben Noordhuis2013-07-302-0/+12
* Now working on 0.10.16Timothy J Fontaine2013-07-251-2/+2
* 2013.07.25, Version 0.10.15 (Stable)v0.10.15v0.10.15-releaseTimothy J Fontaine2013-07-251-1/+1
* src: fix process.getuid() return valueBen Noordhuis2013-07-261-4/+4
* Now working on 0.10.15Timothy J Fontaine2013-07-251-2/+2
* 2013.07.25, Version 0.10.14 (Stable)v0.10.14v0.10.14-releaseTimothy J Fontaine2013-07-251-1/+1
* src: os: use Number::New() for CPU infoBen Noordhuis2013-07-231-14/+11
* fs: uids and gids must be unsigned intsBen Noordhuis2013-07-231-8/+8
* node: call MakeDomainCallback in all domain casesTrevor Norris2013-07-101-0/+3
* crypto: fix memory leak in LoadPKCS12Fedor Indutny2013-07-101-0/+1
* Now working v0.10.14Timothy J Fontaine2013-07-091-2/+2
* 2013.07.09, Version 0.10.13 (Stable)v0.10.13v0.10.13-releaseTimothy J Fontaine2013-07-091-1/+1
* src: fix memory leak in UsingDomains()Ben Noordhuis2013-07-051-0/+1
* zlib: level can be negativeBrian White2013-07-011-1/+1
* string_bytes: properly detect 64bitTimothy J Fontaine2013-06-191-2/+2
* Now working on 0.10.13isaacs2013-06-181-2/+2
* 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