2570 Commits (2eb847849fc133e39d64798bee01252d9f3c4b58)

Author SHA1 Message Date
Trevor Norris 4f7f8bbdf8 events: _events to object and undefined not null 12 years ago
Ben Noordhuis 7189b3ed33 crypto: don't assert when calling Cipher#final() twice 12 years ago
isaacs 4cda016c26 Now working on 0.9.12 12 years ago
isaacs 83392403b7 2013.03.01, Version 0.9.10 (Unstable) 12 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
Trevor Norris 0c1e7b53d0 process: separate nextTick domain logic 12 years ago
isaacs 875e4a0c59 core: Remove the nextTick for running the main file 12 years ago
isaacs 95862b2380 core: Mark exit() calls with status codes 12 years ago
Ben Noordhuis c6e2db2f14 crypto: clear error stack 12 years ago
isaacs 30e5366b29 core: Use a uv_signal for debug listener 12 years ago
Fedor Indutny aa98539277 v8: fix postmortem and dtrace helper build 12 years ago
Fedor Indutny 3d913fec83 Revert "sunos: unbreak build after v8 downgrade" 12 years ago
Ben Noordhuis f80f3c5f62 sunos: unbreak build after v8 downgrade 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
isaacs 33e8e694e8 Now working on 0.8.22 12 years ago
isaacs 530d8c05d4 2013.02.25, Version 0.8.21 (Stable) 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
Ben Noordhuis ef94521909 zlib: fix assert on bad input 12 years ago
Trevor Norris 7301ba3969 process: fix bug where spinner wasn't called 12 years ago
Ben Noordhuis 9d10bf58a3 stream_wrap: remove superfluous buffer len check 12 years ago
Ben Noordhuis 57ef65916b node: code cleanup, make tick_infobox static 12 years ago
isaacs 727151afd3 Now working on v0.9.11 12 years ago
isaacs 54d20ffba0 2013.02.19, Version 0.9.10 (Unstable) 12 years ago
Trevor Norris ec4200068c process: allow ticker to cross communicate better 12 years ago
Trevor Norris 86c0745a5e process: streamlining tick callback logic 12 years ago
isaacs 95ac576bf9 Revert "Move MakeCallback to JS" 12 years ago
Shigeki Ohtsu cd372510bb timer: move setImmediate from timer to uv_check 12 years ago
isaacs 01bff7e7a7 Now working on v0.8.21 12 years ago
isaacs e10c75579b 2013.02.15, Version 0.8.20 (Stable) 12 years ago
Ben Noordhuis 7bdd05bd66 stream_wrap, udp_wrap: add read-only fd property 12 years ago
Ben Noordhuis 2d069c5210 udp_wrap: use proper imports in source file 12 years ago
Ben Noordhuis b1b7b4e4e8 udp_wrap: don't use namespace imports in header 12 years ago
Victor Costan e235bce2ba Fix crypto.hmac behavior with empty keys. 12 years ago
Ben Noordhuis f5f9e8da71 crypto: improve cipher/decipher error messages 12 years ago
Ben Noordhuis ed3d553d82 typed arrays: make call-as-function work for ctors 12 years ago
Ben Noordhuis aff8d9e716 node: don't malloc in FromConstructorTemplate 12 years ago
Ben Noordhuis 5a9d30bb86 typed arrays: copy Buffer in typed array constructor 12 years ago
Ben Noordhuis fe103357ae typed arrays: make DataView throw on non-ArrayBuffer 12 years ago
Ben Noordhuis 234551a22a buffer: fix Buffer::HasInstance() check 12 years ago
Ben Noordhuis 144e21ed30 Revert "typed arrays: only share ArrayBuffer backing store" 12 years ago
Ben Noordhuis fd9d8b5e4a Revert "typed arrays: copy non-ArrayBuffer in DataView ctor" 12 years ago
isaacs c3c8eee46d Now working on v0.9.10 12 years ago
isaacs 4b9f0d190c 2013.02.07, Version 0.9.9 (Unstable) 12 years ago
Ben Noordhuis 7b0770bff5 typed arrays: copy non-ArrayBuffer in DataView ctor 12 years ago
isaacs ccf2712ee5 Now working on 0.8.20 12 years ago
isaacs 53978bdf42 2013.02.06, Version 0.8.19 (Stable) 12 years ago
Ben Noordhuis 01ee551e70 typed arrays: only share ArrayBuffer backing store 12 years ago
Ben Noordhuis 6b99fd2323 zlib: pass object size hint to V8 12 years ago
Ben Noordhuis 8d14668992 zlib: reduce memory consumption, release early 12 years ago
Ben Noordhuis cd42f56178 buffer: optimize Buffer.prototype.write(s, 'hex') 12 years ago