summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
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
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-09-17src: move no_async_hooks_checks to envDaniel Bevenius
2018-09-16tracing: remove shutdown-on-signalAnna Henningsen
2018-09-14src: move DebugPortGetter/Setter to node_process.ccJames M Snell
2018-09-14src: move getActiveResources/Handles to node_process.ccJames M Snell
2018-09-09process: generate list of allowed env flags programmaticallyAnna Henningsen
2018-09-09src: remove trace_sync_io_ from envDaniel Bevenius
2018-09-09src: remove abort_on_uncaught_exception node.ccDaniel Bevenius
2018-09-07src: add InitializeV8Platform functionDaniel Bevenius
2018-09-07src: initialize PerIsolateData eagerlyAndreas Haas
2018-09-05src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma