summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-07http2: support passing options of http2.connect to net.connectZYSzys
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-10-05lib: make tick processor detect xcodebuild errorsBen Noordhuis
2019-10-05stream: do not deadlock duplexpairRobert Nagy
2019-10-05esm: remove proxy for builtin exportsBradley Farias
2019-10-05process: add source-map support to stack tracesbcoe
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-10-05http2: set default maxConcurrentStreamsZYSzys
2019-10-03stream: add comment about undocumented APIRobert Nagy
2019-10-03crypto: remove arbitrary UTF16 restrictionAnna Henningsen
2019-10-03errors: make sure all Node.js errors show their propertiesRuben Bridgewater
2019-10-02doc: add missing deprecation codecjihrig
2019-10-02lib: stop using prepareStackTraceGus Caplan
2019-10-02vm: refactor SourceTextModuleGus Caplan
2019-10-02http2: use the latest settingsZYSzys
2019-10-02doc: add documentation deprecation for process._tickCallbackLucas Holmquist
2019-10-01crypto: refactor array buffer view validationRuben Bridgewater
2019-10-01console: update time formattingRuben Bridgewater
2019-09-30src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-30stream: always invoke callback before emitting errorRobert Nagy
2019-09-29module: pass full URL to loader for top-level loadGuy Bedford
2019-09-29stream: remove ambiguous codeRobert Nagy
2019-09-28module: move cjs type check behind flagGuy Bedford
2019-09-28Revert "stream: invoke callback before emitting error always"Richard Lau
2019-09-27worker: fix process._fatalException return typeRuben Bridgewater
2019-09-27stream: invoke callback before emitting error alwaysRobert Nagy
2019-09-25http2: optimize the altsvc Max bytes limit, define and use constantsrickyes
2019-09-25crypto: use byteLength in timingSafeEqualTobias Nießen
2019-09-23console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater
2019-09-24stream: cleanup use of internal ended stateChetan Karande
2019-09-23bootstrap: add exception handling for profiler bootstrapShobhit Chittora
2019-09-22fs: remove unnecessary argument checkRobert Nagy
2019-09-22timers: set _destroyed even if there are no destroy-hooksJeremiah Senkpiel
2019-09-22stream: do not call _read() after destroy()Robert Nagy
2019-09-22stream: use more accurate end-of-stream writable and readable detectionRobert Nagy
2019-09-22console: skip/strip %c formattingGus Caplan
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-19module: error for CJS .js load within type: moduleGuy Bedford
2019-09-18src: re-delete Atomics.wakeGus Caplan
2019-09-18bootstrap: provide usable error on missing internal moduleJeremiah Senkpiel
2019-09-17module: reintroduce package exports dot mainGuy Bedford
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-09-15tty: add color support for moshAditya
2019-09-14process: use public readableFlowing propertyChetan Karande
2019-09-13util: add encodeInto to TextEncoderAnna Henningsen
2019-09-13crypto: add oaepLabel optionTobias Nießen
2019-09-09worker: make terminate() resolve for unref’ed WorkersAnna Henningsen
2019-09-07http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen
2019-09-03policy: minor perf opts and cleanupBradley Farias