summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2018-10-21test: skip failing tests for osx mojavejn99
2018-10-20src,test: add public wrapper for Environment::GetCurrentShelley Vohr
2018-10-20tls: load NODE_EXTRA_CA_CERTS at startupOuyang Yadong
2018-10-19test: fix argument order in assertionIllescas, Ricardo
2018-10-19test: reversed params in assert.strictEqual()Dusan Radovanovic
2018-10-19test: correct order of args in buffer compareJames Irwin
2018-10-19test: enable trace-events tests for workersRichard Lau
2018-10-18console: add trace-events for time and countJames M Snell
2018-10-17src: add trace events for env.ccJames M Snell
2018-10-17test: check codes of thrown errorsNancy Truong
2018-10-17timers: run nextTicks after each immediate and timerAnatoli Papirovski
2018-10-17util: treat format arguments equallyRoman Reiss