summaryrefslogtreecommitdiff
path: root/src/env.cc
AgeCommit message (Expand)Author
2019-02-11worker: pre-allocate thread idAnna Henningsen
2019-02-09src: remove unused method in env.hgengjiawen
2019-02-08src: nullcheck on trace controllerGireesh Punathil
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-01worker: refactor thread id managementAnna Henningsen
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-29src: pass along errors from process obj instantiationAnna Henningsen
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-23src: restrict unloading addons to Worker threadsAnna Henningsen
2019-01-14src: move node::errno_string into node_errors.h/ccJoyee Cheung
2019-01-12src: dispose of V8 platform in `process.exit()`Anna Henningsen
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-09src: initialize `Environment` members in class definitionAnna Henningsen
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2018-12-24src: add DCHECK macroskiyomizumia
2018-12-19src: unload addons when environment quitsGabriel Schulhof
2018-12-18src: schedule destroy hooks in BeforeExit early during bootstrapJoyee Cheung
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-16src: mark some global state as constAnna Henningsen
2018-12-12src: create env->inspector_console_api_object earlierJoyee Cheung
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-18src: elevate v8 namespaces of repeated referencesleeight
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-24src: add AliasedBuffer::reserveRefael Ackermann
2018-10-24src: refactor FillStatsArrayRefael Ackermann
2018-10-24trace_events: forbid tracing modifications from worker threadsAnna Henningsen
2018-10-24src: remove `Environment::tracing_agent_writer()`Anna Henningsen
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-17src: add trace events for env.ccJames M Snell
2018-10-16src: add deprecation warning to errname()Dolapo Toki
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-09-17src: move no_async_hooks_checks to envDaniel Bevenius
2018-09-09src: remove trace_sync_io_ from envDaniel Bevenius
2018-09-07src: initialize PerIsolateData eagerlyAndreas Haas
2018-08-29src: use StackFrame::GetFrame with isolateMichaël Zasso
2018-08-22src: refactor options parsingAnna Henningsen
2018-08-17trace_events: add trace category enabled trackingJames M Snell
2018-08-11src: fix integer overflow in GetNowAnatoli Papirovski
2018-08-01src: refactor default trace writer out of agentAnna Henningsen
2018-07-22src: fix formatting of PIDsTobias Nießen
2018-07-16src: fix async hooks crashing when there is no node contextJavier Gonzalez
2018-07-15src: use V8 graph heap snapshot APIAnna Henningsen
2018-07-13src: enable more detailed memory trackingAnna Henningsen