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
2019-11-17child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-10-31stream: extract Readable.from in its own fileMatteo Collina
2019-10-23build: make configure --without-snapshot a no-opMichaël Zasso
2019-10-15vm: add Synthetic modulesGus Caplan
2019-10-14process: add lineLength to source-map-cachebcoe
2019-10-13build: always use strings for compiler version in gyp filesMichaël Zasso
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-06process: add source-map support to stack tracesbcoe
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-20http: remove legacy parserAnna Henningsen
2019-09-19src: re-delete Atomics.wakeGus Caplan
2019-08-23fs: add recursive option to rmdir()cjihrig
2019-08-20src: add large page support for macOSDavid Carlier
2019-08-01build: include stubs in shared libraryJeroen Ooms
2019-07-20lib: rename lib/internal/readline.jscjihrig
2019-07-16src: large pages option: FreeBSD support proposalDavid Carlier
2019-07-15build: remove broken intel vtune supportBen Noordhuis
2019-07-15deps: update acorn to 6.2.0Michaël Zasso
2019-06-21build: link libatomic on mac and linuxGus Caplan
2019-06-17build: fix cctest target for --without-reportRichard Lau
2019-06-02tools: fix js2c regressionRefael Ackermann
2019-06-01build,v8: sync V8 gypfiles with 7.5Refael Ackermann
2019-06-01build,aix: link with `noerrmsg` to eliminate warningsRefael Ackermann
2019-05-26Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau
2019-05-18tools: refactor js2c.py for maximal Python3 compatibilityRefael Ackermann
2019-05-09build: export OpenSSL UI symbolsSam Roberts
2019-04-30deps: add acorn stage-3 pluginsRuben Bridgewater
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-28lib: print to stdout/stderr directly instead of using consoleJoyee Cheung
2019-04-23build: disable custom v8 snapshot by defaultJoyee Cheung
2019-04-23src: enable snapshot with per-isolate dataJoyee Cheung
2019-04-23tools: implement node_mksnapshotJoyee Cheung
2019-04-23deps,test: bump googletest to 39f72ea6f5Refael Ackermann
2019-04-19build,win: rename node.lib to libnode.libRefael Ackermann
2019-04-17build: run `mkcodecache` as an actionRefael Ackermann
2019-04-17tools: implement mkcodecache as an executableJoyee Cheung
2019-04-16src: use RAII to manage the main isolate dataJoyee Cheung
2019-04-14tools: python: update flake8 rulesRefael Ackermann
2019-04-13lib: create primordials in every contextJoyee Cheung
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12build,win: put all compilation artifacts into `out`Refael Ackermann
2019-04-11build: tidy up additional libraries on WindowsRichard Lau
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-04src: move AsyncResource impl out of public headerBen Noordhuis
2019-04-04src: port bootstrap/cache.js to C++Joyee Cheung
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
2019-03-28deps: sync V8 gypfiles with 7.4Ujjwal Sharma
2019-03-18src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshotJoyee Cheung
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-15src,lib: allow running multiple per-context filesAnna Henningsen