summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Inherited FDs should not accidentally be inherited by child processesBert Belder2012-06-141-0/+3
* Windows: Enable ETW events.Igor Zinkovsky2012-06-136-3/+434
* Move resource files to src/res.Bert Belder2012-06-132-0/+67
* Fix child_process.kill odditiesBert Belder2012-06-121-0/+2
* crypto: make cipher/decipher accept buffer argsBen Noordhuis2012-06-121-10/+24
* Now working on 0.7.11isaacs2012-06-111-2/+2
* 2012.06.11, Version 0.7.10 (unstable)v0.7.10isaacs2012-06-111-1/+1
* process_wrap: set duplex flags when creating a pipeBert Belder2012-06-111-1/+2
* child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell2012-06-081-0/+5
* child_process: spawn().ref() and spawn().unref()Fedor Indutny2012-06-073-2/+16
* add NODE_EXTERN to node::StartJoel Brandt2012-06-061-1/+1
* udp_wrap, stream_wrap: lazy init slab allocatorBen Noordhuis2012-06-052-11/+29
* slab_allocator: fix crash in dtor if V8 is deadBen Noordhuis2012-06-051-0/+2
* slab_allocator: fix leak of Persistent handlesShigeki Ohtsu2012-06-051-3/+3
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-018-167/+306
* Now working on 0.7.10isaacs2012-05-291-2/+2
* Merge branch 'v0.7.9-release'isaacs2012-05-291-1/+1
|\
| * 2012.05.28, Version 0.7.9 (unstable)v0.7.9isaacs2012-05-281-1/+1
* | deps: upgrade libuv to 7556590Fedor Indutny2012-05-291-3/+21
|/
* remove NODE_USE_64BIT_UV_FS_APIIgor Zinkovsky2012-05-241-24/+0
* windows: enable creating directory junctions with fs.symlinkIgor Zinkovsky2012-05-241-1/+6
* deps: upgrade libuv to a478847Ben Noordhuis2012-05-228-137/+27
* Make UNWRAP macro generic.Oleg Efimov2012-05-2110-159/+64
* cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen2012-05-211-0/+3
* Check for tabs in source line in DisplayExceptionLineOleg Efimov2012-05-211-3/+3
* Revert "Fix #3242 Actually deprecate 'binary' buffer encoding"isaacs2012-05-161-9/+7
* Merge branch 'master' into v0.6-mergeisaacs2012-05-155-12/+184
|\
| * node: make _getActiveHandles() return user objectsBen Noordhuis2012-05-151-1/+5
| * process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis2012-05-155-2/+169
| * req_wrap: share process_symbol, domain_symbolBen Noordhuis2012-05-152-11/+11
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-154-2/+87
|\ \
| * | Now working on 0.6.19isaacs2012-05-151-2/+2
| * | 2012.05.15 Version 0.6.18 (stable)v0.6.18isaacs2012-05-141-1/+1
| * | crypto: add PKCS12/PFX supportssuda2012-05-142-0/+81
| * | node: delete NODE_CHANNEL_FD from envBen Noordhuis2012-05-141-0/+4
| * | pipe_wrap: don't assert() on pipe accept errorsBen Noordhuis2012-05-091-2/+2
* | | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-092-30/+25
|\ \ \ | |/ / | | / | |/ |/|
| * Fix process.nextTick throw call sitesFelix Geisendörfer2012-05-092-20/+16
| * zlib: fix error reportingBen Noordhuis2012-05-091-57/+200
| * Now working on 0.6.18isaacs2012-05-041-2/+2
| * 2012.05.04 Version 0.6.17 (stable)v0.6.17isaacs2012-05-041-1/+1
| * Now working on 0.6.17isaacs2012-05-011-2/+2
| * 2012.04.30 Version 0.6.16 (stable)v0.6.16isaacs2012-04-301-1/+1
| * Indentation fixisaacs2012-04-301-2/+2
* | Fix #3242 Actually deprecate 'binary' buffer encodingisaacs2012-05-091-7/+9
* | stream_wrap: fix compilation errorsBen Noordhuis2012-05-092-6/+9
* | Net.js: fix UCS2 write crash due to inconsistent namingBert Belder2012-05-093-3/+3
* | stream_wrap.cc: fix typoBert Belder2012-05-091-1/+1
* | StreamWrap::WriteBuffer: remove superfluous argumentsBert Belder2012-05-091-34/+6
* | Optimize writing strings with Socket.writeBert Belder2012-05-095-12/+213