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-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-16module: add specific error for dir importAntoine du HAMEL
2020-05-15test: regression tests for async_hooks + Promise + Worker interactionAnna Henningsen
2020-05-15cli: add `--trace-atomics-wait` flagAnna Henningsen
2020-05-15fs: forbid concurrent operations on Dir handleAnna Henningsen
2020-05-15test: fix test-dns-idna2008Rich Trott
2020-05-15Revert "vm: add importModuleDynamically option to compileFunction"Matteo Collina
2020-05-15module: do not check circular dependencies for exported proxiesRuben Bridgewater
2020-05-15repl: improve repl autocompletion for require callsRuben Bridgewater
2020-05-15test: refactor test/parallel/test-bootstrap-modules.jsRuben Bridgewater
2020-05-15repl: replace hard coded core module list with actual listRuben Bridgewater
2020-05-15repl: show reference errors during previewRuben Bridgewater
2020-05-15repl: improve repl previewRuben Bridgewater
2020-05-14src: add support for TLAGus Caplan
2020-05-14tls: fix --tls-keylog optionAlba Mendez
2020-05-14src: remove deprecated FinalizationRegistry hooksGus Caplan
2020-05-13test: refactor WPTRunnerJoyee Cheung
2020-05-13test: update WPT interfaces and hr-timeJoyee Cheung
2020-05-12test: stop testing --interpreted-frames-native-stack for s390xMichaël Zasso
2020-05-12test: fix test-zlib-unused-weak on V8 8.2Matheus Marchini
2020-05-12test: rename FinalizationGroup to FinalizationRegistryShu-yu Guo
2020-05-11test: fix test-net-throttleRich Trott
2020-05-11http: don't destroy completed requestRobert Nagy
2020-05-10http: emit 'error' on aborted server requestRobert Nagy
2020-05-10tools: add eslint rule to only pass through 'test' to debuglogRuben Bridgewater
2020-05-10test: add hr-time Web platform testsMichaël Zasso
2020-05-10perf_hooks: fix error message for invalid entryTypesMichaël Zasso
2020-05-09http: return this from OutgoingMessage#destroy()cjihrig
2020-05-09http: return this from ClientRequest#destroy()cjihrig
2020-05-09http: return this from IncomingMessage#destroy()cjihrig
2020-05-09tls: reset secureConnecting on client socketDavid Halls
2020-05-09http2: add `bytesWritten` test for `Http2Stream`Pranshu Srivastava
2020-05-09fs: add .ref() and .unref() methods to watcher classesrickyes
2020-05-09http: set IncomingMessage.destroyedRobert Nagy
2020-05-09http: expose http.validate-header-name/valueosher
2020-05-09zlib: reject windowBits=8 when mode=GZIPBen Noordhuis
2020-05-09src: fix invalid windowBits=8 gzip segfaultBen Noordhuis
2020-05-09async_hooks: move PromiseHook handler to JSStephen Belanger
2020-05-08module: better error for named exports from cjsMyles Borins
2020-05-08http: cleanup end argument handlingRobert Nagy
2020-05-08test: rename test-lookupService-promisesrickyes
2020-05-08test: skip some console tests on dumb terminalAdam Majer
2020-05-08wasi: prevent syscalls before startTobias Nießen
2020-05-07n-api: add uint32 test for -1Gabriel Schulhof
2020-05-06stream: make from read one at a timeRobert Nagy
2020-05-06doc: doc and test URLSearchParams discrepancyJames M Snell
2020-05-06Revert "src: add aliased-buffer-overflow abort test"Richard Lau
2020-05-05http: fixes memory retention issue with FreeList and HTTPParserJohn Leidegren
2020-05-04test: add tests for options.fs in fs streamsJulian Duque
2020-05-04http: ensure client request emits closeRobert Nagy