2539 Commits (3288bc953230ba94e2e8bb61c903bbcf60dd810c)

Author SHA1 Message Date
isaacs debf552ed2 2012.06.06 Version 0.6.19 (stable) 13 years ago
Ben Noordhuis 27061cc9f4 udp_wrap, stream_wrap: lazy init slab allocator 13 years ago
Ben Noordhuis cc0e7efb37 slab_allocator: fix crash in dtor if V8 is dead 13 years ago
Shigeki Ohtsu 208d1715a7 slab_allocator: fix leak of Persistent handles 13 years ago
Fedor Indutny af98fc9d5f child_process: new stdio API for .spawn() method 13 years ago
isaacs dc8b488bbe Now working on 0.7.10 13 years ago
Fedor Indutny 761e0c460a deps: upgrade libuv to 7556590 13 years ago
isaacs 782277f11a 2012.05.28, Version 0.7.9 (unstable) 13 years ago
Igor Zinkovsky b4ed3c1969 remove NODE_USE_64BIT_UV_FS_API 13 years ago
Igor Zinkovsky 39e25528eb windows: enable creating directory junctions with fs.symlink 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
Oleg Efimov 45de259b43 Make UNWRAP macro generic. 13 years ago
Andreas Madsen 81a4edcf6a cluster: remove NODE_UNIQUE_ID from env on startup 13 years ago
Oleg Efimov 968b49ba0a Check for tabs in source line in DisplayExceptionLine 13 years ago
Marcel Laverdet 7865c5c51d vm: cleanup module memory leakage 13 years ago
isaacs a3753b496e Revert "Fix #3242 Actually deprecate 'binary' buffer encoding" 13 years ago
Ben Noordhuis e813e3491e node: make _getActiveHandles() return user objects 13 years ago
Ben Noordhuis 5f0406534c process: add _getActiveHandles(), _getActiveRequests() 13 years ago
Ben Noordhuis 636add246c req_wrap: share process_symbol, domain_symbol 13 years ago
isaacs f19f980724 Now working on 0.6.19 13 years ago
isaacs 4bc1d395de 2012.05.15 Version 0.6.18 (stable) 13 years ago
ssuda fb7348ae06 crypto: add PKCS12/PFX support 13 years ago
Ben Noordhuis bd907174e8 node: delete NODE_CHANNEL_FD from env 13 years ago
Ben Noordhuis 3883f22ad1 pipe_wrap: don't assert() on pipe accept errors 13 years ago
Felix Geisendörfer 814033365b Fix process.nextTick throw call sites 13 years ago
isaacs 5979f096d1 Fix #3242 Actually deprecate 'binary' buffer encoding 13 years ago
Ben Noordhuis 7d2e68fdbd stream_wrap: fix compilation errors 13 years ago
Bert Belder b673d0670f Net.js: fix UCS2 write crash due to inconsistent naming 13 years ago
Ben Noordhuis ee437c0557 zlib: fix error reporting 13 years ago
Bert Belder 4624cf1214 stream_wrap.cc: fix typo 13 years ago
Bert Belder 726ebad9bc StreamWrap::WriteBuffer: remove superfluous arguments 13 years ago
Bert Belder 0e57aafbb1 Optimize writing strings with Socket.write 13 years ago
Ben Noordhuis 78e831a31c Don't use _snprintf() on Windows, it's not safe. 13 years ago
Marcel Laverdet c33d3174b8 node: un-revert 9a6012e 13 years ago
isaacs 992e3464b8 Now working on 0.6.18 13 years ago
isaacs 4ced23deaf 2012.05.04 Version 0.6.17 (stable) 13 years ago
Ben Noordhuis e4a8d2617b addon: add AtExit() function 13 years ago
Igor Zinkovsky 6f82b9f482 64bit offsets for fs calls 13 years ago
Ben Noordhuis 880219645e tcp, udp: share sockaddr-to-object function 13 years ago
Nathan Rajlich b894521bd2 process: ensure that "exit" doesn't get emitted twice on a natural exit 13 years ago
isaacs acf19500ee Now working on 0.6.17 13 years ago
Fedor Indutny 9f9c333cbc vm: accept only object as arg of .createContext() 13 years ago
Ben Noordhuis b45a10818e udp: slightly optimize address family property 13 years ago
Ben Noordhuis e747daf604 udp: make variable names consistent 13 years ago
Shigeki Ohtsu 94f1feeb59 udp: make getsockname() return address family name 13 years ago
isaacs a1d193963d 2012.04.30 Version 0.6.16 (stable) 13 years ago
isaacs 35bcb1d6a9 Indentation fix 13 years ago
Nathan Rajlich 248f552ab4 process: ensure that the "exit" event always has "code" given 13 years ago
Bert Belder 3bcbd14bb1 process_wrap: don't use uv_spawn2 13 years ago
ssuda db844b152a process: don't use strdup() 13 years ago