| Commit message (Expand) | Author | Age | Files | Lines |
* | Now working on 0.8.27 | Timothy J Fontaine | 2013-10-18 | 1 | -2/+2 |
* | 2013.10.13, Version 0.8.26 (maintenance) | Timothy J Fontaine | 2013-10-18 | 1 | -1/+1 |
* | crypto: clear openssl error stack when handled | Ben Noordhuis | 2013-10-18 | 1 | -0/+3 |
* | crypto: clear errors from verify failure | Timothy J Fontaine | 2013-10-18 | 1 | -0/+10 |
* | http_parser: expose pause/resume method for parser | Timothy J Fontaine | 2013-10-16 | 1 | -0/+11 |
* | crypto: fix memory leak in LoadPKCS12 | Fedor Indutny | 2013-07-29 | 1 | -0/+1 |
* | Now working on 0.8.26 | isaacs | 2013-06-13 | 1 | -2/+2 |
* | 2013.06.13, Version 0.8.25 (maintenance)v0.8.25v0.8.25-release | isaacs | 2013-06-13 | 1 | -1/+1 |
* | Now working on v0.8.25 | isaacs | 2013-06-04 | 1 | -2/+2 |
* | 2013.06.04, Version 0.8.24 (maintenance)v0.8.24v0.8.24-release | isaacs | 2013-06-03 | 1 | -1/+1 |
* | handle_wrap: fix NULL pointer dereference | Ben Noordhuis | 2013-04-16 | 1 | -4/+8 |
* | Now working on 0.8.24 | isaacs | 2013-04-08 | 1 | -2/+2 |
* | 2013.04.09, Version 0.8.23 (maintenance)v0.8.23v0.8.23-release | isaacs | 2013-04-08 | 1 | -1/+1 |
* | crypto: check key type in GetPeerCertificate() | Ben Noordhuis | 2013-03-13 | 1 | -1/+2 |
* | Now working on 0.8.23 | isaacs | 2013-03-06 | 1 | -2/+2 |
* | 2013.03.07, Version 0.8.22 (Stable)v0.8.22v0.8.22-release | isaacs | 2013-03-06 | 1 | -1/+1 |
* | process: invoke EventEmitter on `process` | Nathan Rajlich | 2013-03-05 | 1 | -0/+1 |
* | crypto: don't assert when calling Cipher#final() twice | Ben Noordhuis | 2013-03-02 | 1 | -9/+2 |
* | Now working on 0.8.22 | isaacs | 2013-02-25 | 1 | -2/+2 |
* | 2013.02.25, Version 0.8.21 (Stable)v0.8.21v0.8.21-release | isaacs | 2013-02-25 | 1 | -1/+1 |
* | zlib: fix assert on bad input | Ben Noordhuis | 2013-02-22 | 1 | -3/+18 |
* | Now working on v0.8.21 | isaacs | 2013-02-15 | 1 | -2/+2 |
* | 2013.02.15, Version 0.8.20 (Stable)v0.8.20v0.8.20-release | isaacs | 2013-02-15 | 1 | -1/+1 |
* | Now working on 0.8.20 | isaacs | 2013-02-06 | 1 | -2/+2 |
* | 2013.02.06, Version 0.8.19 (Stable)v0.8.19v0.8.19-release | isaacs | 2013-02-06 | 1 | -1/+1 |
* | zlib: pass object size hint to V8 | Ben Noordhuis | 2013-02-05 | 1 | -0/+6 |
* | zlib: reduce memory consumption, release early | Ben Noordhuis | 2013-02-05 | 1 | -2/+28 |
* | buffer: slow buffer copy compatibility fix | Trevor Norris | 2013-01-25 | 1 | -4/+4 |
* | zlib: don't assert on malformed dictionary | Ben Noordhuis | 2013-01-22 | 1 | -3/+11 |
* | zlib: don't assert on missing dictionary | Ben Noordhuis | 2013-01-22 | 1 | -14/+15 |
* | Now working on 0.8.19 | isaacs | 2013-01-18 | 1 | -2/+2 |
* | 2013.01.18, Version 0.8.18 (Stable)v0.8.18v0.8.18-release | isaacs | 2013-01-18 | 1 | -1/+1 |
* | buffer: reject negative SlowBuffer offsets | Ben Noordhuis | 2013-01-17 | 1 | -0/+13 |
* | Now working on 0.8.18 | isaacs | 2013-01-09 | 1 | -2/+2 |
* | 2012.01.09, Version 0.8.17 (Stable)v0.8.17v0.8.17-release | isaacs | 2013-01-09 | 1 | -1/+1 |
* | typed arrays: fix 32 bit size/index overflow | Ben Noordhuis | 2013-01-10 | 1 | -6/+13 |
* | object_wrap: add missing HandleScope | Fedor Indutny | 2013-01-09 | 1 | -0/+2 |
* | os: change CPU time from Integer to Number | Tim Bradshaw | 2012-12-31 | 1 | -5/+5 |
* | build: allow to specify custom tags | Maciej MaĆecki | 2012-12-26 | 1 | -2/+9 |
* | Now working on 0.8.17 | isaacs | 2012-12-13 | 1 | -2/+2 |
* | 2012.12.13, Version 0.8.16 (Stable)v0.8.16 | isaacs | 2012-12-13 | 1 | -1/+1 |
* | crypto: fix leak in GetPeerCertificate | Fedor Indutny | 2012-12-03 | 1 | -0/+9 |
* | net: More accurate IP address validation and IPv6 dotted notation. | Joshua Erickson | 2012-11-28 | 1 | -0/+19 |
* | Now working on 0.8.16 | isaacs | 2012-11-26 | 1 | -2/+2 |
* | 2012.11.26, Version 0.8.15 (Stable)v0.8.15v0.8.15-release | isaacs | 2012-11-26 | 1 | -1/+1 |
* | domains: don't crash if domain is set to null | Bert Belder | 2012-11-09 | 1 | -2/+2 |
* | Now working on 0.8.15 | isaacs | 2012-10-25 | 1 | -2/+2 |
* | 2012.10.25, Version 0.8.14 (Stable)v0.8.14v0.8.14-release | isaacs | 2012-10-25 | 1 | -1/+1 |
* | Now working on 0.8.14 | isaacs | 2012-10-25 | 1 | -2/+2 |
* | 2012.10.25, Version 0.8.13 (Stable)v0.8.13v0.8.13-release | isaacs | 2012-10-25 | 1 | -1/+1 |