summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-07child_process: spawn().ref() and spawn().unref()Fedor Indutny3-2/+16
2012-06-06add NODE_EXTERN to node::StartJoel Brandt1-1/+1
2012-06-05udp_wrap, stream_wrap: lazy init slab allocatorBen Noordhuis2-11/+29
2012-06-05slab_allocator: fix crash in dtor if V8 is deadBen Noordhuis1-0/+2
2012-06-05slab_allocator: fix leak of Persistent handlesShigeki Ohtsu1-3/+3
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny8-167/+306
2012-05-29Now working on 0.7.10isaacs1-2/+2
2012-05-29Merge branch 'v0.7.9-release'isaacs1-1/+1
2012-05-29deps: upgrade libuv to 7556590Fedor Indutny1-3/+21
2012-05-282012.05.28, Version 0.7.9 (unstable)v0.7.9isaacs1-1/+1
2012-05-24remove NODE_USE_64BIT_UV_FS_APIIgor Zinkovsky1-24/+0
2012-05-24windows: enable creating directory junctions with fs.symlinkIgor Zinkovsky1-1/+6
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis8-137/+27
2012-05-21Make UNWRAP macro generic.Oleg Efimov10-159/+64
2012-05-21cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen1-0/+3
2012-05-21Check for tabs in source line in DisplayExceptionLineOleg Efimov1-3/+3
2012-05-16Revert "Fix #3242 Actually deprecate 'binary' buffer encoding"isaacs1-9/+7
2012-05-15Merge branch 'master' into v0.6-mergeisaacs5-12/+184
2012-05-15node: make _getActiveHandles() return user objectsBen Noordhuis1-1/+5
2012-05-15process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis5-2/+169
2012-05-15req_wrap: share process_symbol, domain_symbolBen Noordhuis2-11/+11
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs4-2/+87
2012-05-15Now working on 0.6.19isaacs1-2/+2
2012-05-142012.05.15 Version 0.6.18 (stable)v0.6.18isaacs1-1/+1
2012-05-14crypto: add PKCS12/PFX supportssuda2-0/+81
2012-05-14node: delete NODE_CHANNEL_FD from envBen Noordhuis1-0/+4
2012-05-09Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2-30/+25
2012-05-09pipe_wrap: don't assert() on pipe accept errorsBen Noordhuis1-2/+2
2012-05-09Fix process.nextTick throw call sitesFelix Geisendörfer2-20/+16
2012-05-09Fix #3242 Actually deprecate 'binary' buffer encodingisaacs1-7/+9
2012-05-09stream_wrap: fix compilation errorsBen Noordhuis2-6/+9
2012-05-09Net.js: fix UCS2 write crash due to inconsistent namingBert Belder3-3/+3
2012-05-09zlib: fix error reportingBen Noordhuis1-57/+200
2012-05-09stream_wrap.cc: fix typoBert Belder1-1/+1
2012-05-09StreamWrap::WriteBuffer: remove superfluous argumentsBert Belder1-34/+6
2012-05-09Optimize writing strings with Socket.writeBert Belder5-12/+213
2012-05-08Don't use _snprintf() on Windows, it's not safe.Ben Noordhuis3-7/+0
2012-05-05node: un-revert 9a6012eMarcel Laverdet1-21/+27
2012-05-04Now working on 0.6.18isaacs1-2/+2
2012-05-042012.05.04 Version 0.6.17 (stable)v0.6.17isaacs1-1/+1
2012-05-03addon: add AtExit() functionBen Noordhuis2-0/+37
2012-05-0264bit offsets for fs callsIgor Zinkovsky1-38/+16
2012-05-02tcp, udp: share sockaddr-to-object functionBen Noordhuis2-105/+62
2012-05-01process: ensure that "exit" doesn't get emitted twice on a natural exitNathan Rajlich2-4/+3
2012-05-01Now working on 0.6.17isaacs1-2/+2
2012-05-02vm: accept only object as arg of .createContext()Fedor Indutny1-2/+7
2012-05-01udp: slightly optimize address family propertyBen Noordhuis1-5/+6
2012-05-01udp: make variable names consistentBen Noordhuis1-13/+13
2012-05-01udp: make getsockname() return address family nameShigeki Ohtsu1-0/+7
2012-04-302012.04.30 Version 0.6.16 (stable)v0.6.16isaacs1-1/+1