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
2012-08-30build: set `process.platform` to "sunos" on SunOSNathan Rajlich
2012-07-27always link sunos builds with libumemTrent Mick
2012-07-19build: link with -rdynamic, not -Wl,--export-dynamicBen Noordhuis
2012-07-13build: fix add-on loading on freebsdBen Noordhuis
2012-06-27build: fix --shared-v8 optionBen Noordhuis
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis
2012-06-21Rename GYP variable node_use_system_openssl to be consistentRyan Dahl
2012-06-14Windows: Enable ETW events.Igor Zinkovsky
2012-06-13Move resource files to src/res.Bert Belder
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-15process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis
2012-04-18Fix 64-bit SmartOS buildDave Pacheco
2012-04-18Domain featureisaacs
2012-04-01build: add support for DTrace and postmortemDave Pacheco
2012-03-30core: add reusable slab allocatorBen Noordhuis
2012-03-16node.gyp: include the config.gypi file in the js2c inputs listNathan Rajlich
2012-03-05build: remove unnecessary link flags from node.gypBen Noordhuis
2012-02-27build: support shared zlibT.C. Hollingsworth
2012-02-26build: use else instead of node_shared_v8==falseT.C. Hollingsworth
2012-02-24Default node_shared_v8 to false.Nathan Rajlich
2012-02-24Revert "Revert "build: support shared V8 properly""isaacs
2012-02-24Revert "build: support shared V8 properly"isaacs
2012-02-22build: support shared V8 properlyT.C. Hollingsworth
2012-02-18Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-02-16Windows: another attempt to support unicode argvBert Belder
2012-02-12Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2012-02-08enable x64 windows buildIgor Zinkovsky
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-17fix windows buildIgor Zinkovsky
2012-01-12build: remove the old -DPLATFORM="mac" defineNathan Rajlich
2012-01-12build: set `process.platform` to "darwin" on OS XNathan Rajlich
2012-01-09Merge remote branch 'origin/v0.6'Ryan Dahl
2012-01-07support nosnapshot in vcbuild.batRyan Dahl
2011-12-29build: move internals to separate header fileBen Noordhuis
2011-12-29build: add --without-isolates configure switchBen Noordhuis
2011-12-29isolates: isolate-ify the main loopBen Noordhuis
2011-12-21Remove unnecessary stuff from node.gypRyan Dahl
2011-12-16Remove platform files, and use uv platform apiIgor Zinkovsky
2011-12-07Begin moving static vars into struct for isolates.Ryan Dahl
2011-11-30build: always compile with large file supportBen Noordhuis
2011-11-18build: remove v8-node.gypBen Noordhuis
2011-11-11Add node.rc with a version resourceIgor Zinkovsky
2011-10-29Add common.gypi to gyp outputBert Belder
2011-10-29Revert "remove node_io_watcher"Igor Zinkovsky
2011-10-28remove node_io_watcherIgor Zinkovsky
2011-10-26Don't compile in node_dtrace.cc when not supportedRyan Dahl
2011-10-26build: fix sunos gyp build, include platform fileBen Noordhuis
2011-10-13Add cluster.js to node.gypRyan Dahl
2011-10-12Fix windows buildRyan Dahl
2011-10-12Remove tty_legacyRyan Dahl