summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2019-01-10buffer: move Buffer prototype wiring into internal/buffer.jsJoyee Cheung
2019-01-10buffer: move initialization of buffer prototype into node.jsJoyee Cheung
2019-01-10assert: make `actual` and `expected` gettersRuben Bridgewater
2019-01-10util: add null prototype support for dateAnto Aravinth
2019-01-09util: update comment in util.promisifyKazushi Kitaya
2019-01-09fs: extract start and end check into checkPositionZYSzys
2019-01-09util: inspect ArrayBuffers contents as wellRuben Bridgewater
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2019-01-08crypto: always accept private keys as public keysTobias Nießen
2019-01-07crypto: fix key object wrapping in sync keygenTobias Nießen
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: refactor tickInfo accessJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2019-01-05zlib: add brotli supportAnna Henningsen
2019-01-04worker: improve JS-side debuggingAnna Henningsen
2019-01-05src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung
2019-01-03lib,test: remove lib/internal/test/unicode.jsRich Trott
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