summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2019-01-06src: move arch, platform and release into node_metadata.ccJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2019-01-02src: simplify JS Array creationAnna Henningsen
2018-12-31process: move process.features initialization into node.jsJoyee Cheung
2018-12-29process: make internal/queue_microtask.js more self-containedJoyee Cheung
2018-12-26src: do not leak NodeTraceStateObserverAnna Henningsen
2018-12-24src: fix compiler warningscjihrig
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-21src,lib: prefer internal/options over process._fooAnna Henningsen
2018-12-21src: use std::vector for setting up process.execPathAnna Henningsen
2018-12-21src: initialize ICU version in per_process::metadata.versionsJoyee Cheung
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-17process: move environment variable proxy code into node_env_var.ccJoyee Cheung
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-12-03src: move version metadata into node_metadata{.h, .cc}Joyee Cheung
2018-12-03src: move READONLY_* macros into util.hJoyee Cheung
2018-12-04src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-11-30src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung
2018-11-28src: use NativeModuleLoader to compile per_context.jsJoyee Cheung
2018-11-23src: enable detailed source positions in V8Yang Guo
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-17Revert "src: enable detailed source positions in V8"Refael Ackermann
2018-11-16src: emit warnings from V8Gus Caplan
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung
2018-11-13src: enable detailed source positions in V8Yang Guo
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-10deps: introduce `llhttp`Fedor Indutny
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung
2018-10-24src: remove `Environment::tracing_agent_writer()`Anna Henningsen
2018-10-23src: refactor deprecated v8::Function::Call callRomain Lanz
2018-10-23lib: trigger uncaught exception handler for microtasksGus Caplan
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-20src,test: add public wrapper for Environment::GetCurrentShelley Vohr
2018-10-18src: initial large page (2M) supportSuresh Srinivas
2018-10-12src: trace_event: secondary storage for metadataAli Ijaz Sheikh
2018-10-11src: improve SSL version extraction logicGireesh Punathil
2018-10-11src: replace NO_RETURN with [[noreturn]]Refael Ackermann
2018-10-06trace_events: destroy platform before tracingAli Ijaz Sheikh
2018-10-03src: remove public API for option variablesAnna Henningsen
2018-10-01src: remove unused using declarationsDaniel Bevenius
2018-10-01src: remove unused locale.hDaniel Bevenius
2018-09-23src: refactor win32 `DebugProcess()` to use RAII cleanupAnna Henningsen
2018-09-22src: add CheckOptions to Options classesDaniel Bevenius
2018-09-20src: initialize pid variable before gotoJeremy Apthorp
2018-09-19src: deprecate global COUNTER_* and remove perfctrJames M Snell