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-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
2011-10-12Remove dgram_legacyRyan Dahl
2011-10-12Remove dns_legacyRyan Dahl
2011-10-12Remove child_process_legacyRyan Dahl
2011-10-12Remove net_legacy timers_legacyRyan Dahl
2011-10-07Turn off V8's -Werror in GYPRyan Dahl
2011-10-06Upgrade libuv to 60c639fRyan Dahl
2011-10-06Fix gyp buildBert Belder
2011-09-28Add new tty js files to node.gypBert Belder
2011-09-23fs watcher bindingIgor Zinkovsky
2011-09-22remove node_zlib.h from node.gypIgor Zinkovsky
2011-08-17build: fix freebsd gyp buildBen Noordhuis
2011-09-21Add TTYWrapRyan Dahl
2011-09-18Initial pass at zlib bindingsisaacs
2011-09-13Fix windows buildRyan Dahl
2011-09-13build: configure node, v8, cares and opensslBen Noordhuis
2011-09-05gyp: add js files to node projectBert Belder
2011-09-02win: link to psapi.libRyan Dahl