| Commit message (Expand) | Author | Age | Files | Lines |
* | 2014.07.31, Version 0.10.30 (Stable)v0.10.30v0.10.30-release | Timothy J Fontaine | 2014-07-31 | 1 | -1/+1 |
* | timers: backport f8193ab | Julien Gilli | 2014-07-31 | 1 | -0/+9 |
* | constants: add O_NONBLOCK constant | Fedor Indutny | 2014-07-02 | 1 | -0/+4 |
* | Revert "constants: export O_NONBLOCK" | Fedor Indutny | 2014-07-02 | 1 | -8/+1 |
* | Revert "src: fix _XOPEN_SOURCE redefinition warning" | Fedor Indutny | 2014-07-02 | 1 | -10/+4 |
* | util.h: interface compatibility | Oguz Bastemur | 2014-06-27 | 1 | -1/+1 |
* | Now working on 0.10.30 | Timothy J Fontaine | 2014-06-09 | 1 | -2/+2 |
* | 2014.06.05, Version 0.10.29 (Stable)v0.10.29v0.10.29-release | Timothy J Fontaine | 2014-06-09 | 1 | -1/+1 |
* | src: replace usage of String::Utf8Value | Timothy J Fontaine | 2014-06-06 | 10 | -68/+158 |
* | string_bytes: Guarantee valid utf-8 output | Felix Geisendörfer | 2014-06-06 | 3 | -1/+10 |
* | crypto: improve memory usage | Alexis Campailla | 2014-05-16 | 2 | -5/+19 |
* | src: fix _XOPEN_SOURCE redefinition warning | Ben Noordhuis | 2014-05-14 | 1 | -4/+10 |
* | constants: export O_NONBLOCK | Fedor Indutny | 2014-05-02 | 1 | -1/+8 |
* | Now working on 0.10.29 | Timothy J Fontaine | 2014-05-02 | 1 | -2/+2 |
* | 2014.05.01, Version 0.10.28 (Stable)v0.10.28v0.10.28-release | Timothy J Fontaine | 2014-05-01 | 1 | -1/+1 |
* | Now working on 0.10.28 | Timothy J Fontaine | 2014-05-01 | 1 | -2/+2 |
* | 2014.05.01, Version 0.10.27 (Stable)v0.10.27v0.10.27-release | Timothy J Fontaine | 2014-05-01 | 1 | -1/+1 |
* | src: use monotonic time for process.uptime() | Timothy J Fontaine | 2014-04-10 | 1 | -7/+4 |
* | src: ensure that openssl's PRNG is fully seeded | Ben Noordhuis | 2014-03-26 | 1 | -0/+37 |
* | src: seed V8's random number generator at startup | Ben Noordhuis | 2014-03-26 | 3 | -0/+15 |
* | src: add default visibility to NODE_MODULE | Ben Noordhuis | 2014-03-05 | 1 | -1/+1 |
* | src: domain should not replace nextTick function | Timothy J Fontaine | 2014-03-03 | 2 | -3/+7 |
* | dtrace: workaround linker bug on FreeBSD | Fedor Indutny | 2014-02-21 | 1 | -2/+2 |
* | Now working on v0.10.27 | Timothy J Fontaine | 2014-02-18 | 1 | -2/+2 |
* | 2014.02.18, Version 0.10.26 (Stable) | Timothy J Fontaine | 2014-02-18 | 1 | -1/+1 |
* | zlib: introduce pending close state | Fedor Indutny | 2014-02-18 | 1 | -1/+14 |
* | src: refactor buffer bounds checking | Timothy J Fontaine | 2014-02-08 | 5 | -9/+23 |
* | crypto: update root certificates | Ben Noordhuis | 2014-02-04 | 2 | -3587/+3565 |
* | dtrace: fix arguments warning | Fedor Indutny | 2014-02-01 | 1 | -2/+2 |
* | node: do not ever close stdio | Fedor Indutny | 2014-01-30 | 1 | -2/+2 |
* | crypto: throw on SignFinal failure | Fedor Indutny | 2014-01-26 | 1 | -2/+11 |
* | Now working on 0.10.26 | Timothy J Fontaine | 2014-01-23 | 1 | -2/+2 |
* | 2014.01.23, Version 0.10.25 (Stable) | Timothy J Fontaine | 2014-01-22 | 1 | -1/+1 |
* | src: return empty set on ENOSYS for interfaces | Timothy J Fontaine | 2014-01-12 | 1 | -2/+5 |
* | src: OnFatalError handler must abort() | Timothy J Fontaine | 2014-01-09 | 1 | -1/+1 |
* | Now working on 0.10.25 | Timothy J Fontaine | 2013-12-19 | 1 | -2/+2 |
* | 2013.12.18, Version 0.10.24 (Stable)v0.10.24v0.10.24-release | Timothy J Fontaine | 2013-12-18 | 1 | -1/+1 |
* | Now working on 0.10.24 | Timothy J Fontaine | 2013-12-11 | 1 | -2/+2 |
* | 2013.12.12, Version 0.10.23 (Stable)v0.10.23v0.10.23-release | Timothy J Fontaine | 2013-12-11 | 1 | -1/+1 |
* | fs: report correct path when EEXIST | Fedor Indutny | 2013-12-10 | 1 | -17/+61 |
* | tls: emit 'end' on .receivedShutdown | Fedor Indutny | 2013-12-10 | 2 | -16/+0 |
* | process: document kill(0), disallow kill(O_RDWR) | Sam Roberts | 2013-12-02 | 1 | -1/+2 |
* | tls: reset NPN callbacks after SNI | Fedor Indutny | 2013-12-02 | 2 | -14/+22 |
* | stream_wrap: don't call Number::New() | Ben Noordhuis | 2013-11-27 | 1 | -1/+1 |
* | dgram: fix abort when getting `fd` of closed dgram | Fedor Indutny | 2013-11-19 | 1 | -1/+1 |
* | Now working on 0.10.23 | Timothy J Fontaine | 2013-11-12 | 1 | -2/+2 |
* | 2013.11.12, Version 0.10.22 (Stable)v0.10.22v0.10.22-release | Timothy J Fontaine | 2013-11-12 | 1 | -1/+1 |
* | src: add HandleScope in HandleWrap::OnClose | Timothy J Fontaine | 2013-11-12 | 2 | -0/+13 |
* | src: IsInt64() should return bool, not int | Ben Noordhuis | 2013-10-23 | 1 | -1/+1 |
* | Now working on 0.10.22 | Timothy J Fontaine | 2013-10-18 | 1 | -2/+2 |