2189 Commits (50464cd4f49e40f4fe792ff46a81052319a222e9)

Author SHA1 Message Date
Bert Belder 09be360a0f Inherited FDs should not accidentally be inherited by child processes 13 years ago
Igor Zinkovsky 35a1421e96 Windows: Enable ETW events. 13 years ago
Bert Belder 0187b657ae Move resource files to src/res. 13 years ago
Bert Belder 10f85fadfe Fix child_process.kill oddities 13 years ago
Ben Noordhuis 900196e135 crypto: make cipher/decipher accept buffer args 13 years ago
isaacs e9aa57e8bd Now working on 0.7.11 13 years ago
isaacs 8d9766a9df 2012.06.11, Version 0.7.10 (unstable) 13 years ago
Bert Belder 5432a1d985 process_wrap: set duplex flags when creating a pipe 13 years ago
Charlie McConnell 4b021a3541 child_process: expose UV_PROCESS_DETACHED as options.detached 13 years ago
Fedor Indutny 3116522e7c child_process: spawn().ref() and spawn().unref() 13 years ago
Joel Brandt b9c5eee7d9 add NODE_EXTERN to node::Start 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
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