summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-22src: update NODE_MODULE_VERSION to 67Michaël Zasso
2018-09-22src: add CheckOptions to Options classesDaniel Bevenius
2018-09-21http2: add origin frame supportJames M Snell
2018-09-21crypto: do not allow multiple calls to setAuthTagTobias Nießen
2018-09-21tools: add bash completion for nodeDaniel Bevenius
2018-09-20src: initialize pid variable before gotoJeremy Apthorp
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-09-19src: deprecate global COUNTER_* and remove perfctrJames M Snell
2018-09-18worker: only stop inspector if startedAnna Henningsen
2018-09-18inspector: workers debuggingEugene Ostroukhov
2018-09-18Revert "src: implement query callbacks for vm"Anna Henningsen
2018-09-18lib: move process.binding('js_stream') to internalBindingAnto Aravinth
2018-09-18crypto: fix edge case in authenticated encryptionTobias Nießen
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-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