summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-08-25n-api: implement promiseGabriel Schulhof
2017-08-24test: simplify test-tls-client-default-ciphersJon Moss
2017-08-24test: remove unused function argsMohd Maqbool Alam
2017-08-24buffer: improve error messagesWeijia Wang
2017-08-24test: extend async addon testAnna Henningsen
2017-08-24stream: fix Writable instanceof for subclassesAnna Henningsen
2017-08-24test: fix async-hooks testsBartosz Sosnowski
2017-08-24test, win: fix IPv6 detection on WindowsBartosz Sosnowski
2017-08-23test: add test-benchmark-processRich Trott
2017-08-23test: add test-benchmark-pathRich Trott
2017-08-23test: add test-benchmark-osRich Trott
2017-08-23test: add test-benchmark-eventsRich Trott
2017-08-23test: add test-benchmark-domainRich Trott
2017-08-23src: fix build on certain platformsAnna Henningsen
2017-08-23console: implement minimal `console.group()`Rich Trott
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-23dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-08-23test: add known issue for vm moduleFranziska Hinkelmann
2017-08-23lib: instantiate console methods eagerlyBen Noordhuis
2017-08-23test: do not modify fixtures in test-fs-chmodRich Trott
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-08-23test: improve assertion fail messagesRefael Ackermann
2017-08-23fix --prof-process --preprocess flagdavidmarkclements
2017-08-23test: remove unused parametersDaniil Shakir
2017-08-23test: remove unused arguments from functionAnkit Parashar
2017-08-22crypto: warn if counter mode used in createCipherShigeki Ohtsu
2017-08-22n-api: add ability to remove a wrappingGabriel Schulhof
2017-08-21test: update windows module load error messagecjihrig
2017-08-21src: detect nul bytes in InternalModuleReadFile()Ben Noordhuis
2017-08-21os: make EOL configurable and read onlyXadillaX
2017-08-21util: fix inspect array w. negative maxArrayLengthRuben Bridgewater
2017-08-21test: increase coverage for http2.connectMichael Albert
2017-08-20test: make timers-blocking-callback more reliableRich Trott
2017-08-20test: remove erroneous assert message from testBeth Griggs
2017-08-19test: use invalid host according to RFC2606Tobias Nießen
2017-08-17test: add test for cluster benchmarksRich Trott
2017-08-17test: Mark test-stop-profile-after-done flakyEugene Ostroukhov
2017-08-17buffer: fix MAX_LENGTH constant exportAnna Henningsen
2017-08-17test: check util.inspect circular Set and Map refsRuben Bridgewater
2017-08-17src: Node implementation of v8::PlatformMatt Loring
2017-08-17inspector: enable async stack tracesMiroslav Bajtoš
2017-08-17test: fix inspector helper port sniffingTimothy Gu
2017-08-16test: preserve env in test casesBeth Griggs
2017-08-16http: don't double-fire the req error eventfengmk2
2017-08-16test: refactor async-hooks/test-httparser testsRunite618
2017-08-16http2: Expose Http2ServerRequest/ResponsePini Houri
2017-08-16test: use reserved invalid hostname for testsicarter09
2017-08-16test: add missing console.error to exec-maxBufferBeth Griggs
2017-08-14inspector: rewrite inspector test helperEugene Ostroukhov
2017-08-14process: keep process prototype in inheritance chainJimmy Thomson