summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-26errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
2018-09-26crypto: deduplicate cipher initialization codeTobias Nießen
2018-09-26worker: reduce `MessagePort` prototype to documented APIAnna Henningsen
2018-09-26worker: hide MessagePort init function behind symbolAnna Henningsen
2018-09-26src: simplify `MessagePort` construction code a bitAnna Henningsen
2018-09-25src: fix a typo in the commentGireesh Punathil
2018-09-25cli: normalize `_` → `-` when parsing optionsAnna Henningsen
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-25src: cache and resue isolate and contex pointersGireesh Punathil
2018-09-25src: use RAII cleanup in node_i18n.ccAnna Henningsen
2018-09-25src: define zlib constants in node_zlib.ccAnna Henningsen
2018-09-25src: make `ZCtx::Init()` non-staticAnna Henningsen
2018-09-25src: refactor zlib dictionary to STL vectorAnna Henningsen
2018-09-25crypto: remove unnecessary usage of gotoTobias Nießen
2018-09-24string_decoder: fix number of replacement charsAnna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-23http2: add ping eventJames M Snell
2018-09-23src: remove calls to SetWrapperClassId()Joyee Cheung
2018-09-23lib: implement queueMicrotaskGus Caplan
2018-09-23src: refactor win32 `DebugProcess()` to use RAII cleanupAnna Henningsen
2018-09-22src: update postmortem constantscjihrig
2018-09-22src: use HeapStatistics to get external memoryRodrigo Bruno
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