summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-21n-api: make func argument of napi_create_threadsafe_function optionallegendecas
2019-06-21src: add error codes to errors thrown in node_i18n.ccYaniv Friedensohn
2019-06-20report: add report versioningcjihrig
2019-06-19src: silence compiler warning node_process_methodsDaniel Bevenius
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-19src: fall back to env->exec_path() for default profile directoryJoyee Cheung
2019-06-19src: save exec path when initializing EnvironmentJoyee Cheung
2019-06-18crypto: fix crash when calling digest after pipingTobias Nießen
2019-06-17http2: refactor ping + settings object lifetime managementAnna Henningsen
2019-06-17worker: refactor `worker.terminate()`Anna Henningsen
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_classlegendecas
2019-06-17n-api: define ECMAScript-compliant accessors on napi_define_propertieslegendecas
2019-06-16src: fix compiler warning in node_worker.ccDaniel Bevenius
2019-06-15report: add cpu info to report outputChristopher Hiller
2019-06-14src: forbid reset_handler for SIGSEGV handlingAnna Henningsen
2019-06-14src: reset SIGSEGV handler before crashingAnna Henningsen
2019-06-14src: do not use posix feature macro in node.hAnna Henningsen
2019-06-14n-api: defer Buffer finalizer with SetImmediateAnna Henningsen
2019-06-14src: fix off-by-one error in native SetImmediateAnna Henningsen
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-06-12worker: make MessagePort constructor non-callableAnna Henningsen
2019-06-12src: do not use pointer for loop in node_watchdogAnna Henningsen
2019-06-12src: restore stdio on program exitBen Noordhuis
2019-06-10src: remove TLS code for unsupported OpenSSLsSam Roberts
2019-06-10worker: add typechecking for postMessage transfer listAnna Henningsen
2019-06-10worker: use DataCloneError for unknown native objectsAnna Henningsen
2019-06-09src: handle exceptions from ToDetailString()Anna Henningsen
2019-06-09src: expose DOMException to internalBinding('message') for testingJoyee Cheung
2019-06-07src: add napi_define_class() null checksOctavian Soldea
2019-06-06src: use RAII in setgroups implementationAnna Henningsen
2019-06-05src: fix unused private field warningcjihrig
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-06-03src: reorganize inspector and diagnostics initializationJoyee Cheung
2019-06-03src: create Environment properties in Environment::CreateProperties()Joyee Cheung
2019-06-03src: inline ProcessCliArgs in the Environment constructorJoyee Cheung
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-06-02inspector: supported NodeRuntime domain in workerAleksei Koziatinskii
2019-06-02tools: fix js2c regressionRefael Ackermann
2019-06-02inspector: more conservative minimum stack sizeBen Noordhuis
2019-06-01src: update NODE_MODULE_VERSION to 74Refael Ackermann
2019-06-01tools: update inspector_protocol to 0aafd2Michaël Zasso
2019-05-30src: unimplement deprecated v8-platform methodsMichaël Zasso
2019-05-30src: export number_of_native_contexts and number_of_detached_contextsYuriy Vasiyarov
2019-05-30tls: trace errors can show up as SSL errorsSam Roberts
2019-05-29src: use ArrayBufferViewContents more frequentlyAnna Henningsen
2019-05-29src: make UNREACHABLE variadicRefael Ackermann
2019-05-29tls: group chunks into TLS segmentsAlba Mendez
2019-05-29http2: fix tracking received data for maxSessionMemoryAnna Henningsen
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts