summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-22src: move SIGINT watchdog utils to the contextify bindingJoyee Cheung
2019-04-20src: split per-process initialization and teardown routinesJoyee Cheung
2019-04-20src: move guessHandleType in the util bindingJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-19src: fix performance-faster-string-find in node_report.ccgengjiawen
2019-04-18src: use ArrayBufferAllocator::Create in node_worker.ccAnna Henningsen
2019-04-18src: enable non-nestable V8 platform tasksAnna Henningsen
2019-04-17worker: handle exception when creating execArgv errorsAnna Henningsen
2019-04-17crypto: do not abort when setting throwsSam Roberts
2019-04-17src: allows escaping NODE_OPTIONS with backslashesMaël Nison
2019-04-17doc: add ABI version registryRod Vagg
2019-04-17src: handle fatal error when Environment is not assigned to contextJoyee Cheung
2019-04-17src: disallow calling env-dependent methods during bootstrapJoyee Cheung
2019-04-16tools: implement mkcodecache as an executableJoyee Cheung
2019-04-17src: use RAII to manage the main isolate dataJoyee Cheung
2019-04-16fs: fix infinite loop with async recursive mkdir on WindowsRichard Lau
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-16src: remove redundant call in node_options-inl.hgengjiawen
2019-04-16src: remove unimplemented method in TracingAgentgengjiawen
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