2607 Commits (0a763e35da1f9e17620b293e5049cc6984e302a5)

Author SHA1 Message Date
Karl Skomski 8d5c1201f2 Check if a stream has a valid fd before read_start 13 years ago
isaacs 2b15cf57dd Now working on 0.7.12 13 years ago
isaacs 1f93aa5d5d 2012.06.15, Version 0.7.11 (unstable) 13 years ago
Igor Zinkovsky 39d2337859 Windows: don't fire GC ETW events without ETW consumers 13 years ago
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
Bert Belder f482236665 windows: don't print error when GetConsoleTitleW returns an empty string 13 years ago
isaacs 1285cd9011 Now working on 0.6.20 13 years ago
Joel Brandt b9c5eee7d9 add NODE_EXTERN to node::Start 13 years ago
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