summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-11-07dgram: remove listeners on bind errorAnna Henningsen
2019-11-07dgram: reset bind state before emitting errorAnna Henningsen
2019-11-06http,async_hooks: keep resource object alive from socketAnna Henningsen
2019-11-05stream: add writableCorked propertyRobert Nagy
2019-11-05fs: add noop stub for FSWatcher.prototype.startLucas Holmquist
2019-11-05child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-11-05process: make source map getter resistant against prototype tamperingAnna Henningsen
2019-11-05encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-11-05v8: inspect unserializable objectsAnna Henningsen
2019-11-05worker: allow specifying resource limitsAnna Henningsen
2019-11-04buffer: improve performance caused by primordialsJizu Sun
2019-11-01module: warn on using unfinished circular dependencyAnna Henningsen
2019-10-30http: support readable hwm in IncomingMessagecjihrig
2019-10-29stream: extract Readable.from in its own fileMatteo Collina
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-26doc: remove "it is important to" phrasingRich Trott
2019-10-26async_hooks: only emit `after` for AsyncResource if stack not emptyAnna Henningsen
2019-10-24module: resolve self-referencesJan Krems
2019-10-22stream: simplify uint8ArrayToBuffer helperLuigi Pinca
2019-10-22stream: remove dead codeLuigi Pinca
2019-10-16esm: modify resolution order for specifier flagMyles Borins
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-17dgram: add source-specific multicast supportLucas Pardue
2019-10-16crypto: add Hash.prototype.copy() methodBen Noordhuis
2019-10-15doc: add missing deprecation codecjihrig
2019-10-15http: emit close on socket re-useRobert Nagy
2019-10-14vm: add Synthetic modulesGus Caplan
2019-10-13http: do not emit end after abortedRobert Nagy
2019-10-13process: add lineLength to source-map-cachebcoe
2019-10-13stream: throw unhandled error for readable with autoDestroyRobert Nagy
2019-10-13fs: do not emit 'finish' before 'open' on write empty fileRobert Nagy
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