summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2019-04-19build,win: rename node.lib to libnode.libRefael Ackermann
2019-04-16build: run `mkcodecache` as an actionRefael Ackermann
2019-04-16tools: implement mkcodecache as an executableJoyee Cheung
2019-04-17src: use RAII to manage the main isolate dataJoyee Cheung
2019-04-13tools: 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-10build: 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-19src: 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
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12build: enable v8's siphash for hash seed creationRod Vagg
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-09src: add public API for linked bindingsAnna Henningsen
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08repl: add replDefaults to customize the writerRuben Bridgewater
2019-03-04bootstrap: experimental --frozen-intrinsics flagGuy Bedford
2019-02-14build: move optimizing link directives to node.exe targetRefael Ackermann
2019-02-13lib: move per_context.js under lib/internal/bootstrapJoyee Cheung
2019-02-11repl: add repl.setupHistory for programmatic replLance Ball
2019-02-11build: export deprecated OpenSSL symbols on WindowsRichard Lau
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-08deps: update acorn to 6.0.7Michaƫl Zasso
2019-02-08assert: create internal/assert micro-moduleRich Trott
2019-02-08assert: refactor internal assert.jsRich Trott
2019-02-05report: use libuv calls for OS and machine infocjihrig
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung
2019-02-01src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-28dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis
2019-01-25src,test: fix JSON escaping in node-reportDenys Otrishko
2019-01-23build: remove AIX/ppc (32bit) dead codeRefael Ackermann
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-20test: switch to native v8 coverageBenjamin Coe
2019-01-18src: merge into coreGireesh Punathil
2019-01-17policy: manifest with subresource integrity checksBradley Farias
2019-01-16process: refactor coverage setup during bootstrapJoyee Cheung
2019-01-11process: move C++ process events into node_process_events.ccJoyee Cheung
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung
2019-01-11src: move process object creation into node_process_object.ccJoyee Cheung
2019-01-05zlib: add brotli supportAnna Henningsen