summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-01-02repl: indicate if errors are thrown or notRuben Bridgewater
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-30tools: remove custom buffer-constructor lint rulecjihrig
2018-12-30tools: enable no-buffer-constructor lint rulecjihrig
2018-12-30lib: remove unintended access to deps/Anna Henningsen
2018-12-29lib: simplify several debug() callscjihrig
2018-12-29tools: enable no-useless-catch lint rulecjihrig
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-28tls: do not confuse session and session IDSam Roberts
2018-12-28tls: do not confuse TLSSocket and SocketSam Roberts
2018-12-28tls: fix initRead socket argument nameSam Roberts
2018-12-28child_process: simplify argument handlingcjihrig
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-26net: use decodeStrings public API for writable streamRich Trott
2018-12-26net: check for close on stream, not parentDavid Halls
2018-12-24crypto: add key object APITobias Nießen
2018-12-24buffer: simplify codeRuben Bridgewater
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-20http: add maxHeaderSize propertycjihrig
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-20vm: reuse validateString of internal/validatorsZYSzys
2018-12-20os: move process.binding('os') to internalBindingbriete
2018-12-19console: improve inspectOptions validationcjihrig
2018-12-19events: simplify stack compare functionRuben Bridgewater
2018-12-19util: `format()` now formats bigint and booleansRuben Bridgewater
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18zlib: split JS code as prep for non-zlib-backed streamsAnna Henningsen