summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* node: preemptively unbreak windows buildBen Noordhuis2012-06-192-47/+45
* eio-emul: Cast eio_custom method to void(*)(eio_req*)isaacs2012-06-181-1/+1
* build: install eio-emul.hBen Noordhuis2012-06-192-0/+74
* build: install ev-emul.hBen Noordhuis2012-06-192-0/+256
* node: remove unused flags and filesTrent Mick2012-06-183-46/+0
* crypto: add padding to diffie-hellman keyFedor Indutny2012-06-181-0/+9
* node: change the constructor name of process from EventEmitter to processAndreas Madsen2012-06-172-2/+9
* Revert "Check if a stream has a valid fd before read_start"Bert Belder2012-06-161-4/+0
* Revert "DNS: Support NAPTR queries"isaacs2012-06-161-56/+0
* DNS: Support NAPTR queriesssuda2012-06-161-0/+56
* Check if a stream has a valid fd before read_startKarl Skomski2012-06-161-0/+4
* Now working on 0.7.12isaacs2012-06-151-2/+2
* 2012.06.15, Version 0.7.11 (unstable)v0.7.11isaacs2012-06-151-1/+1
* Windows: don't fire GC ETW events without ETW consumersIgor Zinkovsky2012-06-142-14/+10
* 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