summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-22src: add fast path for equal size to `Reallocate()`Anna Henningsen
2019-03-22src: do not make `Resize(0)`’d buffers base `nullptr`Anna Henningsen
2019-03-22src: only open HandleScope when necessaryAnna Henningsen
2019-03-22src: refactor thread stopping mechanismAnna Henningsen
2019-03-21src: remove `AddPromiseHook()`Anna Henningsen
2019-03-21src: disallow constructor behaviour for native methodsAnna Henningsen
2019-03-21src: apply clang-tidy rule modernize-use-emplacegengjiawen
2019-03-21src: fix DTrace GC callbacks DCHECKs and add cleanupJoyee Cheung
2019-03-20tls: support TLSv1.3Sam Roberts
2019-03-20report: remove duplicate TIME_TYPEcjihrig
2019-03-20perf_hooks: reset prev_ before starting ELD timerGerhard Stoebich
2019-03-19http2: delete unused enum in node_http2.hgengjiawen
2019-03-19process: check no handle or request is active after bootstrapJoyee Cheung
2019-03-19worker: create per-Environment message port after bootstrapJoyee Cheung
2019-03-19inspector: patch C++ debug options instead of process._breakFirstLineJoyee Cheung
2019-03-19process: set the trace category update handler during bootstrapJoyee Cheung
2019-03-18crypto: add support for EdDSA key pair generationTobias Nießen
2019-03-19module: do not share the internal require function with public loadersJoyee Cheung
2019-03-19src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshotJoyee Cheung
2019-03-18src,win: fix usage of deprecated v8::Object::SetMichaël Zasso
2019-03-18src: elevate v8 namespaces for PropertyAttributegengjiawen
2019-03-18src: use EVPKeyPointer in more placesBen Noordhuis
2019-03-18tls: return correct version from getCipher()Sam Roberts
2019-03-18src: remove unused variable in class InspectorSocketServergengjiawen
2019-03-17report: tidy up included headersRichard Lau
2019-03-17src: use deleted function instead of private function in class AsyncWrapgengjiawen
2019-03-17src: inline macro DISALLOW_COPY_AND_ASSIGNgengjiawen
2019-03-16src: shutdown node in-flightGireesh Punathil
2019-03-15report: use LocalTime from DiagnosticFilenameRichard Lau
2019-03-15report: use DiagnosticFilename for default filenameRichard Lau
2019-03-15Revert "crypto: add KeyObject.asymmetricKeySize"Tobias Nießen
2019-03-15worker: implement worker.moveMessagePortToContext()Anna Henningsen
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-15src,lib: allow running multiple per-context filesAnna Henningsen
2019-03-15src: fix warning in node_messagingZYSzys
2019-03-15src: remove usage of deprecated IsNearDeathMichaël Zasso
2019-03-14src: update NODE_MODULE_VERSION to 71Michaël Zasso
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-13embedding: make `NewIsolate()` API more flexibleAnna Henningsen
2019-03-13embedding: refactor public `ArrayBufferAllocator` APIAnna Henningsen
2019-03-13src: fix SplitString to ignore white spaceshimself65
2019-03-13src: clean up MultiIsolatePlatform interfaceAnna Henningsen
2019-03-12src: apply clang-tidy rule modernize-make-uniquegengjiawen
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-12crypto: fix EdDSA support for KeyObjectBrian White
2019-03-12worker: release native Worker object earlierAnna Henningsen
2019-03-12src: remove unused variablescjihrig
2019-03-12process: create legacy process properties during pre-executionJoyee Cheung
2019-03-12src: refactor coverage connectionJoyee Cheung