aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-25windows: remove 256x256 version of the iconBert Belder
2012-06-25Now working on 0.8.1isaacs
2012-06-252012.06.25, Version 0.8.0 (stable)isaacs
2012-06-21stdin.pipe: Replace forgotten opts memberisaacs
2012-06-21Merge branch 'stdin-resume-pipe'isaacs
2012-06-21Fix #3503: stdin: resume() on pipe(dest)isaacs
2012-06-21crypto: fix error reporting in SetKey()Fedor Indutny
2012-06-21Externalize node::no_deprecationisaacs
2012-06-21Apply --no-deprecation to C++ warnings as wellisaacs
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-06-21iowatcher: add deprecation warningBen Noordhuis
2012-06-21fs: make fs.watchFile() interval default to 5007Ben Noordhuis
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis
2012-06-21node: replace NODE_STAT_STRUCT with uv_statbuf_tBen Noordhuis
2012-06-19Now working on 0.8.0isaacs
2012-06-19Merge branch 'v0.7.12-release'isaacs
2012-06-19windows: update iconBert Belder
2012-06-192012.06.19, Version 0.7.12 (unstable)isaacs
2012-06-19node: fix namespacing issue in ev-emul.hBen Noordhuis
2012-06-19node: preemptively unbreak windows buildBen Noordhuis
2012-06-18eio-emul: Cast eio_custom method to void(*)(eio_req*)isaacs
2012-06-19build: install eio-emul.hBen Noordhuis
2012-06-19build: install ev-emul.hBen Noordhuis
2012-06-18node: remove unused flags and filesTrent Mick
2012-06-18crypto: add padding to diffie-hellman keyFedor Indutny
2012-06-17node: change the constructor name of process from EventEmitter to processAndreas Madsen
2012-06-16Revert "Check if a stream has a valid fd before read_start"Bert Belder
2012-06-16Revert "DNS: Support NAPTR queries"isaacs
2012-06-16DNS: Support NAPTR queriesssuda
2012-06-16Check if a stream has a valid fd before read_startKarl Skomski
2012-06-15Now working on 0.7.12isaacs
2012-06-152012.06.15, Version 0.7.11 (unstable)isaacs
2012-06-14Windows: don't fire GC ETW events without ETW consumersIgor Zinkovsky
2012-06-14Inherited FDs should not accidentally be inherited by child processesBert Belder
2012-06-13Windows: Enable ETW events.Igor Zinkovsky
2012-06-13Move resource files to src/res.Bert Belder
2012-06-12Fix child_process.kill odditiesBert Belder
2012-06-12crypto: make cipher/decipher accept buffer argsBen Noordhuis
2012-06-11Now working on 0.7.11isaacs
2012-06-112012.06.11, Version 0.7.10 (unstable)isaacs
2012-06-11process_wrap: set duplex flags when creating a pipeBert Belder
2012-06-08child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell
2012-06-07child_process: spawn().ref() and spawn().unref()Fedor Indutny
2012-06-06add NODE_EXTERN to node::StartJoel Brandt
2012-06-05udp_wrap, stream_wrap: lazy init slab allocatorBen Noordhuis
2012-06-05slab_allocator: fix crash in dtor if V8 is deadBen Noordhuis
2012-06-05slab_allocator: fix leak of Persistent handlesShigeki Ohtsu
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-29Now working on 0.7.10isaacs
2012-05-29Merge branch 'v0.7.9-release'isaacs