summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* src: prepare platform for upstream V8 changesAnna Henningsen2017-09-211-29/+16
* domain: remove `.dispose()`Anna Henningsen2017-09-201-13/+4
* n-api: remove n-api module loading flagGabriel Schulhof2017-09-191-30/+18
* src: move DomainEnter,DomainExit to node.ccAnna Henningsen2017-09-141-0/+36
* src: remove virtually unused ExecScopeAnna Henningsen2017-09-141-1/+2
* src: refactor async callback handlingAnna Henningsen2017-09-141-50/+119
* src: refactor `#include` handlingAnna Henningsen2017-09-141-1/+0
* intl: unexpose Intl.v8BreakIteratorBen Noordhuis2017-09-101-1/+18
* src: add support to pass flags to dlopenEzequiel Garcia2017-09-081-14/+67
* module: Allow runMain to be ESMBradley Farias2017-09-071-0/+8
* perf_hooks: implementation of the perf timing APIJames M Snell2017-08-231-0/+5
* src: minor cleanup for node_revertJames M Snell2017-08-181-2/+5
* src: Node implementation of v8::PlatformMatt Loring2017-08-171-28/+32
* tracing: Update to use new Platform tracing apisMatt Loring2017-08-171-7/+8
* async_wrap: unroll unnecessarily DRY codeTrevor Norris2017-08-141-4/+4
* src: mention that node options are space-separatedGabriel Schulhof2017-08-131-0/+1
* n-api: add napi_get_node_versionAnna Henningsen2017-08-121-1/+2
* src: use local isolate instead of args.GetIsolateDaniel Bevenius2017-08-111-1/+1
* http2: introducing HTTP/2James M Snell2017-08-041-0/+13
* src: whitelist v8 options with '_' or '-'Sam Roberts2017-07-101-7/+26
* src: document --abort-on-uncaught-exceptionSam Roberts2017-07-061-0/+3
* async_hooks: C++ Embedder API overhaulAndreas Madsen2017-07-061-26/+23
* src: --abort-on-uncaught-exception in NODE_OPTIONSSam Roberts2017-07-051-0/+1
* src: fix process.abort() interaction with V8Anna Henningsen2017-07-021-1/+4
* src: add missing new line to printed messageTimothy Gu2017-06-291-1/+1
* src: don't set --icu_case_mapping flag on startupBen Noordhuis2017-06-211-8/+0
* inspector,cluster: fix inspect port assignmentcornholio2017-06-151-1/+1
* src: check whether inspector is doing ioSam Roberts2017-06-091-2/+2
* inspector: allow --inspect=host:port from jsSam Roberts2017-06-061-0/+3
* src: remove process._inspectorEnbalecjihrig2017-06-051-7/+1
* src: added newline in help messageJosh Ferge2017-06-011-1/+1
* inspector: refactor to rename and comment methodsSam Roberts2017-06-011-3/+3
* inspector: bind to random port with --inspect=0Ben Noordhuis2017-05-301-1/+13
* src: reduce duplicate code in SafeGetenv()cjihrig2017-05-291-8/+5
* inspector: --debug* deprecation and invalidationRefael Ackermann2017-05-291-1/+21
* async_hooks: implement C++ embedder APIAnna Henningsen2017-05-271-88/+112
* src: fix InspectorStarted macro guardDaniel Bevenius2017-05-271-1/+4
* src: add linux getauxval(AT_SECURE) in SafeGetenvDaniel Bevenius2017-05-251-2/+6
* async_wrap,src: promise hook integrationMatt Loring2017-05-251-32/+3
* src: allow --tls-cipher-list in NODE_OPTIONSSam Roberts2017-05-251-1/+2
* inspector: document bad usage for --inspect-portSam Roberts2017-05-241-1/+3
* src: redirect-warnings to file, not pathSam Roberts2017-05-231-2/+2
* cmd: support dash as stdin aliasEbrahim Byagowi2017-05-231-1/+5
* inspector: fix process._debugEnd() for inspectorEugene Ostroukhov2017-05-221-8/+13
* src: check if --icu-data-dir= points to valid dirBen Noordhuis2017-05-191-2/+5
* src: whitelist new options for NODE_OPTIONSSam Roberts2017-05-171-5/+9
* src: fix --abort_on_uncaught_exception arg parsingSam Roberts2017-05-161-2/+2
* src: only call FatalException if not verboseDaniel Bevenius2017-05-161-3/+3
* addons: remove semicolons from after module definitionGabriel Schulhof2017-05-151-1/+1
* src: implement native changes for async_hooksTrevor Norris2017-05-101-41/+31