summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-16src: fix `--prof-process` CLI argument handlingAnna Henningsen
2018-09-15child_process: move process.binding('spawn_sync') to internalBindingAnto Aravinth
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-14worker: correct (de)initialization orderAnna Henningsen
2018-09-14inspector: implemented V8InspectorClient::resourceNameToUrlAlexey Kozyatinskiy
2018-09-14src: added URL::FromFilePath methodAlexey Kozyatinskiy
2018-09-13trace_events: avoid flusing uninitialized tracesAli Ijaz Sheikh
2018-09-12n-api: add generic finalizer callbackGabriel Schulhof
2018-09-12crypto: fix public key encryption internalsTobias Nießen
2018-09-11net: port isIPv6 to JSWeijia Wang
2018-09-10src: make `FIXED_ONE_BYTE_STRING` an inline fnAnna Henningsen
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: update postmortem constant namecjihrig
2018-09-07src: add InitializeV8Platform functionDaniel Bevenius
2018-09-07src: initialize PerIsolateData eagerlyAndreas Haas
2018-09-07src: update NODE_MODULE_VERSION to 66Michaël Zasso
2018-09-07src: fix trace-event-file-pattern descriptionAndreas Madsen
2018-09-07url: move process.binding('url') to internalBindingWeijia Wang
2018-09-06zlib: fix memory leak for invalid inputAnna Henningsen
2018-09-05util: make util binding internalcjihrig
2018-09-05util: add util.types.isBoxedPrimitiveRuben Bridgewater
2018-09-05src: remove calls to deprecated V8 functions (Equals)Michaël Zasso
2018-09-05src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma
2018-09-05src: promote v8 name spaces with usingGireesh Punathil
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-09-05src: skip warnings for our own deprecated APIsAnna Henningsen
2018-09-05src: remove editing leftovers from options help textAnna Henningsen
2018-09-03src: allow UTF-16 in generic StringBytes decode callAnna Henningsen
2018-09-03src: warn about odd UTF-16 decoding function signatureAnna Henningsen
2018-09-03src: fix a typo in the commentGireesh Punathil
2018-09-03src: disable debug options when inspector is unavailableAnna Henningsen
2018-09-03src: add `NODE_EXTERN` to class definitionAnna Henningsen
2018-09-02src: add trace points to dnsChin Huang
2018-09-02src: fix node::FatalExceptionTobias Nießen
2018-09-02src: deprecate option variables in public APIAnna Henningsen
2018-09-02src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma
2018-09-02src: rework (mostly internal) functions to use MaybesUjjwal Sharma
2018-09-02src: remove calls to deprecated v8 functions (ToString)Ujjwal Sharma
2018-09-02crypto: improve setAuthTagTobias Nießen
2018-09-02src: fix external memory usage going negativeMathias Buus
2018-09-01src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma
2018-09-01cli: generate --help text in JSAnna Henningsen
2018-09-01src: make CLI options programatically accesibleAnna Henningsen
2018-08-31n-api: clean up thread-safe functionGabriel Schulhof