summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-13src: fix SplitString to ignore white spaceshimself65
2019-03-13test: fix test case in test-http2-respond-file-304.jsgengjiawen
2019-03-13test: use semicolon for claritygengjiawen
2019-03-13domain: set `.domain` non-enumerable on resourcesJordan Harband
2019-03-12src: apply clang-tidy rule modernize-make-uniquegengjiawen
2019-03-12http2: `Http2ServerResponse.end()` should always return selfRobert Nagy
2019-03-12process: make Symbol.toStringTag writableRuben Bridgewater
2019-03-12test: fix syntax error in test-dns-idna2008.js when failingRefael Ackermann
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-12crypto: fix EdDSA support for KeyObjectBrian White
2019-03-12test: fix compiler warning in test_string.cDaniel Bevenius
2019-03-11test: mark test-worker-prof as flake on all platformsRefael Ackermann
2019-03-12test: show stderr on v8 coverage test failuresJoyee Cheung
2019-03-11crypto: check for invalid chacha20-poly1305 IVsSam Roberts
2019-03-11process: add --pending-deprecation to `process.binding()`Anna Henningsen
2019-03-11worker: remove `ERR_CLOSED_MESSAGE_PORT`Anna Henningsen
2019-03-11buffer: harden SlowBuffer creationZYSzys
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-03-11doc: add inspector API example for heapdumpSam Roberts
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-10worker: allow execArgv and eval in combinationAnna Henningsen
2019-03-10report: rename triggerReport() to writeReport()cjihrig
2019-03-10test: cover triggerReport() failure casecjihrig
2019-03-10test: cover stdout/stderr usage in triggerReport()cjihrig
2019-03-10test: mark `test-worker-prof` as Flaky on ARMRefael Ackermann
2019-03-10test: rewrite ocsp test to run in parallelSam Roberts
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-09test: de-flake test-dns-idna2008.jsRefael Ackermann
2019-03-09crypto: improve error handling in parseKeyEncodingTobias Nießen
2019-03-09src: add public API for linked bindingsAnna Henningsen
2019-03-09test: make cctest full Node.js environmentAnna Henningsen
2019-03-09http: send connection: close when closing connYann Hamon
2019-03-09n-api: improve performance creating stringsAnthony Tuininga
2019-03-08test: bump test-bootstrap-modules.js limitJoyee Cheung
2019-03-08lib: move queueMicrotask to stableGus Caplan
2019-03-08src: remove templating from StreamBaseJon Moss
2019-03-08repl: add replDefaults to customize the writerRuben Bridgewater
2019-03-07test: refactor test/report/test-report-signal.jscjihrig
2019-03-07test: remove usage of `process.binding()`Anna Henningsen
2019-03-07child_process: fire close event from stdiokohta ito
2019-03-07test: fix tests so they work in worker threadsRichard Lau
2019-03-07lib: assign missed deprecation codeAnna Henningsen
2019-03-07buffer: do not affect memory after target for utf16 writeAnna Henningsen
2019-03-07crypto: add KeyObject.asymmetricKeySizePatrick Gansterer
2019-03-07lib: migrate process.binding to internalBindingBeni von Cheni
2019-03-06test: relax timer check in test-report-uv-handles.jsRichard Lau
2019-03-06http: check for existance in resetHeadersTimeoutOnReqEndMatteo Collina
2019-03-06stream: make sure 'readable' is emitted before ending the streamMatteo Collina