Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-11-17module: conditional exports with flagged conditionsGuy Bedford
2019-11-17test: do not run release-npm test without cryptoMichaël Zasso
2019-11-17module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-11-17test: remove AtExit() addon testAnna Henningsen
2019-11-17src: allow adding linked bindings to EnvironmentAnna Henningsen
2019-11-17test: deflake test-tls-close-notify.jsLuigi Pinca
2019-11-17dgram: remove listeners on bind errorAnna Henningsen
2019-11-17Revert "test: test configure ninja"Anna Henningsen
2019-11-17http,async_hooks: keep resource object alive from socketAnna Henningsen
2019-11-17test: test configure ninjaPatrick Housley
2019-11-17tools: make doctool work if no internet availableRichard Lau
2019-11-17src: deprecate two- and one-argument AtExit()Anna Henningsen
2019-11-17stream: add writableCorked propertyRobert Nagy
2019-11-17child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-11-17process: make source map getter resistant against prototype tamperingAnna Henningsen
2019-11-17src: make AtExit() callbacks run in reverse orderAnna Henningsen
2019-11-17encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-11-17v8: inspect unserializable objectsAnna Henningsen
2019-11-17worker: allow specifying resource limitsAnna Henningsen
2019-10-31http: support readable hwm in IncomingMessagecjihrig
2019-10-31cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr
2019-10-31fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-28doc: remove "it is important to" phrasingRich Trott
2019-10-28src: fix crash with SyntheticModule#setExportMichaël Zasso
2019-10-28async_hooks: only emit `after` for AsyncResource if stack not emptyAnna Henningsen
2019-10-28test: use arrow functions for callbacksmpark86
2019-10-28test: verify npm compatibility with releasesMichaël Zasso
2019-10-28module: resolve self-referencesJan Krems
2019-10-23cli: add --trace-uncaught flagAnna Henningsen
2019-10-23dgram: add source-specific multicast supportLucas Pardue
2019-10-23crypto: add Hash.prototype.copy() methodBen Noordhuis
2019-10-23src: expose ListNode<T>::prev_ on postmortem metadatalegendecas
2019-10-23test: expand Worker test for non-shared ArrayBufferAnna Henningsen
2019-10-23test: fix test runner for Python 3 on WindowsMichaël Zasso
2019-10-23test: remove common.skipIfInspectorEnabled()Rich Trott
2019-10-23esm: modify resolution order for specifier flagMyles Borins
2019-10-23module: refactor modules bootstrapBradley Farias
2019-10-23test: add cb error test for fs.close()Matteo Rossi
2019-10-22doc: add missing deprecation codecjihrig
2019-10-15test: fix flaky doctool and testRich Trott
2019-10-15doc: prepare miscellaneous docs for new markdown lint rulesRich Trott
2019-10-15n-api: add `napi_detach_arraybuffer`legendecas
2019-10-15vm: add Synthetic modulesGus Caplan
2019-10-14test: fix fs benchmark testRich Trott
2019-10-14http: do not emit end after abortedRobert Nagy
2019-10-14process: add lineLength to source-map-cachebcoe
2019-10-14stream: throw unhandled error for readable with autoDestroyRobert Nagy
2019-10-14fs: do not emit 'finish' before 'open' on write empty fileRobert Nagy
2019-10-14src: implement v8 host weakref hooksGus Caplan
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof