summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2013-04-18build: libv8_base.a is now libv8_base.<arch>.aTimothy J Fontaine
2013-04-17http: split Client into _http_client.jsTimothy J Fontaine
2013-04-17http: move Server and ServerResponse outTimothy J Fontaine
2013-04-17http: move OutgoingMessage into it's own fileTimothy J Fontaine
2013-04-17http: move parsers into _http_common.jsTimothy J Fontaine
2013-04-17http: move IncomingMessage into its own fileTimothy J Fontaine
2013-04-17http: split Agent into its own fileTimothy J Fontaine
2013-04-05Merge remote-tracking branch 'ry/v0.10'isaacs
2013-04-05crypto: use better memory BIO implementationFedor Indutny
2013-04-04build: depend on v8 postmortem-metadata if enabledPaddy Byers
2013-04-03build: allow building with dtrace on osxDave Pacheco
2013-03-30build: allow building with dtrace on osxDave Pacheco
2013-02-26Revert "sunos: unbreak build after v8 downgrade"Fedor Indutny
2013-02-26sunos: unbreak build after v8 downgradeBen Noordhuis
2013-01-16buffer: floating point read/write improvementsTrevor Norris
2013-01-07dtrace: x64 ustack helperFedor Indutny
2013-01-03windows: improve Visual Studio Express build supportScott Blomquist
2012-12-21build: allow to specify custom tagsMaciej MaƂecki
2012-12-21Ease building with VS Express by checking in generated files.Scott Blomquist
2012-12-17Revert "build: enable DEAD_CODE_STRIPPING on OS X"Fedor Indutny
2012-12-13streams2: The new stream base classesisaacs
2012-11-21windows: add tracing with performance countersScott Blomquist
2012-11-20build: make python executable configurableBen Noordhuis
2012-11-16build: allow linking against system libuvStephen Gallagher
2012-11-06build: enable DEAD_CODE_STRIPPING on OS XTimothy J Fontaine
2012-11-06build: allow linking against system c-aresStephen Gallagher
2012-11-06build: allow linking against system http_parserStephen Gallagher
2012-11-01tracing: add systemtap supportJan Wynholds
2012-10-29windows: correct outputs list in "node_etw" gyp targetScott Blomquist
2012-10-11deps: upgrade libuv to 47b2cd3Ben Noordhuis
2012-09-25windows: fix typo in node.gypBert Belder
2012-08-29build: set `process.platform` to "sunos" on SunOSNathan Rajlich
2012-08-21Remove node_io_watcherBert Belder
2012-08-21process: use uv_signal instead of ev_signalBert Belder
2012-08-07dns: don't rely on libuv for c-ares integrationBert Belder
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-20Rename GYP variable node_use_system_openssl to be consistentRyan Dahl
2012-06-13Windows: 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-17Fix 64-bit SmartOS buildDave Pacheco
2012-04-17Domain featureisaacs
2012-04-01build: add support for DTrace and postmortemDave Pacheco
2012-03-30core: add reusable slab allocatorBen Noordhuis
2012-03-15node.gyp: include the config.gypi file in the js2c inputs listNathan Rajlich