summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-10-28cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-26doc: remove "it is important to" phrasingRich Trott
2019-10-26src: fix crash with SyntheticModule#setExportMichaël Zasso
2019-10-26async_hooks: only emit `after` for AsyncResource if stack not emptyAnna Henningsen
2019-10-25test: use arrow functions for callbacksmpark86
2019-10-25test: verify npm compatibility with releasesMichaël Zasso
2019-10-24module: resolve self-referencesJan Krems
2019-10-22src: expose ListNode<T>::prev_ on postmortem metadatalegendecas
2019-10-22test: expand Worker test for non-shared ArrayBufferAnna Henningsen
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-10-212019-10-21, Version 12.13.0 'Erbium' (LTS)Michaël Zasso
2019-10-20test: fix test runner for Python 3 on WindowsMichaël Zasso
2019-10-18test: remove common.skipIfInspectorEnabled()Rich Trott
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-16test: add cb error test for fs.close()Matteo Rossi
2019-10-15doc: add missing deprecation codecjihrig
2019-10-15http: emit close on socket re-useRobert Nagy
2019-10-15test: fix flaky doctool and testRich Trott
2019-10-15doc: prepare miscellaneous docs for new markdown lint rulesRich Trott
2019-10-14n-api: add `napi_detach_arraybuffer`legendecas
2019-10-14vm: add Synthetic modulesGus Caplan
2019-10-14test: fix fs benchmark testRich Trott
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-13src: implement v8 host weakref hooksGus Caplan
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof
2019-10-12test: add more recursive fs.rmdir() testsMaria Paktiti
2019-10-12fs: make FSWatcher.start privateLucas Holmquist
2019-10-12test: do not force the process to exitLuigi Pinca
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-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-10test: remove unnecessary --expose-internals flagsAnna Henningsen
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-10test: remove extra process.exit()cjihrig
2019-10-09test: remove spaces inside code span elementsNick Schonning
2019-10-09http2: allow passing FileHandle to respondWithFDAnna Henningsen
2019-10-09test: debug output for dlopen-ping-pong testSam Roberts
2019-10-08Revert "esm: remove experimental status from JSON modules"Guy Bedford