summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-01src: remove internal includes from node_crypto.hSam Roberts
2019-04-01crypto: use EVP_PKEY_X448 in GetEphemeralKeyInfocjihrig
2019-04-01crypto: use EVP_PKEY_X25519 in GetEphemeralKeyInfocjihrig
2019-04-01crypto: don't crash on unknown asymmetricKeyTypeFilip Skokan
2019-04-01src: fix warning on mismatched fn signatureSam Roberts
2019-03-31src: add missing uv_fs_req_cleanup()cjihrig
2019-03-30src: check uv_fs_close() return valuecjihrig
2019-03-30worker: use copy of process.envAnna Henningsen
2019-03-30src: implement generic backend for process.envAnna Henningsen
2019-03-30src: allow per-Environment set of env varsAnna Henningsen
2019-03-30src: elevate v8::Task namespaceJuan José Arboleda
2019-03-30crypto: decode missing passphrase errorsTobias Nießen
2019-03-30inspector: display error when ToggleAsyncHook failsJoyee Cheung
2019-03-29src: do not call into JS in the maxAsyncCallStackDepthChanged interruptJoyee Cheung
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