summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-15src: print error before abortingRuben Bridgewater
2019-04-14src: fix check for accepting Buffers into Node’s allocatorAnna Henningsen
2019-04-13tools: python: update flake8 rulesRefael Ackermann
2019-04-13lib: create primordials in every contextJoyee Cheung
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-11src: remove redundant string initializationgengjiawen
2019-04-11src: use macro instead of magic number for fdgengjiawen
2019-04-10src: always use diagnostic file sequence numbercjihrig
2019-04-10src: use SealHandleScope for inspector tasksAnna Henningsen
2019-04-09src: remove unused INT_MAX constantSam Roberts
2019-04-09n-api: reduce gc finalization stressMichael Dawson
2019-04-08src: unify crypto constant setupSam Roberts
2019-04-08crypto: fix rsa key gen with non-default exponentSam Roberts
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-04-08crypto: simplify missing passphrase detectionTobias Nießen
2019-04-07src: don't point to out of scope variablecjihrig
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-05report: add support for UDP connected socketsRichard Lau
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