summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Assign to property of global, instead of implicit global variableJonas Westerlund2012-07-061-1/+1
* 2012.06.29, Version 0.8.1 (stable)v0.8.1isaacs2012-06-291-1/+1
* windows: remove 256x256 version of the iconBert Belder2012-06-251-0/+0
* Now working on 0.8.1isaacs2012-06-251-2/+2
* 2012.06.25, Version 0.8.0 (stable)v0.8.0isaacs2012-06-251-1/+1
* stdin.pipe: Replace forgotten opts memberisaacs2012-06-211-2/+2
* Merge branch 'stdin-resume-pipe'isaacs2012-06-211-0/+8
|\
| * Fix #3503: stdin: resume() on pipe(dest)isaacs2012-06-211-0/+8
* | crypto: fix error reporting in SetKey()Fedor Indutny2012-06-211-1/+8
|/
* Externalize node::no_deprecationisaacs2012-06-213-3/+3
* Apply --no-deprecation to C++ warnings as wellisaacs2012-06-214-4/+10
* Add --no-deprecation and --trace-deprecation flagsisaacs2012-06-212-33/+28
* iowatcher: add deprecation warningBen Noordhuis2012-06-211-0/+2
* fs: make fs.watchFile() interval default to 5007Ben Noordhuis2012-06-212-28/+5
* fs: make fs.watchFile() work on windowsBen Noordhuis2012-06-214-46/+44
* node: replace NODE_STAT_STRUCT with uv_statbuf_tBen Noordhuis2012-06-212-21/+9
* Now working on 0.8.0isaacs2012-06-191-3/+3
* Merge branch 'v0.7.12-release'isaacs2012-06-191-1/+1
|\
| * 2012.06.19, Version 0.7.12 (unstable)v0.7.12isaacs2012-06-191-1/+1
* | windows: update iconBert Belder2012-06-191-0/+0
|/
* node: fix namespacing issue in ev-emul.hBen Noordhuis2012-06-192-1/+10
* 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