summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-09-27stream: invoke callback before emitting error alwaysRobert Nagy
2019-09-25crypto: use byteLength in timingSafeEqualTobias Nießen
2019-09-24test: --force-context-aware cli flagShelley Vohr
2019-09-24worker: keep allocators for transferred SAB instances alive longerAnna Henningsen
2019-09-24src: disconnect inspector before exiting out of fatal exceptionJoyee Cheung
2019-09-23console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater
2019-09-23tls: add option to override signature algorithmsAnton Gerasimov
2019-09-24stream: add test for multiple .push(null)Chetan Karande
2019-09-23bootstrap: add exception handling for profiler bootstrapShobhit Chittora
2019-09-22stream: make _write() optional when _writev() is implementedRobert Nagy
2019-09-22http: don't emit 'data' after 'error'Robert Nagy
2019-09-22stream: apply special logic in removeListener for readable.off()Robert Nagy
2019-09-22events: add support for EventTarget in onceJenia
2019-09-22stream: do not flush destroyed writableRobert Nagy
2019-09-22fs: remove unnecessary argument checkRobert Nagy
2019-09-22timers: set _destroyed even if there are no destroy-hooksJeremiah Senkpiel
2019-09-22stream: do not call _read() after destroy()Robert Nagy
2019-09-22stream: use more accurate end-of-stream writable and readable detectionRobert Nagy
2019-09-22console: skip/strip %c formattingGus Caplan
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-21src: fix closing weak `HandleWrap`s on GCAnna Henningsen
2019-09-20http: remove legacy parserAnna Henningsen
2019-09-20stream: don't emit finish on errorRobert Nagy
2019-09-19module: error for CJS .js load within type: moduleGuy Bedford
2019-09-18benchmark: improve process.env benchmarksAnna Henningsen
2019-09-18src: re-delete Atomics.wakeGus Caplan
2019-09-18http: throw if 'host' agent header is not a string valueGiorgos Ntemiris
2019-09-17doc: update list style in misc README docsRich Trott
2019-09-18repl: fix bug in fs module autocompletionzhangyongsheng
2019-09-17module: reintroduce package exports dot mainGuy Bedford
2019-09-17test: fix flaky test-inspector-connect-main-threadAnna Henningsen
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-09-15repl: add autocomplete support for fs.promisesantsmartian
2019-09-16src: print exceptions from PromiseRejectCallbackAnna Henningsen
2019-09-13perf_hooks: remove non-existent entries from inspectKirill Fomichev
2019-09-13util: add encodeInto to TextEncoderAnna Henningsen
2019-09-13crypto: add oaepLabel optionTobias Nießen
2019-09-12test: unmark test-worker-prof as flakyAnna Henningsen
2019-09-11src,lib: expose memory file mapping flagJoão Reis
2019-09-09worker: make terminate() resolve for unref’ed WorkersAnna Henningsen
2019-09-09test: improve test-worker-message-port-message-before-closeAnna Henningsen
2019-09-09worker: prevent event loop starvation through MessagePortsAnna Henningsen
2019-09-08test: disable core dumps before running crash testBen Noordhuis
2019-09-08test: permit test-signalwrap to work without test runnerRich Trott
2019-09-07http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen
2019-09-07src: make ELDHistogram a HandleWrapAnna Henningsen
2019-09-07doc: prepare markdown files for more stringent blank-line lintingRich Trott
2019-09-07perf_hooks: ignore duplicated entries in observerKirill Fomichev
2019-09-06esm: make dynamic import work in the REPLBradley Farias
2019-09-06worker: make transfer list behave like web MessagePortAnna Henningsen