summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 2013.06.13, Version 0.8.25 (maintenance)v0.8.25v0.8.25-releaseisaacs2013-06-131-1/+1
* Now working on v0.8.25isaacs2013-06-041-2/+2
* 2013.06.04, Version 0.8.24 (maintenance)v0.8.24v0.8.24-releaseisaacs2013-06-031-1/+1
* handle_wrap: fix NULL pointer dereferenceBen Noordhuis2013-04-161-4/+8
* Now working on 0.8.24isaacs2013-04-081-2/+2
* 2013.04.09, Version 0.8.23 (maintenance)v0.8.23v0.8.23-releaseisaacs2013-04-081-1/+1
* crypto: check key type in GetPeerCertificate()Ben Noordhuis2013-03-131-1/+2
* Now working on 0.8.23isaacs2013-03-061-2/+2
* 2013.03.07, Version 0.8.22 (Stable)v0.8.22v0.8.22-releaseisaacs2013-03-061-1/+1
* process: invoke EventEmitter on `process`Nathan Rajlich2013-03-051-0/+1
* crypto: don't assert when calling Cipher#final() twiceBen Noordhuis2013-03-021-9/+2
* Now working on 0.8.22isaacs2013-02-251-2/+2
* 2013.02.25, Version 0.8.21 (Stable)v0.8.21v0.8.21-releaseisaacs2013-02-251-1/+1
* zlib: fix assert on bad inputBen Noordhuis2013-02-221-3/+18
* Now working on v0.8.21isaacs2013-02-151-2/+2
* 2013.02.15, Version 0.8.20 (Stable)v0.8.20v0.8.20-releaseisaacs2013-02-151-1/+1
* Now working on 0.8.20isaacs2013-02-061-2/+2
* 2013.02.06, Version 0.8.19 (Stable)v0.8.19v0.8.19-releaseisaacs2013-02-061-1/+1
* zlib: pass object size hint to V8Ben Noordhuis2013-02-051-0/+6
* zlib: reduce memory consumption, release earlyBen Noordhuis2013-02-051-2/+28
* buffer: slow buffer copy compatibility fixTrevor Norris2013-01-251-4/+4
* zlib: don't assert on malformed dictionaryBen Noordhuis2013-01-221-3/+11
* zlib: don't assert on missing dictionaryBen Noordhuis2013-01-221-14/+15
* Now working on 0.8.19isaacs2013-01-181-2/+2
* 2013.01.18, Version 0.8.18 (Stable)v0.8.18v0.8.18-releaseisaacs2013-01-181-1/+1
* buffer: reject negative SlowBuffer offsetsBen Noordhuis2013-01-171-0/+13
* Now working on 0.8.18isaacs2013-01-091-2/+2
* 2012.01.09, Version 0.8.17 (Stable)v0.8.17v0.8.17-releaseisaacs2013-01-091-1/+1
* typed arrays: fix 32 bit size/index overflowBen Noordhuis2013-01-101-6/+13
* object_wrap: add missing HandleScopeFedor Indutny2013-01-091-0/+2
* os: change CPU time from Integer to NumberTim Bradshaw2012-12-311-5/+5
* build: allow to specify custom tagsMaciej MaƂecki2012-12-261-2/+9
* Now working on 0.8.17isaacs2012-12-131-2/+2
* 2012.12.13, Version 0.8.16 (Stable)v0.8.16isaacs2012-12-131-1/+1
* crypto: fix leak in GetPeerCertificateFedor Indutny2012-12-031-0/+9
* net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson2012-11-281-0/+19
* Now working on 0.8.16isaacs2012-11-261-2/+2
* 2012.11.26, Version 0.8.15 (Stable)v0.8.15v0.8.15-releaseisaacs2012-11-261-1/+1
* domains: don't crash if domain is set to nullBert Belder2012-11-091-2/+2
* Now working on 0.8.15isaacs2012-10-251-2/+2
* 2012.10.25, Version 0.8.14 (Stable)v0.8.14v0.8.14-releaseisaacs2012-10-251-1/+1
* Now working on 0.8.14isaacs2012-10-251-2/+2
* 2012.10.25, Version 0.8.13 (Stable)v0.8.13v0.8.13-releaseisaacs2012-10-251-1/+1
* typed arrays: use `signed char` for signed int8sAaron Jacobs2012-10-231-4/+4
* crypto: fix DH use-after-free and memory leakBen Noordhuis2012-10-221-2/+8
* crypto: fix DH 1 byte buffer underflowBen Noordhuis2012-10-221-18/+20
* Now working on 0.8.13isaacs2012-10-121-2/+2
* 2012.10.12, Version 0.8.12 (Stable)v0.8.12v0.8.12-releaseisaacs2012-10-111-1/+1
* buffer: report proper retained size in profilerBen Noordhuis2012-10-111-1/+61
* crypto: fix -Wtautological-compare warningBen Noordhuis2012-10-091-29/+27