| Commit message (Expand) | Author | Age | Files | Lines |
* | Now working on v0.9.11 | isaacs | 2013-02-19 | 1 | -2/+2 |
* | 2013.02.19, Version 0.9.10 (Unstable)v0.9.10v0.9.10-release | isaacs | 2013-02-19 | 1 | -1/+1 |
* | process: allow ticker to cross communicate better | Trevor Norris | 2013-02-15 | 2 | -83/+92 |
* | process: streamlining tick callback logic | Trevor Norris | 2013-02-15 | 2 | -107/+216 |
* | Revert "Move MakeCallback to JS" | isaacs | 2013-02-15 | 2 | -72/+51 |
* | timer: move setImmediate from timer to uv_check | Shigeki Ohtsu | 2013-02-15 | 1 | -0/+62 |
* | stream_wrap, udp_wrap: add read-only fd property | Ben Noordhuis | 2013-02-13 | 7 | -29/+101 |
* | udp_wrap: use proper imports in source file | Ben Noordhuis | 2013-02-13 | 1 | -2/+12 |
* | udp_wrap: don't use namespace imports in header | Ben Noordhuis | 2013-02-13 | 1 | -30/+23 |
* | Fix crypto.hmac behavior with empty keys. | Victor Costan | 2013-02-12 | 1 | -1/+5 |
* | crypto: improve cipher/decipher error messages | Ben Noordhuis | 2013-02-11 | 1 | -32/+27 |
* | typed arrays: make call-as-function work for ctors | Ben Noordhuis | 2013-02-11 | 1 | -3/+3 |
* | node: don't malloc in FromConstructorTemplate | Ben Noordhuis | 2013-02-11 | 3 | -26/+10 |
* | typed arrays: copy Buffer in typed array constructor | Ben Noordhuis | 2013-02-10 | 1 | -3/+1 |
* | typed arrays: make DataView throw on non-ArrayBuffer | Ben Noordhuis | 2013-02-10 | 1 | -1/+1 |
* | buffer: fix Buffer::HasInstance() check | Ben Noordhuis | 2013-02-10 | 2 | -3/+16 |
* | Revert "typed arrays: only share ArrayBuffer backing store" | Ben Noordhuis | 2013-02-10 | 1 | -70/+38 |
* | Revert "typed arrays: copy non-ArrayBuffer in DataView ctor" | Ben Noordhuis | 2013-02-10 | 1 | -16/+4 |
* | Now working on v0.9.10 | isaacs | 2013-02-07 | 1 | -2/+2 |
* | 2013.02.07, Version 0.9.9 (Unstable)v0.9.9v0.9.9-release | isaacs | 2013-02-07 | 1 | -1/+1 |
* | Merge remote-tracking branch 'ry/v0.8' into master | isaacs | 2013-02-06 | 2 | -18/+27 |
|\ |
|
| * | 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 |
* | | typed arrays: copy non-ArrayBuffer in DataView ctor | Ben Noordhuis | 2013-02-06 | 1 | -4/+16 |
* | | typed arrays: only share ArrayBuffer backing store | Ben Noordhuis | 2013-02-06 | 1 | -38/+70 |
* | | buffer: optimize Buffer.prototype.write(s, 'hex') | Ben Noordhuis | 2013-02-02 | 2 | -0/+68 |
* | | debugger: Make the debugger timeout configurable | isaacs | 2013-02-01 | 1 | -1/+2 |
* | | buffer: optimize Buffer.prototype.toString('hex') | Ben Noordhuis | 2013-02-01 | 2 | -0/+22 |
* | | dns, cares: don't filter NOTIMP, REFUSED, SERVFAIL | Ben Noordhuis | 2013-02-01 | 1 | -1/+5 |
* | | node: Do not use fn.apply() in process._makeCallback | isaacs | 2013-01-30 | 2 | -15/+41 |
* | | cluster: support datagram sockets | Bert Belder | 2013-01-28 | 4 | -19/+55 |
* | | buffer: fix Buffer::Copy regression from 00b4b7b | Ben Noordhuis | 2013-01-27 | 1 | -1/+2 |
* | | stream_wrap: reference handle before uv_write2 | Fedor Indutny | 2013-01-27 | 1 | -0/+14 |
* | | Revert "stream_wrap: reference handle before uv_write2" | Ben Noordhuis | 2013-01-27 | 1 | -11/+0 |
* | | stream_wrap: reference handle before uv_write2 | Fedor Indutny | 2013-01-26 | 1 | -0/+11 |
* | | addon: Pass module object to NODE_MODULE init function | isaacs | 2013-01-25 | 2 | -10/+24 |
* | | buffer: remove minor Buffer::Copy deoptimizations | Ben Noordhuis | 2013-01-25 | 1 | -5/+4 |
* | | buffer: error and misc cleanup | Trevor Norris | 2013-01-25 | 1 | -33/+18 |
* | | buffer: slow buffer copy compatibility fix | Trevor Norris | 2013-01-25 | 1 | -4/+4 |
* | | Now working on v0.9.9 | isaacs | 2013-01-24 | 1 | -2/+2 |
* | | 2013.01.24, Version 0.9.8 (Unstable)v0.9.8v0.9.8-release | isaacs | 2013-01-24 | 1 | -1/+1 |
* | | buffer: remove float write range checks | Trevor Norris | 2013-01-23 | 1 | -45/+5 |
* | | typed arrays: fix DataView endianness regression | Ben Noordhuis | 2013-01-20 | 1 | -1/+1 |
* | | domain: empty stack on all exceptions | Dave Olszewski | 2013-01-18 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'ry/v0.8' into master | isaacs | 2013-01-18 | 1 | -0/+13 |
|\ \
| |/ |
|