summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-28crypto: add crypto.sign() and crypto.verify()Brian White
2019-03-28tls: return an OpenSSL error from renegotiateSam Roberts
2019-03-28crypto: add openssl specific error propertiesSam Roberts
2019-03-28deps: sync V8 gypfiles with 7.4Ujjwal Sharma
2019-03-28src: update NODE_MODULE_VERSION to 72Ujjwal Sharma
2019-03-28crypto: rename generateKeyPairEdDSATobias Nießen
2019-03-28src: delete useless code in cares_wrap.ccgengjiawen
2019-03-28src: fix task release in cares_wrap.ccgengjiawen
2019-03-28src: use deleted function for class BaseObjectgengjiawen
2019-03-28src: delete unused field in class ModuleWrapgengjiawen
2019-03-28src: tidy up include headers in env.ccgengjiawen
2019-03-28src: delete unreachable code in heap_utils.ccgengjiawen
2019-03-28src: fix data type when using uv_get_total_memory()gengjiawen
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27src: move ShouldNotAbortOnUncaughtScope out of EnvironmentJoyee Cheung
2019-03-27src: move TrackingTraceStateObserver out of EnvironmentJoyee Cheung
2019-03-27src: move TickInfo out of EnvironmentJoyee Cheung
2019-03-27src: move ImmediateInfo out of EnvironmentJoyee Cheung
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung
2019-03-27src: move AsyncHooks out of EnvironmentJoyee Cheung
2019-03-26src: add include guard for trace_event_common.hgengjiawen
2019-03-26inspector: always set process.binding('inspector').callAndPauseOnStartJoyee Cheung
2019-03-26process: handle --expose-internals during pre-executionJoyee Cheung
2019-03-26src: store onread callback in internal fieldAnna Henningsen
2019-03-26tls: add debugging to native TLS codeAnna Henningsen
2019-03-26tls: add CHECK for impossible conditionAnna Henningsen
2019-03-25src: guard exit label when inspector disabledDaniel Bevenius
2019-03-24src: micro-optimize ALPN negotiationBen Noordhuis
2019-03-25crypto: add support for x25119 and x448 KeyObjectsFilip Skokan
2019-03-23src: remove unused variablecjihrig
2019-03-23n-api: remove code from error nameRuben Bridgewater
2019-03-22src: apply clang-tidy readability-delete-null-pointergengjiawen
2019-03-22src: apply clang-tidy performance-faster-string-findgengjiawen
2019-03-22src: initialize worker's stack_base_ fieldcjihrig
2019-03-22src: use explicit casts to silence conversion warningsZach Bjornson
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