summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-11-01test: assert that invalidcmd throws error codeJerome Covington
2018-11-01test: fix strictEqual arguments orderEsteban Sotillo
2018-11-01test: add property for RangeError in test-buffer-copymritunjaygoutam12
2018-11-01child_process: handle undefined/null for fork() argsShobhit Chittora
2018-11-01module: support multi-dot file extensionGeoffrey Booth
2018-11-01test: fix test-fs-watch-system-limitAli Ijaz Sheikh
2018-10-31test: fixed error message in test-buffer-readArvind Pandey
2018-10-31lib: enable TypedArray and DataView for the v8 moduleOuyang Yadong
2018-10-30stream: add auto-destroy modeMathias Buus
2018-10-302018-10-30 Version 10.13.0 'Dubnium' (LTS)Myles Borins
2018-10-30test: run code cache test by default and test generatorJoyee Cheung
2018-10-29test: add test-benchmark-http2Rich Trott
2018-10-28src: improve StreamBase write throughputAnna Henningsen
2018-10-28test: fix regression when compiled with FIPSAdam Majer
2018-10-28repl: support top-level for-await-ofShelley Vohr
2018-10-28stream: do not error async iterators on destroy(null)Matteo Collina
2018-10-28stream: ended streams should resolve the async iterationMatteo Collina
2018-10-27doc: update missing deprecationcjihrig
2018-10-26fs: default open/openSync flags argument to 'r'Ben Noordhuis
2018-10-26lib: make the global console [[Prototype]] an empty objectJoyee Cheung
2018-10-26test: fix strictEqual() argument orderLoic
2018-10-25lib: add escapeCodeTimeout as an option to createInterfaceRaoof
2018-10-25tls: deprecate Server.prototype.setOptions()cjihrig
2018-10-25test: verify `performance.timerify()` works w/ non-Node ContextsAnna Henningsen
2018-10-25timers: fix priority queue removeAt fnAnatoli Papirovski
2018-10-25net: deprecate _setSimultaneousAccepts() undocumented functionJames M Snell
2018-10-24test: mark test-vm-timeout-* known issue tests flakyJames M Snell
2018-10-24doc, test: document and test vm timeout escapesJames M Snell
2018-10-24trace_events: forbid tracing modifications from worker threadsAnna Henningsen
2018-10-24test: add test-benchmark-napiEmily Marigold Klassen
2018-10-24stream: async iteration should work with destroyed streamMatteo Collina
2018-10-24test: increase coverage of internal/stream/end-of-streamTyler Vann-Campbell
2018-10-24test: fix strictEqual() arguments orderNolan Rigo
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-23tls: throw if protocol too longAndre Jodat-Danbrani
2018-10-23test: fix flaky testcjihrig
2018-10-24test: fix invalid modulesLength for DSA keygenAdam Majer
2018-10-23deps: icu: apply workaround patchSteven R. Loomis
2018-10-23lib: trigger uncaught exception handler for microtasksGus Caplan
2018-10-23zlib: do not leak on destroyMathias Buus
2018-10-23test: fix test-require-symlink on WindowsBartosz Sosnowski
2018-10-23test: fix strictEqual() argument orderRomain Lanz
2018-10-23test: fix strictEqual() arguments orderThomas GENTILHOMME
2018-10-22crypto: strip unwanted space from openssl versionSam Roberts
2018-10-22test: fix assertion arguments orderElian Gutierrez
2018-10-21test: add blocks and comments to fs-promises testsIan Sutherland
2018-10-21tls: support changing credentials dynamicallycjihrig
2018-10-21tls: close StreamWrap and its stream correctlyOuyang Yadong
2018-10-20dns: fix inconsistent (hostname vs host)Ulises Gascón
2018-10-21test: increase coverage for readfile with withFileTypeschristian-bromann