summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-12domain: do not import util for a simple type checkRuben Bridgewater
2019-10-12fs: make FSWatcher.start privateLucas Holmquist
2019-10-12fs: add runtime deprecate for file stream open()Robert Nagy
2019-10-11crypto: reject public keys properlyTobias Nießen
2019-10-12http: add reusedSocket property on client requestthemez
2019-10-12net: treat ENOTCONN at shutdown as successAnna Henningsen
2019-10-11module: warn on require of .js inside type: moduleGuy Bedford
2019-10-11fs: buffer dir entries in opendir()Anna Henningsen
2019-10-11repl: check for NODE_REPL_EXTERNAL_MODULEGus Caplan
2019-10-10util: validate formatWithOptions inspectOptionsRuben Bridgewater
2019-10-10http2: fix file close error condition at respondWithFdAnna Henningsen
2019-10-10esm: unflag --experimental-exportsGuy Bedford
2019-10-10src: bring 425 status code name into accordance with RFC 8470Sergei Osipov
2019-10-10Revert "stream: make finished call the callback if the stream is closed"Matteo Collina
2019-10-10Revert "stream: remove ambiguous code"Matteo Collina
2019-10-09fs: remove options.encoding from Dir.read*()Jeremiah Senkpiel
2019-10-09http2: allow passing FileHandle to respondWithFDAnna Henningsen
2019-10-08Revert "esm: remove experimental status from JSON modules"Guy Bedford
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-07http2: support passing options of http2.connect to net.connectZYSzys
2019-10-07assert: fix line number calculation after V8 upgradeMichaël Zasso
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-10-05tools: prohibit Error.prepareStackTrace() usageRuben Bridgewater
2019-10-05lib: make tick processor detect xcodebuild errorsBen Noordhuis
2019-10-05dgram: use `uv_udp_try_send()`Anna Henningsen
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-03tls: honor pauseOnConnect optionRobert Jensen
2019-10-03net: emit close on unconnected socketRobert Nagy
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-01assert: special handle identical error names in instance checksRuben Bridgewater
2019-10-01assert: add more information to AssertionErrorsRuben Bridgewater
2019-10-01assert: do not repeat .throws() codeRuben Bridgewater
2019-10-01assert: wrap validation function errorsRuben Bridgewater
2019-10-01assert: fix generatedMessage propertyRuben Bridgewater
2019-10-01assert: improve class instance errorsRuben Bridgewater
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