summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-11-06test: remove unused catch bindingscjihrig
2018-11-06test: add a test for `tls.Socket` with `allowHalfOpen`Ouyang Yadong
2018-11-06test: add crypto check to test-benchmark-http2Daniel Bevenius
2018-11-05http2: add Http2Stream.bufferSizeOuyang Yadong
2018-11-05net: `net.Server.listen()` avoid operations on `null` when failOuyang Yadong
2018-11-05console: bind methods from the prototype chain in ConsoleJoyee Cheung
2018-11-03buffer: throw exception when creating from non-Node.js ContextAnna Henningsen
2018-11-03lib: remove useless getLibuvNow in internal/timersZYSzys
2018-11-03lib: make coverage work for Node.jsBenjamin
2018-11-03test: increase --stack_size test-async-wrap-popDaniel Bevenius
2018-11-02lib: repl multiline history supportAnto Aravinth
2018-11-02vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen
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