Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-26src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-01-07src: pass node_isolate to Integer::NewBen Noordhuis
2012-08-21child_process: emit error on exec failureBen Noordhuis
2012-06-11process_wrap: set duplex flags when creating a pipeBert Belder
2012-06-09child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell
2012-06-07child_process: spawn().ref() and spawn().unref()Fedor Indutny
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-29deps: upgrade libuv to 7556590Fedor Indutny
2012-05-22Make UNWRAP macro generic.Oleg Efimov
2012-04-29process_wrap: don't use uv_spawn2Bert Belder
2012-04-29Merge branch 'v0.6'Bert Belder
2012-04-29process: don't use strdup()ssuda
2012-04-29process_wrap: avoid leaking memory when throwing due to invalid argumentsBert Belder
2012-04-28Child process: support the `gid` and `uid` optionsBert Belder
2012-04-18MakeCallback: Consistent symbol usageisaacs
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-20process: don't use strdup()ssuda
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-12Merge branch 'v0.6'Fedor Indutny
2012-01-09child_process: fix segfault after failed spawnBen Noordhuis
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl
2011-12-29Remove node_isolate.h from node.hRyan Dahl
2011-12-29isolates: isolate-ify the main loopBen Noordhuis
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-11-02Add missing copyright headersRyan Dahl
2011-10-20Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-10-20Remove support for cygwinRyan Dahl
2011-09-15Fix options_file_memory_leakJeroen Janssen
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-08-06Child processes: support windowsVerbatimArguments optionBert Belder
2011-08-04child process: bind to libuv's kill process APIBen Noordhuis
2011-08-01child_process_uv: fix test/simple/test-child-process-envRyan Dahl
2011-08-01child_process_uv: fix simple/test-child-process-cwdRyan Dahl
2011-08-01child_process_uv: add exec, fix simple/test-child-process-exec-cwdRyan Dahl
2011-08-01initial pass at lib/child_process_uv.jsRyan Dahl
2011-07-30Add stdlib include for free(), fixing build on linux after f01b241Paul Querna
2011-07-30add wrapper for uv_spawnRyan Dahl