summaryrefslogtreecommitdiff
path: root/src/env.cc
Commit message (Expand)AuthorAgeFilesLines
...
* module: revert module._compile to original state if module is patchedUjjwal Sharma2019-02-191-0/+11
* src: unify uptime base used across the code baseJoyee Cheung2019-02-181-3/+2
* worker: pre-allocate thread idAnna Henningsen2019-02-111-2/+7
* src: remove unused method in env.hgengjiawen2019-02-091-19/+0
* src: nullcheck on trace controllerGireesh Punathil2019-02-081-4/+2
* src: split ownsProcessState off isMainThreadAnna Henningsen2019-02-051-1/+1
* worker: refactor thread id managementAnna Henningsen2019-02-011-1/+7
* src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung2019-02-011-0/+1
* process: split execution into main scriptsJoyee Cheung2019-01-301-1/+12
* src: pass along errors from process obj instantiationAnna Henningsen2019-01-291-23/+27
* console: refactor inspector console extension installationJoyee Cheung2019-01-231-7/+0
* src: restrict unloading addons to Worker threadsAnna Henningsen2019-01-231-3/+10
* src: move node::errno_string into node_errors.h/ccJoyee Cheung2019-01-141-1/+1
* src: dispose of V8 platform in `process.exit()`Anna Henningsen2019-01-121-2/+5
* src: declare process-related C++ methods in node_process.hJoyee Cheung2019-01-111-0/+1
* src: move process object creation into node_process_object.ccJoyee Cheung2019-01-111-10/+1
* src: initialize `Environment` members in class definitionAnna Henningsen2019-01-091-6/+0
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-1/+2
* process: make tick callback and promise rejection callback more robustJoyee Cheung2019-01-061-0/+4
* src: add DCHECK macroskiyomizumia2018-12-241-3/+1
* src: unload addons when environment quitsGabriel Schulhof2018-12-191-0/+5
* src: schedule destroy hooks in BeforeExit early during bootstrapJoyee Cheung2018-12-181-0/+8
* process: move POSIX credential accessors into node_credentials.ccJoyee Cheung2018-12-191-1/+1
* src: mark some global state as constAnna Henningsen2018-12-161-1/+1
* src: create env->inspector_console_api_object earlierJoyee Cheung2018-12-121-0/+7
* inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung2018-12-091-1/+2
* src: use custom TryCatch subclassGus Caplan2018-12-031-4/+5
* src: use STL containers instead of v8 values for static module dataJoyee Cheung2018-11-201-4/+5
* src: elevate v8 namespaces of repeated referencesleeight2018-11-181-26/+34
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-1/+3
* src: add AliasedBuffer::reserveRefael Ackermann2018-10-241-8/+1
* src: refactor FillStatsArrayRefael Ackermann2018-10-241-2/+2
* trace_events: forbid tracing modifications from worker threadsAnna Henningsen2018-10-241-1/+12
* src: remove `Environment::tracing_agent_writer()`Anna Henningsen2018-10-241-9/+7
* src: improve StreamBase read throughputAnna Henningsen2018-10-241-0/+1
* src: add trace events for env.ccJames M Snell2018-10-171-1/+54
* src: add deprecation warning to errname()Dolapo Toki2018-10-161-0/+1
* benchmark,doc,lib,src,test,tools: fix typosBrandon Smith2018-10-091-2/+2
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-2/+4
* src: refactor `Environment::GetCurrent()` usageAnna Henningsen2018-09-171-11/+2
* src: move no_async_hooks_checks to envDaniel Bevenius2018-09-171-0/+3
* src: remove trace_sync_io_ from envDaniel Bevenius2018-09-091-2/+1
* src: initialize PerIsolateData eagerlyAndreas Haas2018-09-071-2/+2
* src: use StackFrame::GetFrame with isolateMichaël Zasso2018-08-291-1/+1
* src: refactor options parsingAnna Henningsen2018-08-221-8/+18
* trace_events: add trace category enabled trackingJames M Snell2018-08-171-0/+33
* src: fix integer overflow in GetNowAnatoli Papirovski2018-08-111-1/+1
* src: refactor default trace writer out of agentAnna Henningsen2018-08-011-2/+2
* src: fix formatting of PIDsTobias Nießen2018-07-221-1/+1
* src: fix async hooks crashing when there is no node contextJavier Gonzalez2018-07-161-1/+19