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
2020-06-14worker: allow passing JS wrapper objects via postMessageAnna Henningsen
2020-06-13tools: update ESLint to 7.2.0cjihrig
2020-06-12Revert "test: stop testing --interpreted-frames-native-stack for s390x"Michaël Zasso
2020-06-12src: do not track BaseObjects via cleanup hooksAnna Henningsen
2020-06-11util: restrict custom inspect function + vm.Context interactionAnna Henningsen
2020-06-11vm: allow proxy callbacks to throwGus Caplan
2020-06-10n-api: ensure scope present for finalizationMichael Dawson
2020-06-09test: temporarily exclude test on armMichael Dawson
2020-06-09zlib: add `maxOutputLength` optionunknown
2020-06-09test: fix invalid regular expressions in case test-trace-exitlegendecas
2020-06-08src: add "missing" bash completion optionsDaniel Bevenius
2020-06-06process: use v8 fast api calls for hrtimeGus Caplan
2020-06-06url: remove gopher from special schemesMichaël Zasso
2020-06-06test: changed function to arrow functionSagar Jadhav
2020-06-06events: support useCapture booleanBenjamin Gruenbaum
2020-06-06events: set target property to nullBenjamin Gruenbaum
2020-06-06events: deal with no argument caseBenjamin Gruenbaum
2020-06-05lib: unflag AbortControllerJames M Snell
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2020-06-04event: cancelBubble is a propertyBenjamin Gruenbaum
2020-06-04events: deal with Symbol() passed to event constructorBenjamin Gruenbaum
2020-06-02tls: emit `session` after verifying certificateFedor Indutny
2020-06-02http2: implement support for max settings entriesJames M Snell
2020-06-02napi: fix memory corruption vulnerabilityTobias Nießen
2020-06-01net: remove long deprecated server.connections propertyJames M Snell
2020-06-01src: remove deprecated node debug commandJames M Snell
2020-06-01dns: make dns.Resolver timeout configurableBen Noordhuis
2020-06-01test: uv_tty_init now returns EINVAL on IBM iXu Meng
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-30src: avoid OOB read in URL parserAnna Henningsen
2020-05-30fs: support util.promisify for fs.readvLucas Holmquist
2020-05-30http2: refactor state code validation for the http2Stream classrickyes
2020-05-30test: fix flaky fs-construct testRobert Nagy
2020-05-30events: fix event-target enumerable keysBenjamin Gruenbaum
2020-05-30events: add tests, better toStringBenjamin Gruenbaum
2020-05-30wasi: allow WASI stdio to be configuredcjihrig
2020-05-30console: name console functions appropriatelyRuben Bridgewater
2020-05-30errors: fully inspect errors on exitRuben Bridgewater
2020-05-30http2: add writable* properties to compat apiPranshu Srivastava
2020-05-30http2: header field valid checksPranshu Srivastava
2020-05-30http2: add type checks for Http2ServerResponse.endPranshu Srivastava
2020-05-29http2: use `Object.create(null)` for `getHeaders`Pranshu Srivastava
2020-05-28tools: fix check-imports.py to match on word boundariesRichard Lau
2020-05-28events: initial implementation of experimental EventTargetJames M Snell
2020-05-28module: remove dynamicInstantiate loader hookJan Krems
2020-05-27fs: reimplement read and write streams using stream.constructRobert Nagy
2020-05-27stream: constructRobert Nagy
2020-05-26test: make flaky test stricterRobert Nagy
2020-05-25util: fix inspection of class instance prototypesRuben Bridgewater
2020-05-25crypto: fix wrong error messageBen Bucksch