summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-05src: add NOLINT to js_native_.*gengjiawen
2019-04-04crypto: fail early if passphrase is too longTobias Nießen
2019-04-04build: fix inspector dependency resolutionBen Noordhuis
2019-04-04src: prevent crash in TTYWrap::InitializeThomas
2019-04-04src: move AsyncResource impl out of public headerBen Noordhuis
2019-04-04src: use sizeof(var) instead of sizeof(type)Ben Noordhuis
2019-04-04src: port bootstrap/cache.js to C++Joyee Cheung
2019-04-04src: implement MemoryRetainer in EnvironmentJoyee Cheung
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-04-04process: store argv in EnvironmentJoyee Cheung
2019-04-03esm: fix typosGeoffrey Booth
2019-04-03src: apply clang-tidy rule bugprone-incorrect-roundingsgengjiawen
2019-04-03src: check return value, silence coverity warningBen Noordhuis
2019-04-03dgram: add support for UDP connected socketsSantiago Gimeno
2019-04-02report: add cwd to reportcjihrig
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
2019-04-02src: replace c-style castgengjiawen
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