summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-25windows: remove 256x256 version of the iconBert Belder1-0/+0
2012-06-25Now working on 0.8.1isaacs1-2/+2
2012-06-252012.06.25, Version 0.8.0 (stable)v0.8.0isaacs1-1/+1
2012-06-21stdin.pipe: Replace forgotten opts memberisaacs1-2/+2
2012-06-21Merge branch 'stdin-resume-pipe'isaacs1-0/+8
2012-06-21Fix #3503: stdin: resume() on pipe(dest)isaacs1-0/+8
2012-06-21crypto: fix error reporting in SetKey()Fedor Indutny1-1/+8
2012-06-21Externalize node::no_deprecationisaacs3-3/+3
2012-06-21Apply --no-deprecation to C++ warnings as wellisaacs4-4/+10
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs2-33/+28
2012-06-21iowatcher: add deprecation warningBen Noordhuis1-0/+2
2012-06-21fs: make fs.watchFile() interval default to 5007Ben Noordhuis2-28/+5
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis4-46/+44
2012-06-21node: replace NODE_STAT_STRUCT with uv_statbuf_tBen Noordhuis2-21/+9
2012-06-19Now working on 0.8.0isaacs1-3/+3
2012-06-19Merge branch 'v0.7.12-release'isaacs1-1/+1
2012-06-19windows: update iconBert Belder1-0/+0
2012-06-192012.06.19, Version 0.7.12 (unstable)v0.7.12isaacs1-1/+1
2012-06-19node: fix namespacing issue in ev-emul.hBen Noordhuis2-1/+10
2012-06-19node: preemptively unbreak windows buildBen Noordhuis2-47/+45
2012-06-18eio-emul: Cast eio_custom method to void(*)(eio_req*)isaacs1-1/+1
2012-06-19build: install eio-emul.hBen Noordhuis2-0/+74
2012-06-19build: install ev-emul.hBen Noordhuis2-0/+256
2012-06-18node: remove unused flags and filesTrent Mick3-46/+0
2012-06-18crypto: add padding to diffie-hellman keyFedor Indutny1-0/+9
2012-06-17node: change the constructor name of process from EventEmitter to processAndreas Madsen2-2/+9
2012-06-16Revert "Check if a stream has a valid fd before read_start"Bert Belder1-4/+0
2012-06-16Revert "DNS: Support NAPTR queries"isaacs1-56/+0
2012-06-16DNS: Support NAPTR queriesssuda1-0/+56
2012-06-16Check if a stream has a valid fd before read_startKarl Skomski1-0/+4
2012-06-15Now working on 0.7.12isaacs1-2/+2
2012-06-152012.06.15, Version 0.7.11 (unstable)v0.7.11isaacs1-1/+1
2012-06-14Windows: don't fire GC ETW events without ETW consumersIgor Zinkovsky2-14/+10
2012-06-14Inherited FDs should not accidentally be inherited by child processesBert Belder1-0/+3
2012-06-13Windows: Enable ETW events.Igor Zinkovsky6-3/+434
2012-06-13Move resource files to src/res.Bert Belder2-0/+67
2012-06-12Fix child_process.kill odditiesBert Belder1-0/+2
2012-06-12crypto: make cipher/decipher accept buffer argsBen Noordhuis1-10/+24
2012-06-11Now working on 0.7.11isaacs1-2/+2
2012-06-112012.06.11, Version 0.7.10 (unstable)v0.7.10isaacs1-1/+1
2012-06-11process_wrap: set duplex flags when creating a pipeBert Belder1-1/+2
2012-06-08child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell1-0/+5
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