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
2016-02-09src: add --security-revert command line flagJames M Snell
2015-09-16win: manifest node.exe for Windows 8.1Alexis Campailla
2015-07-23win: backport bringing back xp/2k3 supportBert Belder
2014-08-18gyp: preserve v8dbg syms on freebsd tooFedor Indutny
2014-08-18Revert "gyp: preserve v8dbg syms on freebsd too"Fedor Indutny
2014-08-17gyp: preserve v8dbg syms on freebsd tooFedor Indutny
2014-07-31gyp: do not rm unused openssl syms on osx/linuxFedor Indutny
2014-07-23test: fix test-tls-server-verifyFedor Indutny
2014-07-17gyp: do not let `v8dbg_` slip away on osxFedor Indutny
2014-03-24build: fix g++ 4.8 build, disable -WerrorBen Noordhuis
2014-02-21gyp: specialize node.d for freebsdFedor Indutny
2014-01-16gyp: fix `ninja` build on linuxFedor Indutny
2013-12-10build: only whole archive on static v8 buildsTimothy J Fontaine
2013-12-02build: include postmortem symbols on linuxTimothy J Fontaine
2013-05-15src: Add StringBytes static util classisaacs
2013-04-10Revert "crypto: use better memory BIO implementation"Ben Noordhuis
2013-04-05crypto: use better memory BIO implementationFedor Indutny
2013-04-03build: 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-04windows: improve Visual Studio Express build supportScott Blomquist
2012-12-22build: 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-14streams2: The new stream base classesisaacs
2012-11-21windows: add tracing with performance countersScott Blomquist
2012-11-21build: make python executable configurableBen Noordhuis
2012-11-17build: 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-30build: 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-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