summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2019-01-01coverage: pass cwd to path.resolve() in setupcjihrig
2019-01-01coverage: use process._rawDebug() during setupcjihrig
2018-12-31process: move --help and --bash-completeion handling to startExecutionJoyee Cheung
2018-12-31process: move setup of process warnings into node.jsJoyee Cheung
2018-12-31crypto: add crypto/keys to cannotUseCacheDaniel Bevenius
2018-12-31process: move worker bootstrap code into worker_thread_only.jsJoyee Cheung
2018-12-31process: split worker IO into internal/worker/io.jsJoyee Cheung
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-31process: move process.features initialization into node.jsJoyee Cheung
2018-12-31util: fix util.inspect with proxied functionWeijia Wang
2018-12-30lib: remove unintended access to deps/Anna Henningsen
2018-12-29lib: simplify several debug() callscjihrig
2018-12-29src: lazily load internalBinding('uv') and build the errmap lazilyJoyee Cheung
2018-12-29process: make internal/queue_microtask.js more self-containedJoyee Cheung
2018-12-28src: use consistent names for JSStreamSam Roberts
2018-12-27util: simplify codeKazushi Kitaya
2018-12-27console: use spread notation instead of Object.assignRuben Bridgewater
2018-12-27lib: expose all type checks from the internal types moduleRuben Bridgewater
2018-12-27buffer: inspect extra propertiesRuben Bridgewater
2018-12-27util: make inspect aware of RegExp subclasses and null prototypeRuben Bridgewater
2018-12-24crypto: add key object APITobias Nießen
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-22process: move child process IPC setup condition into node.jsJoyee Cheung
2018-12-21lib: make internal API warning more directRich Trott
2018-12-21trace_events: move SetupTraceCategoryState into node_trace_events.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-21src,lib: prefer internal/options over process._fooAnna Henningsen
2018-12-21src: initialize ICU version in per_process::metadata.versionsJoyee Cheung
2018-12-20src: add kUInteger parsingMatteo Collina
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-12-20os: move process.binding('os') to internalBindingbriete
2018-12-19console: improve inspectOptions validationcjihrig
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18assert: inspect gettersRuben Bridgewater
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-17console: add `inspectOptions` optionRuben Bridgewater
2018-12-17process: improve `--redirect-warnings` handlingRuben Bridgewater
2018-12-16util: inspect all prototypesRuben Bridgewater
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
2018-12-15stream: re-use existing `once()` implementationAnna Henningsen
2018-12-14util: remove todoRuben Bridgewater
2018-12-14lib: remove internalBinding('config').pendingDeprecationJoyee Cheung
2018-12-14url: remove an eslint-disable commentcjihrig
2018-12-13process: properly close file descriptor on exitRuben Bridgewater
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-12-13src: remove internalBinding('config').warningFileJoyee Cheung
2018-12-13bootstrap: make Buffer and process non-enumerableRuben Bridgewater
2018-12-13worker: drain messages from internal message portYael Hermon